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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-bfd.h1236 #define elf_linked_to_section(sec) (elf_section_data(sec)->linked_to)
1234 #define elf_linked_to_section macro
H A Delf.c725 elf_linked_to_section (s) = link;
3206 s = elf_linked_to_section (sec);
3209 /* elf_linked_to_section points to the input section. */
6104 /* We need to handle elf_linked_to_section for SHF_LINK_ORDER. We
6111 elf_linked_to_section (osec) = elf_linked_to_section (isec);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c3783 elf_linked_to_section (now_seg) = text_seg;
11847 && elf_linked_to_section (now_seg) == NULL)
11848 elf_linked_to_section (now_seg) = text_section;
H A Dtc-arm.c17175 && elf_linked_to_section (now_seg) == NULL)
17176 elf_linked_to_section (now_seg) = text_section;
17406 elf_linked_to_section (now_seg) = text_seg;

Completed in 293 milliseconds