Searched refs:gotent_flags (Results 1 – 2 of 2) sorted by relevance
1799 unsigned int gotent_flags; in elf64_alpha_check_relocs() local1834 gotent_flags = 0; in elf64_alpha_check_relocs()1848 gotent_flags |= 1 << rel->r_addend; in elf64_alpha_check_relocs()1852 if (gotent_flags == 0) in elf64_alpha_check_relocs()1853 gotent_flags = ALPHA_ELF_LINK_HASH_LU_ADDR; in elf64_alpha_check_relocs()1886 gotent_flags = ALPHA_ELF_LINK_HASH_TLS_IE; in elf64_alpha_check_relocs()1919 if (gotent_flags) in elf64_alpha_check_relocs()1921 gotent->flags |= gotent_flags; in elf64_alpha_check_relocs()1924 gotent_flags |= h->flags; in elf64_alpha_check_relocs()1925 h->flags = gotent_flags; in elf64_alpha_check_relocs()
2275 (elf64_alpha_check_relocs): Collect JSRDIRECT in gotent_flags.