Home
last modified time | relevance | path

Searched refs:eh_frame_section (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Doutput.h532 extern GTY(()) section *eh_frame_section;
Ddwarf2out.cc448 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()
Dvarasm.cc160 section *eh_frame_section; variable
DChangeLog-19972954 * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
DChangeLog-20051811 (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.
DChangeLog-200018097 * varasm.c (eh_frame_section): Revert change to argument list.
18170 eh_frame_section as function of no args, not of unspecified args.
DChangeLog-20017840 asm_out.eh_frame_section.
15263 * varasm.c (in_eh_frame, eh_frame_section): Remove.
DFSFChangeLog.112628 * varasm.c (eh_frame_section): New fn if EH_FRAME_SECTION_ASM_OP.
/netbsd/src/external/gpl3/binutils/dist/gold/
Dehframe.h51 Eh_frame_hdr(Output_section* eh_frame_section, const Eh_frame*);
Dehframe.cc81 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/
Delf-bfd.h2121 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);
Delf-eh-frame.c2552 asection *eh_frame_section ATTRIBUTE_UNUSED) in _bfd_elf_can_make_relative()
Delf32-bfin.c4358 asection *eh_frame_section ATTRIBUTE_UNUSED) in bfinfdpic_elf_use_relative_eh_frame()
Delf32-nios2.c5990 asection *eh_frame_section in nios2_elf32_can_make_relative_eh_frame()
Delf32-frv.c5854 asection *eh_frame_section ATTRIBUTE_UNUSED) in frvfdpic_elf_use_relative_eh_frame()
Delf32-sh.c6514 asection *eh_frame_section ATTRIBUTE_UNUSED) in sh_elf_use_relative_eh_frame()
DChangeLog-2007138 (elf_obj_tdata): Add eh_frame_section.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf-bfd.h2146 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);
Delf-eh-frame.c2552 asection *eh_frame_section ATTRIBUTE_UNUSED) in _bfd_elf_can_make_relative()
Delf32-bfin.c4359 asection *eh_frame_section ATTRIBUTE_UNUSED) in bfinfdpic_elf_use_relative_eh_frame()
Delf32-nios2.c5999 asection *eh_frame_section in nios2_elf32_can_make_relative_eh_frame()
Delf32-frv.c5855 asection *eh_frame_section ATTRIBUTE_UNUSED) in frvfdpic_elf_use_relative_eh_frame()
Delf32-sh.c6512 asection *eh_frame_section ATTRIBUTE_UNUSED) in sh_elf_use_relative_eh_frame()
DChangeLog-2007138 (elf_obj_tdata): Add eh_frame_section.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin.cc255 eh_frame_section = darwin_sections[darwin_eh_frame_section]; in darwin_init_sections()

12