Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 174) sorted by relevance

1234567

/mirbsd/src/lib/libssl/src/crypto/x509v3/
Dv3_conf.c295 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk()
316 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf()
327 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf()
338 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf()
355 char * X509V3_get_string(X509V3_CTX *ctx, char *name, char *section) in X509V3_get_string()
376 void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) in X509V3_section_free()
383 static char *nconf_get_string(void *db, char *section, char *value) in nconf_get_string()
436 static char *conf_lhash_get_string(void *db, char *section, char *value) in conf_lhash_get_string()
459 int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_conf()
469 int X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_conf()
[all …]
/mirbsd/src/sbin/isakmpd/
Dconf.c66 char *section; member
105 char *section; member
131 conf_remove_now(char *section, char *tag) in conf_remove_now()
154 conf_remove_section_now(char *section) in conf_remove_section_now()
181 conf_set_now(char *section, char *tag, char *value, int override, in conf_set_now()
239 static char *section = 0; in conf_parse_line() local
343 conf_get_trans_str(int trans, char *section, char *tag) in conf_get_trans_str()
640 conf_get_num(char *section, char *tag, int def) in conf_get_num()
655 conf_get_address(char *section, char *tag) in conf_get_address()
669 conf_match_num(char *section, char *tag, int x) in conf_match_num()
[all …]
/mirbsd/src/lib/libssl/src/crypto/conf/
Dconf_api.c84 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section()
108 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string()
132 char *_CONF_get_string(const CONF *conf, const char *section, const char *name) in _CONF_get_string()
277 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
Dcnf_save.c85 char *section; in print_conf() local
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldmain.c1104 asection *section, in add_to_set()
1138 asection *section, in constructor_callback()
1200 asection *section, in warning_callback()
1316 asection *section, in undefined_symbol()
1425 asection *section, in reloc_overflow()
1480 asection *section, in reloc_dangerous()
1495 asection *section, in unattached_reloc()
1511 asection *section, in notice()
Dldctor.h46 asection *section; /* Section of value in set. */ member
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dsom.c148 char *section; member
1638 asection *section; in som_object_setup() local
1765 asection *section; in setup_sections() local
2214 asection *section; in som_prep_headers() local
2334 som_is_space (asection *section) in som_is_space()
2355 som_is_subspace (asection *section) in som_is_subspace()
2391 asection *section; in som_count_spaces() local
2405 asection *section; in som_count_subspaces() local
2469 asection *section; in som_prep_for_fixups() local
2576 asection *section = abfd->sections; in som_write_fixups() local
[all …]
Dsimple.c103 asection *section; member
108 asection *section, in simple_save_output_info()
124 asection *section, in simple_restore_output_info()
Dcoff-tic30.c143 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ argument
147 reloc_processing (relent, reloc, symbols, abfd, section) in reloc_processing() argument
Dcoff-m88k.c259 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ argument
263 reloc_processing (relent, reloc, symbols, abfd, section) in reloc_processing() argument
Dsection.c716 asection section; member
1181 sec_ptr section, in bfd_set_section_flags()
1327 sec_ptr section, in bfd_set_section_contents()
1395 sec_ptr section, in bfd_get_section_contents()
Dpef.c67 asection *section, in bfd_pef_parse_traceback_table()
251 static const char *bfd_pef_section_name (bfd_pef_section *section) in bfd_pef_section_name()
268 static unsigned long bfd_pef_section_flags (bfd_pef_section *section) in bfd_pef_section_flags()
288 bfd_pef_make_bfd_section (bfd *abfd, bfd_pef_section *section) in bfd_pef_make_bfd_section()
372 bfd_pef_scan_section (bfd *abfd, bfd_pef_section *section) in bfd_pef_scan_section()
456 asection *section; in bfd_pef_scan_start_address() local
Dcoff-aux.c60 coff_m68k_aux_link_add_one_symbol (info, abfd, name, flags, section, value, in coff_m68k_aux_link_add_one_symbol() argument
Dcoff-h8500.c144 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ argument
147 static void reloc_processing (relent, reloc, symbols, abfd, section) in reloc_processing() argument
Dcoff-z8k.c134 #define RELOC_PROCESSING(relent,reloc,symbols,abfd,section) \ argument
142 asection *section) in reloc_processing()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dblockframe.c119 find_pc_sect_function (CORE_ADDR pc, struct bfd_section *section) in find_pc_sect_function()
172 struct bfd_section *section; in find_pc_partial_function() local
Dcorelow.c451 struct bfd_section *section; in get_core_register_section() local
555 struct bfd_section *section; in core_xfer_partial() local
586 struct bfd_section *section; in core_xfer_partial() local
Dminsyms.c375 lookup_minimal_symbol_by_pc_section (CORE_ADDR pc, asection *section) in lookup_minimal_symbol_by_pc_section()
514 struct obj_section *section = find_pc_section (pc); in lookup_minimal_symbol_by_pc() local
553 int section; in prim_record_minimal_symbol() local
584 char *info, int section, in prim_record_minimal_symbol_and_info()
Dblock.c74 blockvector_for_pc_sect (CORE_ADDR pc, struct bfd_section *section, in blockvector_for_pc_sect()
139 block_for_pc_sect (CORE_ADDR pc, struct bfd_section *section) in block_for_pc_sect()
/mirbsd/src/usr.bin/yacc/
Dskeleton.c433 write_section(const char *section[]) in write_section()
/mirbsd/src/gnu/usr.bin/perl/lib/Pod/Perldoc/
DToNroff.pm25 sub section { shift->_perldoc_elem('section' , @_) } subroutine
DToMan.pm31 sub section { shift->_perldoc_elem('section' , @_) } subroutine
/mirbsd/src/lib/csu/i386_elf/
Dmd_init.h72 #define MD_CALL_STATIC_FUNCTION(section, func) \ argument
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c256 #define GET_ELF_SYMBOLS(file, section) \ argument
2762 request_dump (unsigned int section, int type) in request_dump()
2802 int section; in parse_args() local
3485 Elf_Internal_Shdr *section; in process_program_headers() local
3634 get_32bit_elf_symbols (FILE *file, Elf_Internal_Shdr *section) in get_32bit_elf_symbols()
3697 get_64bit_elf_symbols (FILE *file, Elf_Internal_Shdr *section) in get_64bit_elf_symbols()
3810 Elf_Internal_Shdr *section; in process_section_headers() local
3876 #define CHECK_ENTSIZE_VALUES(section, i, size32, size64) \ in process_section_headers() argument
3888 #define CHECK_ENTSIZE(section, i, type) \ in process_section_headers() argument
4168 Elf_Internal_Shdr *section; in process_section_groups() local
[all …]
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dfloat.h34 char *section; member

1234567