Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-target.h543 #ifndef elf_backend_lookup_section_flags_hook
544 #define elf_backend_lookup_section_flags_hook NULL macro
739 elf_backend_lookup_section_flags_hook,
Delf-bfd.h1128 flagword (*elf_backend_lookup_section_flags_hook) member
DChangeLog-20111542 * elf-bfd.h (elf_backend_lookup_section_flags_hook): Declare.
1546 (elf_backend_lookup_section_flags_hook): Define.
1547 (elf_backend_data): Add elf_backend_lookup_section_flags_hook.
DChangeLog-20121956 (elf_backend_lookup_section_flags_hook): Define.
Delf32-ppc.c10388 #define elf_backend_lookup_section_flags_hook ppc_elf_lookup_section_flags macro
Delflink.c12417 lookup = bed->elf_backend_lookup_section_flags_hook; in bfd_elf_lookup_section_flags()