Lines Matching refs:DT_MIPS
185 n = map->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val; \
194 + map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; \
195 i = (map->l_info[DT_MIPS (SYMTABNO)]->d_un.d_val \
196 - map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val); \
517 = (const ElfW(Word)) map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; in elf_machine_reloc()
548 map->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val; in elf_machine_reloc()
572 = (const ElfW(Word)) map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; in elf_machine_reloc()
580 map->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val); in elf_machine_reloc()
750 n = map->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val; in elf_machine_got_rel()
770 symidx = map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; in elf_machine_got_rel()
772 i = (map->l_info[DT_MIPS (SYMTABNO)]->d_un.d_val in elf_machine_got_rel()
773 - map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val); in elf_machine_got_rel()
864 gotplt = (ElfW(Addr) *) D_PTR (l, l_info[DT_MIPS (PLTGOT)]); in elf_machine_runtime_setup()