Searched refs:DT_PLTGOT (Results 1 – 15 of 15) sorted by relevance
/third_party/musl/ldso/ |
D | dlstart.c | 92 rel_addr[1] = dyn[DT_PLTGOT]; in _dlstart_c() 122 size_t *got = (void *)(base + dyn[DT_PLTGOT]); in _dlstart_c() 146 GETFUNCSYM(&dls2, __dls2, base+dyn[DT_PLTGOT]); in _dlstart_c()
|
D | dynlink.c | 907 if (dyn[0]&(1<<DT_PLTGOT)) in decode_dyn() 908 p->got = laddr(p, dyn[DT_PLTGOT]); in decode_dyn() 1332 do_mips_relocs(p, laddr(p, dyn[DT_PLTGOT])); in reloc_all()
|
/third_party/libunwind/src/ia64/ |
D | Gfind_unwind_table.c | 52 if (dyn->d_tag == DT_PLTGOT) in find_gp()
|
D | Gtables.c | 538 if (dyn->d_tag == DT_PLTGOT) in callback()
|
/third_party/libunwind/src/dwarf/ |
D | Gfind_unwind_table.c | 214 if (dyn->d_tag == DT_PLTGOT) { in dwarf_find_unwind_table()
|
D | Gfind_proc_info-lsb.c | 666 if (dyn->d_tag == DT_PLTGOT) in dwarf_callback()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 286 #define DT_PLTGOT 3 /* Processor-dependent address. */ macro
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 286 #define DT_PLTGOT 3 /* Processor-dependent address. */ macro
|
/third_party/uboot/u-boot-2020.01/include/ |
D | elf.h | 501 #define DT_PLTGOT 3 /* address PLT/GOT */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1092 DT_PLTGOT = 3, // Address associated with linkage table. enumerator
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 919 if (dyn[0]&(1<<DT_PLTGOT)) in decode_dyn() 920 p->got = laddr(p, dyn[DT_PLTGOT]); in decode_dyn() 1348 do_mips_relocs(p, laddr(p, dyn[DT_PLTGOT])); in reloc_all()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 919 if (dyn[0]&(1<<DT_PLTGOT)) in decode_dyn() 920 p->got = laddr(p, dyn[DT_PLTGOT]); in decode_dyn() 1348 do_mips_relocs(p, laddr(p, dyn[DT_PLTGOT])); in reloc_all()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 913 if (dyn[0]&(1<<DT_PLTGOT)) in decode_dyn() 914 p->got = laddr(p, dyn[DT_PLTGOT]); in decode_dyn() 1350 do_mips_relocs(p, laddr(p, dyn[DT_PLTGOT])); in reloc_all()
|
/third_party/musl/include/ |
D | elf.h | 722 #define DT_PLTGOT 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 722 #define DT_PLTGOT 3 macro
|