Searched defs:ppcgot_sec (Results 1 - 1 of 1) sorted by path

/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dplt.c359 Elf_Scn *ppcgot_sec = NULL; local
363 &ppcgot_sec, &ppcgot_shdr) < 0
364 || ppcgot_sec == NULL))
369 if (ppcgot_sec != NULL) {
370 Elf_Data *data = elf_loaddata(ppcgot_sec, &ppcgot_shdr);

Completed in 225 milliseconds