HomeSort by relevance Sort by last modified time
    Searched refs:elf_load_dynamic_entry (Results 1 - 4 of 4) sorted by null

  /external/ltrace/
ltrace-elf.h 144 int elf_load_dynamic_entry(struct ltelf *lte, int tag, GElf_Addr *valuep);
ltrace-elf.c 538 elf_load_dynamic_entry(struct ltelf *lte, int tag, GElf_Addr *valuep) function
    [all...]
  /external/ltrace/sysdeps/linux-gnu/arm/
plt.c 47 if (elf_load_dynamic_entry(lte, DT_JMPREL, &jmprel_addr) < 0
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 459 && elf_load_dynamic_entry(lte, DT_RELA, &rela) == 0
460 && elf_load_dynamic_entry(lte, DT_RELASZ, &relasz) == 0
480 if (elf_load_dynamic_entry(lte, DT_PPC_GOT, &ppcgot) < 0) {
493 if (elf_load_dynamic_entry(lte, DT_PPC64_GLINK,
504 if (elf_load_dynamic_entry(lte, DT_PLTGOT,
    [all...]

Completed in 178 milliseconds