| /NextBSD/contrib/gcc/config/i386/ |
| HD | nwld.c | 51 switch_to_section (get_section (section, 0, NULL)); in nwld_named_section_asm_out_constructor() 71 switch_to_section (get_section (section, 0, NULL)); in nwld_named_section_asm_out_destructor()
|
| HD | i386.c | 2399 return get_section (sname, flags, NULL); in x86_64_elf_select_section()
|
| /NextBSD/crypto/openssl/crypto/x509v3/ |
| HD | v3_conf.c | 404 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) { in STACK_OF() 409 if (ctx->db_meth->get_section) in STACK_OF() 410 return ctx->db_meth->get_section(ctx->db, section); in STACK_OF()
|
| HD | x509v3.h | 128 STACK_OF(CONF_VALUE) *(*get_section) (void *db, char *section);
|
| /NextBSD/contrib/llvm/tools/llvm-objdump/ |
| HD | MachODump.cpp | 3163 static const SectionRef get_section(MachOObjectFile *O, const char *segname, in get_section() function 5145 const SectionRef CL = get_section(O, "__OBJC2", "__class_list"); in printObjc2_64bit_MetaData() 5150 const SectionRef CL = get_section(O, "__DATA", "__objc_classlist"); in printObjc2_64bit_MetaData() 5155 const SectionRef CR = get_section(O, "__OBJC2", "__class_refs"); in printObjc2_64bit_MetaData() 5160 const SectionRef CR = get_section(O, "__DATA", "__objc_classrefs"); in printObjc2_64bit_MetaData() 5165 const SectionRef SR = get_section(O, "__OBJC2", "__super_refs"); in printObjc2_64bit_MetaData() 5170 const SectionRef SR = get_section(O, "__DATA", "__objc_superrefs"); in printObjc2_64bit_MetaData() 5175 const SectionRef CA = get_section(O, "__OBJC2", "__category_list"); in printObjc2_64bit_MetaData() 5180 const SectionRef CA = get_section(O, "__DATA", "__objc_catlist"); in printObjc2_64bit_MetaData() 5185 const SectionRef PL = get_section(O, "__OBJC2", "__protocol_list"); in printObjc2_64bit_MetaData() [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | output.h | 556 extern section *get_section (const char *, unsigned int, tree);
|
| HD | varasm.c | 284 get_section (const char *name, unsigned int flags, tree decl) in get_section() function 461 return get_section (name, flags, decl); in get_named_section() 611 return get_section (rname, SECTION_LINKONCE, decl); in default_function_rodata_section() 622 return get_section (rname, SECTION_LINKONCE, decl); in default_function_rodata_section() 633 return get_section (rname, 0, decl); in default_function_rodata_section() 698 return get_section (name, flags, NULL); in mergeable_string_section() 727 return get_section (name, flags, NULL); in mergeable_constant_section() 1219 switch_to_section (get_section (section, SECTION_WRITE, NULL)); in default_named_section_asm_out_destructor() 1269 switch_to_section (get_section (section, SECTION_WRITE, NULL)); in default_named_section_asm_out_constructor() 5976 switch_to_section (get_section (".note.GNU-stack", flags, NULL)); in file_end_indicate_exec_stack()
|
| HD | dwarf2out.c | 2023 eh_frame_section = get_section (EH_FRAME_SECTION_NAME, flags, NULL); in switch_to_eh_frame_section() 2237 debug_frame_section = get_section (DEBUG_FRAME_SECTION, in output_call_frame_info() 7312 switch_to_section (get_section (secname, SECTION_DEBUG, NULL)); in output_comp_unit() 14033 debug_info_section = get_section (DEBUG_INFO_SECTION, in dwarf2out_init() 14035 debug_abbrev_section = get_section (DEBUG_ABBREV_SECTION, in dwarf2out_init() 14037 debug_aranges_section = get_section (DEBUG_ARANGES_SECTION, in dwarf2out_init() 14039 debug_macinfo_section = get_section (DEBUG_MACINFO_SECTION, in dwarf2out_init() 14041 debug_line_section = get_section (DEBUG_LINE_SECTION, in dwarf2out_init() 14043 debug_loc_section = get_section (DEBUG_LOC_SECTION, in dwarf2out_init() 14045 debug_pubnames_section = get_section (DEBUG_PUBNAMES_SECTION, in dwarf2out_init() [all …]
|
| HD | except.c | 3549 exception_section = get_section (".gcc_except_table", flags, NULL); in switch_to_exception_section()
|
| HD | ChangeLog-2005 | 140 * varasm.c (get_section): Use gcc_assert. 1507 DECL_P, call get_section rather than get_named_section. Supply 1819 (get_section): Hoist use of SECTION_NAMED. 2206 (nwld_named_section_asm_out_destructor): Use get_section and 2253 (mips_function_rodata_section: Likewise get_section. 2303 switch_to_section and get_section. 2342 switch_to_section and get_section. 2395 eh_frame_section. Use switch_to_section and get_section. 2399 (output_comp_unit): Use switch_to_section, get_section, and 2441 (get_unnamed_section, get_section, get_named_section): New functions. [all …]
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | obj-elf.c | 495 get_section (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf) in get_section() function 558 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section, in obj_elf_change_section()
|
| /NextBSD/contrib/gcc/config/ |
| HD | darwin.c | 1530 switch_to_section (get_section (debugnames[i], SECTION_DEBUG, NULL)); in darwin_file_start()
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | mips.c | 7339 return get_section (rname, SECTION_LINKONCE | SECTION_WRITE, decl); in mips_function_rodata_section() 7346 return get_section (rname, SECTION_WRITE, decl); in mips_function_rodata_section()
|
| /NextBSD/crypto/openssl/doc/ |
| HD | openssl.txt | 670 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | rs6000.c | 18369 switch_to_section (get_section (section, SECTION_WRITE, NULL)); in rs6000_elf_asm_out_constructor() 18398 switch_to_section (get_section (section, SECTION_WRITE, NULL)); in rs6000_elf_asm_out_destructor()
|