Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/bfd/
HDelfxx-target.h358 #ifndef elf_backend_section_from_phdr
359 #define elf_backend_section_from_phdr _bfd_elf_make_section_from_phdr macro
633 elf_backend_section_from_phdr,
HDelf-bfd.h650 bfd_boolean (*elf_backend_section_from_phdr) member
HDChangeLog-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.
HDelf.c2717 return bed->elf_backend_section_from_phdr (abfd, hdr, index, "proc"); in bfd_section_from_phdr()