| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | 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()
|
| H A D | i386.c | 2399 return get_section (sname, flags, NULL); in x86_64_elf_select_section()
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_i18n.cpp | 34 #define get_section(id) ((id) >> 16) macro 151 int section = get_section(kmp_i18n_prp_Version); in __kmp_i18n_do_catopen() 190 int section = get_section(id); in __kmp_i18n_catgets() 379 int section = get_section(kmp_i18n_prp_Version); in __kmp_i18n_do_catopen() 542 int section = get_section(id); in __kmp_i18n_catgets()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 5752 CL = get_section(O, "__DATA", "__objc_classlist"); in printObjc2_64bit_MetaData() 5762 CR = get_section(O, "__DATA", "__objc_classrefs"); in printObjc2_64bit_MetaData() 5772 SR = get_section(O, "__DATA", "__objc_superrefs"); in printObjc2_64bit_MetaData() 5782 CA = get_section(O, "__DATA", "__objc_catlist"); in printObjc2_64bit_MetaData() 5792 PL = get_section(O, "__DATA", "__objc_protolist"); in printObjc2_64bit_MetaData() 5802 MR = get_section(O, "__DATA", "__objc_msgrefs"); in printObjc2_64bit_MetaData() 5812 II = get_section(O, "__DATA", "__objc_imageinfo"); in printObjc2_64bit_MetaData() 5837 CL = get_section(O, "__DATA", "__objc_classlist"); in printObjc2_32bit_MetaData() 5867 CA = get_section(O, "__DATA", "__objc_catlist"); in printObjc2_32bit_MetaData() 5887 MR = get_section(O, "__DATA", "__objc_msgrefs"); in printObjc2_32bit_MetaData() [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/x509v3/ |
| H A D | v3_conf.c | 383 if (!ctx->db || !ctx->db_meth || !ctx->db_meth->get_section) { in STACK_OF() 388 if (ctx->db_meth->get_section) in STACK_OF() 389 return ctx->db_meth->get_section(ctx->db, section); in STACK_OF()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | output.h | 556 extern section *get_section (const char *, unsigned int, tree);
|
| H A D | 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()
|
| H A D | dwarf2out.c | 2237 debug_frame_section = get_section (DEBUG_FRAME_SECTION, in output_call_frame_info() 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() 14051 debug_str_section = get_section (DEBUG_STR_SECTION, in dwarf2out_init() 14053 debug_ranges_section = get_section (DEBUG_RANGES_SECTION, in dwarf2out_init() [all …]
|
| H A D | except.c | 3549 exception_section = get_section (".gcc_except_table", flags, NULL); in switch_to_exception_section()
|
| H A D | ChangeLog-2005 | 140 * varasm.c (get_section): Use gcc_assert. 1819 (get_section): Hoist use of SECTION_NAMED. 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. 2480 (get_unnamed_section, get_section): New functions. 2494 emitting assembly code. Use get_section. 2502 assembly code. Use get_section. 2504 and get_section. [all …]
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | 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()
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | x509v3.h | 73 STACK_OF(CONF_VALUE) *(*get_section) (void *db, const char *section);
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | darwin.c | 1530 switch_to_section (get_section (debugnames[i], SECTION_DEBUG, NULL)); in darwin_file_start()
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.c | 7340 return get_section (rname, SECTION_LINKONCE | SECTION_WRITE, decl); in mips_function_rodata_section() 7347 return get_section (rname, SECTION_WRITE, decl); in mips_function_rodata_section()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | 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()
|