Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-target.h395 #ifndef elf_backend_section_from_phdr
396 #define elf_backend_section_from_phdr _bfd_elf_make_section_from_phdr macro
696 elf_backend_section_from_phdr,
Delf-bfd.h808 bfd_boolean (*elf_backend_section_from_phdr) member
DChangeLog-2005357 (elf_backend_section_from_phdr): Define.
4223 elf_backend_section_from_phdr.
4226 elf_backend_section_from_phdr hook.
4304 (bfd_section_from_phdr): Similarly, for elf_backend_section_from_phdr.
4306 (elf_backend_section_from_phdr): Default to
DChangeLog-9899175 backend fucntion pointed to by elf_backend_section_from_phdr for
182 elf_backend_section_from_phdr.
183 (elf_backend_section_from_phdr): Add prototype.
185 * elfxx-target.h (elf_backend_section_from_phdr): Define default.
186 (elfNN_bed): Add elf_backend_section_from_phdr.
Delf64-hppa.c4097 #define elf_backend_section_from_phdr elf64_hppa_section_from_phdr macro
Delf.c2604 return bed->elf_backend_section_from_phdr (abfd, hdr, hdr_index, "proc"); in bfd_section_from_phdr()