Home
last modified time | relevance | path

Searched refs:DT_PLTGOT (Results 1 - 25 of 25) sorted by relevance

/third_party/musl/ldso/
H A Ddlstart.c92 rel_addr[1] = dyn[DT_PLTGOT]; in _dlstart_c()
122 size_t *got = (void *)(base + dyn[DT_PLTGOT]); in _dlstart_c()
161 GETFUNCSYM(&dls2, __dls2, base+dyn[DT_PLTGOT]); in _dlstart_c()
H A Ddynlink.c1005 if (dyn[0]&(1<<DT_PLTGOT)) in decode_dyn()
1006 p->got = laddr(p, dyn[DT_PLTGOT]); in decode_dyn()
1459 do_mips_relocs(p, laddr(p, dyn[DT_PLTGOT]));
/third_party/elfio/elfio/
H A Delfio_dynamic.hpp183 case DT_PLTGOT: in generic_get_entry_dyn()
236 case DT_PLTGOT: in generic_add_entry_dyn()
H A Delfio_dump.hpp475 { DT_PLTGOT, "PLTGOT" },
H A Delf_types.hpp996 constexpr Elf_Word DT_PLTGOT = 3; member
/third_party/elfutils/backends/
H A Dsparc_symbol.c85 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it. in sparc_check_special_section()
103 if (dyn.d_tag == DT_PLTGOT) in sparc_check_special_section()
H A Dalpha_symbol.c98 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it. in alpha_check_special_section()
117 if (dyn.d_tag == DT_PLTGOT) in alpha_check_special_section()
/third_party/libunwind/libunwind/src/ia64/
H A DGfind_unwind_table.c49 from the DT_PLTGOT entry. */ in find_gp()
52 if (dyn->d_tag == DT_PLTGOT) in find_gp()
H A DGtables.c535 DT_PLTGOT is the gp value for that object. */ in callback()
538 if (dyn->d_tag == DT_PLTGOT) in callback()
/third_party/elfutils/tests/
H A Dalldts.c47 DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT, in main()
/third_party/libunwind/libunwind/src/dwarf/
H A DGfind_unwind_table.c116 DT_PLTGOT is the value that data-relative addresses are in dwarf_find_unwind_table()
121 if (dyn->d_tag == DT_PLTGOT) in dwarf_find_unwind_table()
H A DGfind_proc_info-lsb.c662 DT_PLTGOT is the value that data-relative addresses are in dwarf_callback()
666 if (dyn->d_tag == DT_PLTGOT) in dwarf_callback()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp668 #define DT_PLTGOT 3 macro
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c936 if (dyn[0]&(1<<DT_PLTGOT)) in decode_dyn()
937 p->got = laddr(p, dyn[DT_PLTGOT]); in decode_dyn()
1370 do_mips_relocs(p, laddr(p, dyn[DT_PLTGOT])); in reloc_all()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c936 if (dyn[0]&(1<<DT_PLTGOT)) in decode_dyn()
937 p->got = laddr(p, dyn[DT_PLTGOT]); in decode_dyn()
1369 do_mips_relocs(p, laddr(p, dyn[DT_PLTGOT])); in reloc_all()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1092 DT_PLTGOT = 3, // Address associated with linkage table. enumerator
/third_party/musl/porting/linux/user/include/
H A Delf.h728 #define DT_PLTGOT 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h722 #define DT_PLTGOT 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h722 #define DT_PLTGOT 3 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h722 #define DT_PLTGOT 3 macro
/third_party/musl/include/
H A Delf.h747 #define DT_PLTGOT 3 macro
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1792 if (dyn[0]&(1<<DT_PLTGOT)) in decode_dyn()
1793 p->got = laddr(p, dyn[DT_PLTGOT]); in decode_dyn()
2484 do_mips_relocs(p, laddr(p, dyn[DT_PLTGOT])); in reloc_all()
/third_party/musl/ldso/linux/
H A Ddynlink.c1980 if (dyn[0]&(1<<DT_PLTGOT)) in decode_dyn()
1981 p->got = laddr(p, dyn[DT_PLTGOT]); in decode_dyn()
2713 do_mips_relocs(p, laddr(p, dyn[DT_PLTGOT])); in reloc_all()
/third_party/elfutils/libelf/
H A Delf.h876 #define DT_PLTGOT 3 /* Processor defined value */ macro
/third_party/elfutils/src/
H A Delflint.c1779 case DT_PLTGOT: in check_dynamic()

Completed in 121 milliseconds