Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-alpha.c1775 unsigned int gotent_flags; in elf64_alpha_check_relocs() local
1807 gotent_flags = 0; in elf64_alpha_check_relocs()
1821 gotent_flags |= 1 << rel->r_addend; in elf64_alpha_check_relocs()
1825 if (gotent_flags == 0) in elf64_alpha_check_relocs()
1826 gotent_flags = ALPHA_ELF_LINK_HASH_LU_ADDR; in elf64_alpha_check_relocs()
1859 gotent_flags = ALPHA_ELF_LINK_HASH_TLS_IE; in elf64_alpha_check_relocs()
1889 if (gotent_flags) in elf64_alpha_check_relocs()
1891 gotent->flags |= gotent_flags; in elf64_alpha_check_relocs()
1894 gotent_flags |= h->flags; in elf64_alpha_check_relocs()
1895 h->flags = gotent_flags; in elf64_alpha_check_relocs()