Lines Matching refs:DT_MIPS
66 #define DT_MIPS(x) (DT_MIPS_##x - DT_LOPROC + DT_NUM) macro
72 do { if ((l)->l_info[DT_MIPS (RLD_MAP_REL)]) \
74 char *ptr = (char *)(l)->l_info[DT_MIPS (RLD_MAP_REL)]; \
75 ptr += (l)->l_info[DT_MIPS (RLD_MAP_REL)]->d_un.d_val; \
78 else if ((l)->l_info[DT_MIPS (RLD_MAP)]) \
79 *(ElfW(Addr) *)((l)->l_info[DT_MIPS (RLD_MAP)]->d_un.d_ptr) = \
204 n = map->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val; \
213 + map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; \
214 i = (map->l_info[DT_MIPS (SYMTABNO)]->d_un.d_val \
215 - map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val); \
563 = (const ElfW(Word)) map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; in elf_machine_reloc()
594 map->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val; in elf_machine_reloc()
618 = (const ElfW(Word)) map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; in elf_machine_reloc()
626 map->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val); in elf_machine_reloc()
796 n = map->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val; in elf_machine_got_rel()
816 symidx = map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; in elf_machine_got_rel()
818 i = (map->l_info[DT_MIPS (SYMTABNO)]->d_un.d_val in elf_machine_got_rel()
819 - map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val); in elf_machine_got_rel()
910 gotplt = (ElfW(Addr) *) D_PTR (l, l_info[DT_MIPS (PLTGOT)]); in elf_machine_runtime_setup()