Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:phdrs

163     /* We already have all the phdrs from the initial read.  */
191 } phdrs;
193 xlateto.d_buf = &phdrs;
194 xlateto.d_size = sizeof phdrs;
237 if (phdrs.p32[i].p_type == PT_LOAD)
238 if (handle_segment (phdrs.p32[i].p_vaddr, phdrs.p32[i].p_offset,
239 phdrs.p32[i].p_filesz, phdrs.p32[i].p_memsz))
248 if (phdrs.p64[i].p_type == PT_LOAD)
249 if (handle_segment (phdrs.p64[i].p_vaddr, phdrs.p64[i].p_offset,
250 phdrs.p64[i].p_filesz, phdrs.p64[i].p_memsz))
300 if (phdrs.p32[i].p_type == PT_LOAD)
301 if (handle_segment (phdrs.p32[i].p_vaddr, phdrs.p32[i].p_offset,
302 phdrs.p32[i].p_filesz))
327 if (phdrs.p64[i].p_type == PT_LOAD)
328 if (handle_segment (phdrs.p64[i].p_vaddr, phdrs.p64[i].p_offset,
329 phdrs.p64[i].p_filesz))