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

/external/elfutils/0.153/backends/
H A Dalpha_symbol.c94 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
113 if (dyn.d_tag == DT_PLTGOT)
H A Dsparc_symbol.c81 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
99 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.c120 DT_PLTGOT is the value that data-relative addresses are
127 if (dyn->d_tag == DT_PLTGOT)
H A DGfind_proc_info-lsb.c579 DT_PLTGOT is the value that data-relative addresses are
583 if (dyn->d_tag == 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/chromium_org/third_party/libvpx/include/
H A Delf.h87 #define DT_PLTGOT 3 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h76 #define DT_PLTGOT 3 macro
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.cpp231 case DT_PLTGOT:
234 RLOG(" DT_PLTGOT addr=%p\n", dyn_addr);
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp851 case DT_PLTGOT:
1222 if (Entry.getTag() == ELF::DT_PLTGOT) {
/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/qemu/include/
H A Delf.h138 #define DT_PLTGOT 3 macro
/external/llvm/include/llvm/Support/
H A DELF.h1660 DT_PLTGOT = 3, // Address associated with linkage table. enumerator in enum:llvm::ELF::__anon25604
/external/elfutils/0.153/libelf/
H A Delf.h661 #define DT_PLTGOT 3 /* Processor defined value */ macro
/external/elfutils/0.153/src/
H A Delflint.c1705 case DT_PLTGOT:
H A Dldgeneric.c6771 DT_PLTGOT, shdr->sh_addr);
/external/valgrind/main/perf/
H A Dtinycc.c630 #define DT_PLTGOT 3 /* Processor defined value */ macro

Completed in 987 milliseconds