Searched refs:DT_PLTGOT (Results 1 - 16 of 16) 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/ltrace/sysdeps/linux-gnu/mips/
H A Dplt.c56 DT_PLTGOT This member holds the address of the .got section.
182 DT_PLTGOT This member holds the address of the .got section.
227 if(dyn.d_tag == DT_PLTGOT) {
/external/kernel-headers/original/uapi/linux/
H A Delf.h76 #define DT_PLTGOT 3 macro
/external/llvm/include/llvm/Support/
H A DELF.h1066 DT_PLTGOT = 3, // Address associated with linkage table. enumerator in enum:llvm::ELF::__anon12046
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dplt.c504 if (elf_load_dynamic_entry(lte, DT_PLTGOT,
506 fprintf(stderr, "couldn't find DT_PLTGOT\n");
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1456 case DT_PLTGOT:
1739 case ELF::DT_PLTGOT:
/external/elfutils/libelf/
H A Delf.h703 #define DT_PLTGOT 3 /* Processor defined value */ macro
/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 259 milliseconds