Searched refs:DT_PLTGOT (Results 1 - 16 of 16) sorted by relevance
/external/elfutils/backends/ |
H A D | alpha_symbol.c | 97 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it. 116 if (dyn.d_tag == DT_PLTGOT)
|
H A D | sparc_symbol.c | 84 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 D | Gfind_unwind_table.c | 49 from the DT_PLTGOT entry. */ 52 if (dyn->d_tag == DT_PLTGOT)
|
H A D | Gtables.c | 535 DT_PLTGOT is the gp value for that object. */ 538 if (dyn->d_tag == DT_PLTGOT)
|
/external/libunwind/src/dwarf/ |
H A D | Gfind_unwind_table.c | 47 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 D | Gfind_proc_info-lsb.c | 657 DT_PLTGOT is the value that data-relative addresses are 661 if (dyn->d_tag == DT_PLTGOT)
|
/external/elfutils/tests/ |
H A D | alldts.c | 46 DT_NULL, DT_NEEDED, DT_PLTRELSZ, DT_PLTGOT,
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
H A D | plt.c | 56 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 D | elf.h | 76 #define DT_PLTGOT 3 macro
|
/external/llvm/include/llvm/Support/ |
H A D | ELF.h | 1066 DT_PLTGOT = 3, // Address associated with linkage table. enumerator in enum:llvm::ELF::__anon12046
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
H A D | plt.c | 504 if (elf_load_dynamic_entry(lte, DT_PLTGOT, 506 fprintf(stderr, "couldn't find DT_PLTGOT\n");
|
/external/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1456 case DT_PLTGOT: 1739 case ELF::DT_PLTGOT:
|
/external/elfutils/libelf/ |
H A D | elf.h | 703 #define DT_PLTGOT 3 /* Processor defined value */ macro
|
/external/elfutils/src/ |
H A D | elflint.c | 1759 case DT_PLTGOT:
|
H A D | ldgeneric.c | 6763 DT_PLTGOT, shdr->sh_addr);
|
/external/valgrind/perf/ |
H A D | tinycc.c | 630 #define DT_PLTGOT 3 /* Processor defined value */ macro
|
Completed in 1604 milliseconds