Searched refs:DT_PPC_GOT (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/0.153/backends/
H A Dppc_symbol.c63 case DT_PPC_GOT:
75 return tag == DT_PPC_GOT;
79 /* Look for DT_PPC_GOT. */
99 if (dyn != NULL && dyn->d_tag == DT_PPC_GOT)
125 /* In -msecure-plt mode, DT_PPC_GOT is present and must match. */
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dplt.c366 "DT_PPC_GOT=%#"PRIx64", but no such section found\n",
480 if (elf_load_dynamic_entry(lte, DT_PPC_GOT, &ppcgot) < 0) {
481 fprintf(stderr, "couldn't find DT_PPC_GOT\n");
/external/elfutils/0.153/libelf/
H A Delf.h2120 #define DT_PPC_GOT (DT_LOPROC + 0) macro

Completed in 92 milliseconds