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

/external/elfutils/backends/
H A Dalpha_symbol.c97 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
116 if (dyn.d_tag == DT_PLTGOT)
H A Dsparc_symbol.c84 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
102 if (dyn.d_tag == DT_PLTGOT)
/external/libunwind/src/ia64/
H A DGfind_unwind_table.c49 from the DT_PLTGOT entry. */
52 if (dyn->d_tag == DT_PLTGOT)
H A DGtables.c535 DT_PLTGOT is the gp value for that object. */
538 if (dyn->d_tag == DT_PLTGOT)
/external/libunwind/src/dwarf/
H A DGfind_unwind_table.c47 if (dyn.d_tag == DT_PLTGOT) {
56 Debug(1, "DT_PLTGOT not found in dynamic header\n");
198 // DT_PLTGOT is the value that data-relative addresses are
327 // DT_PLTGOT is the value that data-relative addresses are
337 if (dyn->d_tag == DT_PLTGOT) {
H A DGfind_proc_info-lsb.c657 DT_PLTGOT is the value that data-relative addresses are
661 if (dyn->d_tag == DT_PLTGOT)
/external/elfutils/tests/
H A Dalldts.c46 DT_NULL, DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT,
/external/syslinux/com32/include/sys/
H A Delfcommon.h65 #define DT_PLTGOT 3 /* Processor defined value */ macro
/external/syslinux/com32/lib/sys/module/
H A Delf_module.c93 case DT_PLTGOT: // The first entry in the GOT
/external/kernel-headers/original/uapi/linux/
H A Delf.h76 #define DT_PLTGOT 3 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h1038 DT_PLTGOT = 3, // Address associated with linkage table. enumerator in enum:llvm::ELF::__anon19703
/external/llvm/include/llvm/Support/
H A DELF.h1094 DT_PLTGOT = 3, // Address associated with linkage table. enumerator in enum:llvm::ELF::__anon12494
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1092 DT_PLTGOT = 3, // Address associated with linkage table. enumerator in enum:llvm::ELF::__anon20540
/external/elfutils/libelf/
H A Delf.h703 #define DT_PLTGOT 3 /* Processor defined value */ macro
/external/kmod/port-gnu/
H A Delf.h702 #define DT_PLTGOT 3 /* Processor defined value */ macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1659 case DT_PLTGOT:
1923 case ELF::DT_PLTGOT:
/external/elfutils/src/
H A Delflint.c1759 case DT_PLTGOT:
H A Dldgeneric.c6763 DT_PLTGOT, shdr->sh_addr);
/external/valgrind/perf/
H A Dtinycc.c630 #define DT_PLTGOT 3 /* Processor defined value */ macro

Completed in 494 milliseconds