Lines Matching defs:phdrs
154 their phdrs might not match the actual load addresses. */
308 /* Decode the section. It consists of the original ehdr, phdrs,
369 For this reason, we must examine the phdrs first to find PT_INTERP. */
400 void *phdrs = malloc (phdrs_bytes);
401 if (unlikely (phdrs == NULL))
403 dst.d_buf = phdrs;
408 free (phdrs);
413 Elf32_Phdr (*p32)[phnum] = phdrs;
423 Elf64_Phdr (*p64)[phnum] = phdrs;
431 free (phdrs);
822 /* Try to find a dynamic symbol table via phdrs. */
908 /* Don't trust the phdrs in the minisymtab elf file to be setup correctly.