Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mips/
Ddl-debug.h30 if (l->l_info[DT_MIPS (RLD_MAP_REL)] != NULL) in elf_setup_debug_entry()
32 char *ptr = (char *) l->l_info[DT_MIPS (RLD_MAP_REL)]; in elf_setup_debug_entry()
33 ptr += l->l_info[DT_MIPS (RLD_MAP_REL)]->d_un.d_val; in elf_setup_debug_entry()
36 else if (l->l_info[DT_MIPS (RLD_MAP)] != NULL) in elf_setup_debug_entry()
37 *(ElfW(Addr) *) (l->l_info[DT_MIPS (RLD_MAP)]->d_un.d_ptr) in elf_setup_debug_entry()
Ddl-machine.h185 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()
[all …]
Dldsodefs.h31 #define DT_MIPS(x) (DT_MIPS_##x - DT_LOPROC + DT_NUM) macro
43 (hash32) += (map)->l_info[DT_MIPS (SYMTABNO)]->d_un.d_val - (symbias); \
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()
/glibc-2.36/ChangeLog.old/
DChangeLog.24819 mips: Move DT_MIPS into <ldsodefs.h>
822 [! dl_machine_h](DT_MIPS): Remove.
824 (DT_MIPS): New.