Home
last modified time | relevance | path

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

/sysdeps/mips/
A Ddl-machine.h66 #define DT_MIPS(x) (DT_MIPS_##x - DT_LOPROC + DT_NUM) macro
72 do { if ((l)->l_info[DT_MIPS (RLD_MAP_REL)]) \
78 else if ((l)->l_info[DT_MIPS (RLD_MAP)]) \
213 + map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; \
214 i = (map->l_info[DT_MIPS (SYMTABNO)]->d_un.d_val \
594 map->l_info[DT_MIPS (LOCAL_GOTNO)]->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()
[all …]
A Ddl-trampoline.c131 = (const ElfW(Word)) l->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val; in __dl_runtime_resolve()
133 = (const ElfW(Word)) l->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; in __dl_runtime_resolve()
A Dldsodefs.h39 (hash32) += (map)->l_info[DT_MIPS (SYMTABNO)]->d_un.d_val - (symbias); \

Completed in 6 milliseconds