Home
last modified time | relevance | path

Searched refs:get_section (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dnwld.c51 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 Di386.c2069 return get_section (sname, flags, NULL); in x86_64_elf_select_section()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp4334 static const SectionRef get_section(MachOObjectFile *O, const char *segname, in get_section() function
6368 SectionRef CL = get_section(O, "__OBJC2", "__class_list"); in printObjc2_64bit_MetaData()
6370 CL = get_section(O, "__DATA", "__objc_classlist"); in printObjc2_64bit_MetaData()
6372 CL = get_section(O, "__DATA_CONST", "__objc_classlist"); in printObjc2_64bit_MetaData()
6374 CL = get_section(O, "__DATA_DIRTY", "__objc_classlist"); in printObjc2_64bit_MetaData()
6378 SectionRef CR = get_section(O, "__OBJC2", "__class_refs"); in printObjc2_64bit_MetaData()
6380 CR = get_section(O, "__DATA", "__objc_classrefs"); in printObjc2_64bit_MetaData()
6382 CR = get_section(O, "__DATA_CONST", "__objc_classrefs"); in printObjc2_64bit_MetaData()
6384 CR = get_section(O, "__DATA_DIRTY", "__objc_classrefs"); in printObjc2_64bit_MetaData()
6388 SectionRef SR = get_section(O, "__OBJC2", "__super_refs"); in printObjc2_64bit_MetaData()
[all …]
/openbsd-src/lib/libcrypto/x509/
H A Dx509_conf.c
H A Dx509v3.h
/openbsd-src/gnu/gcc/gcc/
H A Doutput.h555 extern section *get_section (const char *, unsigned int, tree);
H A Dvarasm.c284 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()
5974 switch_to_section (get_section (".note.GNU-stack", flags, NULL)); in file_end_indicate_exec_stack()
H A Ddwarf2out.c2022 eh_frame_section = get_section (EH_FRAME_SECTION_NAME, flags, NULL); in switch_to_eh_frame_section()
2233 debug_frame_section = get_section (DEBUG_FRAME_SECTION, in output_call_frame_info()
7302 switch_to_section (get_section (secname, SECTION_DEBUG, NULL)); in output_comp_unit()
13888 debug_info_section = get_section (DEBUG_INFO_SECTION, in dwarf2out_init()
13890 debug_abbrev_section = get_section (DEBUG_ABBREV_SECTION, in dwarf2out_init()
13892 debug_aranges_section = get_section (DEBUG_ARANGES_SECTION, in dwarf2out_init()
13894 debug_macinfo_section = get_section (DEBUG_MACINFO_SECTION, in dwarf2out_init()
13896 debug_line_section = get_section (DEBUG_LINE_SECTION, in dwarf2out_init()
13898 debug_loc_section = get_section (DEBUG_LOC_SECTION, in dwarf2out_init()
13900 debug_pubnames_section = get_section (DEBUG_PUBNAMES_SECTION, in dwarf2out_init()
[all …]
H A Dexcept.c3549 exception_section = get_section (".gcc_except_table", flags, NULL); in switch_to_exception_section()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-elf.c490 get_section (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf) in get_section() function
553 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section, in obj_elf_change_section()
/openbsd-src/gnu/gcc/gcc/config/stormy16/
H A Dstormy16.c1683 switch_to_section (get_section (section, 0, NULL)); in xstormy16_asm_out_destructor()
1705 switch_to_section (get_section (section, 0, NULL)); in xstormy16_asm_out_constructor()
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin.c1529 switch_to_section (get_section (debugnames[i], SECTION_DEBUG, NULL)); in darwin_file_start()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20041888 * config/obj-elf.c (get_section): Return bfd_boolean.
1894 * config/obj-elf.c (get_section): New function.
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c7316 return get_section (rname, SECTION_LINKONCE | SECTION_WRITE, decl); in mips_function_rodata_section()
7323 return get_section (rname, SECTION_WRITE, decl); in mips_function_rodata_section()
/openbsd-src/lib/libssl/doc/
H A Dopenssl.txt670 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c18313 switch_to_section (get_section (section, SECTION_WRITE, NULL)); in rs6000_elf_asm_out_constructor()
18342 switch_to_section (get_section (section, SECTION_WRITE, NULL)); in rs6000_elf_asm_out_destructor()