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

/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_unwind_table.c121 DT_PLTGOT is the value that data-relative addresses are
126 if (dyn->d_tag == DT_PLTGOT)
376 DT_PLTGOT is the value that data-relative addresses are
380 if (dyn->d_tag == DT_PLTGOT)
H A DGfind_proc_info-lsb.c586 DT_PLTGOT is the value that data-relative addresses are
590 if (dyn->d_tag == DT_PLTGOT)
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c1090 if (dyn[0] & (1 << DT_PLTGOT))
1091 p->got = laddr(p, dyn[DT_PLTGOT]);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h541 #define DT_PLTGOT 3 macro

Completed in 34 milliseconds