Searched refs:ELF_MIPS_GNU_GOT1_MASK (Results 1 – 3 of 3) sorted by relevance
162 # define ELF_MIPS_GNU_GOT1_MASK 0x8000000000000000L macro164 # define ELF_MIPS_GNU_GOT1_MASK 0x80000000L macro184 i = (got[1] & ELF_MIPS_GNU_GOT1_MASK)? 2 : 1; \756 i = (got[1] & ELF_MIPS_GNU_GOT1_MASK)? 2 : 1; in elf_machine_got_rel()851 if ((got[1] & ELF_MIPS_GNU_GOT1_MASK) != 0) in elf_machine_runtime_setup()852 got[1] = ((ElfW(Addr)) l | ELF_MIPS_GNU_GOT1_MASK); in elf_machine_runtime_setup()
46 if ((g1 & ELF_MIPS_GNU_GOT1_MASK) != 0) in elf_machine_runtime_link_map()49 (struct link_map *) (g1 & ~ELF_MIPS_GNU_GOT1_MASK); in elf_machine_runtime_link_map()
10018 * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless10171 * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define