Home
last modified time | relevance | path

Searched refs:ppc_elf_hash_entry (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDelf32-ppc.c2445 #define ppc_elf_hash_entry(ent) ((struct ppc_elf_link_hash_entry *) (ent)) macro
2538 ppc_elf_hash_entry (entry)->linker_section_pointer = NULL; in ppc_elf_link_hash_newfunc()
2539 ppc_elf_hash_entry (entry)->dyn_relocs = NULL; in ppc_elf_link_hash_newfunc()
2540 ppc_elf_hash_entry (entry)->tls_mask = 0; in ppc_elf_link_hash_newfunc()
3241 ppc_elf_hash_entry (h)->tls_mask |= tls_type; in ppc_elf_check_relocs()
3265 ppc_elf_hash_entry (h)->has_sda_refs = TRUE; in ppc_elf_check_relocs()
3286 ppc_elf_hash_entry (h)->has_sda_refs = TRUE; in ppc_elf_check_relocs()
3302 ppc_elf_hash_entry (h)->has_sda_refs = TRUE; in ppc_elf_check_relocs()
3318 ppc_elf_hash_entry (h)->has_sda_refs = TRUE; in ppc_elf_check_relocs()
3338 ppc_elf_hash_entry (h)->has_sda_refs = TRUE; in ppc_elf_check_relocs()
[all …]
HDChangeLog-02034885 (ppc_elf_hash_entry): New function.