Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf-bfd.h1154 #define elf_linked_to_section(sec) (elf_section_data(sec)->linked_to) macro
Delf.c688 elf_linked_to_section (s) = link; in _bfd_elf_setup_sections()
3141 s = elf_linked_to_section (sec); in assign_section_numbers()
6117 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.
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-ia64.c3783 elf_linked_to_section (now_seg) = text_seg; in start_unwind_section()
11842 && elf_linked_to_section (now_seg) == NULL) in ia64_elf_section_change_hook()
11843 elf_linked_to_section (now_seg) = text_section; in ia64_elf_section_change_hook()
Dtc-arm.c10877 && elf_linked_to_section (now_seg) == NULL) in arm_elf_change_section()
10878 elf_linked_to_section (now_seg) = text_section; in arm_elf_change_section()
11107 elf_linked_to_section (now_seg) = text_seg; in start_unwind_section()