Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delf-bfd.h1234 #define elf_linked_to_section(sec) (elf_section_data(sec)->linked_to) macro
H A Delf.c725 elf_linked_to_section (s) = link; in _bfd_elf_setup_sections()
3201 s = elf_linked_to_section (sec); in assign_section_numbers()
6106 elf_linked_to_section (osec) = elf_linked_to_section (isec); in _bfd_elf_init_private_section_data()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-ia64.c3783 elf_linked_to_section (now_seg) = text_seg; in start_unwind_section()
11847 && elf_linked_to_section (now_seg) == NULL) in ia64_elf_section_change_hook()
11848 elf_linked_to_section (now_seg) = text_section; in ia64_elf_section_change_hook()
H A Dtc-arm.c17162 && elf_linked_to_section (now_seg) == NULL) in arm_elf_change_section()
17163 elf_linked_to_section (now_seg) = text_section; in arm_elf_change_section()
17392 elf_linked_to_section (now_seg) = text_seg; in start_unwind_section()