Home
last modified time | relevance | path

Searched refs:elf_linked_to_section (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf-bfd.h1433 #define elf_linked_to_section(sec) (elf_section_data(sec)->linked_to) macro
Delf.c796 elf_linked_to_section (s) = linksec; in _bfd_elf_setup_sections()
3190 s = elf_linked_to_section (sec); in assign_section_numbers()
6594 elf_linked_to_section (osec) = elf_linked_to_section (isec); in _bfd_elf_init_private_section_data()
DChangeLog-2005192 elf_linked_to_section will be set to NULL.
633 use the output section of elf_linked_to_section for
DChangeLog-20042115 (elf_linked_to_section): New.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c3639 elf_linked_to_section (now_seg) = text_seg; in start_unwind_section()
11767 && elf_linked_to_section (now_seg) == NULL) in ia64_elf_section_change_hook()
11768 elf_linked_to_section (now_seg) = text_section; in ia64_elf_section_change_hook()
Dtc-tic6x.c4676 elf_linked_to_section (now_seg) = text_seg; in tic6x_start_unwind_section()
Dtc-arm.c21001 && elf_linked_to_section (now_seg) == NULL) in arm_elf_change_section()
21002 elf_linked_to_section (now_seg) = text_section; in arm_elf_change_section()
21218 elf_linked_to_section (now_seg) = text_seg; in start_unwind_section()