Searched refs:eh_frame_section (Results 1 – 25 of 26) sorted by relevance
12
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | output.h | 532 extern GTY(()) section *eh_frame_section;
|
| D | dwarf2out.cc | 448 if (eh_frame_section == 0) in switch_to_eh_frame_section() 477 eh_frame_section = get_section (EH_FRAME_SECTION_NAME, flags, NULL); in switch_to_eh_frame_section() 479 eh_frame_section = ((flags == SECTION_WRITE) in switch_to_eh_frame_section() 484 switch_to_section (eh_frame_section); in switch_to_eh_frame_section()
|
| D | varasm.cc | 160 section *eh_frame_section; variable
|
| D | ChangeLog-1997 | 2954 * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
|
| D | ChangeLog-2005 | 1811 (switch_to_eh_frame_section): ...here. Try to set eh_frame_section 1818 * varasm.c (exception_section, eh_frame_section): Update comments. 1820 (init_varasm_once): Don't set exception_section and eh_frame_section. 2395 eh_frame_section. Use switch_to_section and get_section. 2439 (sbss_section, exception_section, eh_frame_section): New variables. 2462 (exception_section, eh_frame_section): Delete. 2469 (eh_frame_section): New variable.
|
| D | ChangeLog-2000 | 18097 * varasm.c (eh_frame_section): Revert change to argument list. 18170 eh_frame_section as function of no args, not of unspecified args.
|
| D | ChangeLog-2001 | 7840 asm_out.eh_frame_section. 15263 * varasm.c (in_eh_frame, eh_frame_section): Remove.
|
| D | FSFChangeLog.11 | 2628 * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | ehframe.h | 51 Eh_frame_hdr(Output_section* eh_frame_section, const Eh_frame*);
|
| D | ehframe.cc | 81 Eh_frame_hdr::Eh_frame_hdr(Output_section* eh_frame_section, in Eh_frame_hdr() argument 84 eh_frame_section_(eh_frame_section), in Eh_frame_hdr()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf-bfd.h | 2121 asection *eh_frame_section; member 2208 (elf_tdata(bfd) -> eh_frame_section) 2284 (bfd *input_bfd, struct bfd_link_info *info, asection *eh_frame_section);
|
| D | elf-eh-frame.c | 2552 asection *eh_frame_section ATTRIBUTE_UNUSED) in _bfd_elf_can_make_relative()
|
| D | elf32-bfin.c | 4358 asection *eh_frame_section ATTRIBUTE_UNUSED) in bfinfdpic_elf_use_relative_eh_frame()
|
| D | elf32-nios2.c | 5990 asection *eh_frame_section in nios2_elf32_can_make_relative_eh_frame()
|
| D | elf32-frv.c | 5854 asection *eh_frame_section ATTRIBUTE_UNUSED) in frvfdpic_elf_use_relative_eh_frame()
|
| D | elf32-sh.c | 6514 asection *eh_frame_section ATTRIBUTE_UNUSED) in sh_elf_use_relative_eh_frame()
|
| D | ChangeLog-2007 | 138 (elf_obj_tdata): Add eh_frame_section.
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf-bfd.h | 2146 asection *eh_frame_section; member 2233 (elf_tdata(bfd) -> eh_frame_section) 2309 (bfd *input_bfd, struct bfd_link_info *info, asection *eh_frame_section);
|
| D | elf-eh-frame.c | 2552 asection *eh_frame_section ATTRIBUTE_UNUSED) in _bfd_elf_can_make_relative()
|
| D | elf32-bfin.c | 4359 asection *eh_frame_section ATTRIBUTE_UNUSED) in bfinfdpic_elf_use_relative_eh_frame()
|
| D | elf32-nios2.c | 5999 asection *eh_frame_section in nios2_elf32_can_make_relative_eh_frame()
|
| D | elf32-frv.c | 5855 asection *eh_frame_section ATTRIBUTE_UNUSED) in frvfdpic_elf_use_relative_eh_frame()
|
| D | elf32-sh.c | 6512 asection *eh_frame_section ATTRIBUTE_UNUSED) in sh_elf_use_relative_eh_frame()
|
| D | ChangeLog-2007 | 138 (elf_obj_tdata): Add eh_frame_section.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ |
| D | darwin.cc | 255 eh_frame_section = darwin_sections[darwin_eh_frame_section]; in darwin_init_sections()
|
12