Searched refs:DT_MIPS_LOCAL_GOTNO (Results 1 - 13 of 13) sorted by relevance
/third_party/musl/ldso/ |
H A D | dlstart.c | 123 for (i=0; dynv[i]; i+=2) if (dynv[i]==DT_MIPS_LOCAL_GOTNO) in _dlstart_c()
|
H A D | dynlink.c | 1436 i=0; search_vec(p->dynv, &i, DT_MIPS_LOCAL_GOTNO);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1159 DT_MIPS_LOCAL_GOTNO = 0x7000000a, // Number of local global offset enumerator
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 1607 #define DT_MIPS_LOCAL_GOTNO 0x7000000a macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 1598 #define DT_MIPS_LOCAL_GOTNO 0x7000000a macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 1598 #define DT_MIPS_LOCAL_GOTNO 0x7000000a macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 1598 #define DT_MIPS_LOCAL_GOTNO 0x7000000a macro
|
/third_party/musl/include/ |
H A D | elf.h | 1634 #define DT_MIPS_LOCAL_GOTNO 0x7000000a macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 1957 #define DT_MIPS_LOCAL_GOTNO 0x7000000a /* Number of local GOT entries */ macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 1347 i=0; search_vec(p->dynv, &i, DT_MIPS_LOCAL_GOTNO); in do_mips_relocs()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 1346 i=0; search_vec(p->dynv, &i, DT_MIPS_LOCAL_GOTNO); in do_mips_relocs()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 2326 i=0; search_vec(p->dynv, &i, DT_MIPS_LOCAL_GOTNO); in do_mips_relocs()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 2554 i=0; search_vec(p->dynv, &i, DT_MIPS_LOCAL_GOTNO); in do_mips_relocs()
|
Completed in 92 milliseconds