Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:phdrs

64    This more than covers the phdrs and note segment in the average 64-bit
255 } phdrs;
257 xlateto.d_buf = &phdrs;
258 xlateto.d_size = sizeof phdrs;
422 consider_phdr (phdrs.p32[i].p_type,
423 phdrs.p32[i].p_vaddr, phdrs.p32[i].p_memsz,
424 phdrs.p32[i].p_offset, phdrs.p32[i].p_filesz,
425 phdrs.p32[i].p_align);
434 consider_phdr (phdrs.p64[i].p_type,
435 phdrs.p64[i].p_vaddr, phdrs.p64[i].p_memsz,
436 phdrs.p64[i].p_offset, phdrs.p64[i].p_filesz,
437 phdrs.p64[i].p_align);
638 read_phdr (phdrs.p32[i].p_type, phdrs.p32[i].p_vaddr,
639 phdrs.p32[i].p_offset, phdrs.p32[i].p_filesz);
642 read_phdr (phdrs.p64[i].p_type, phdrs.p64[i].p_vaddr,
643 phdrs.p64[i].p_offset, phdrs.p64[i].p_filesz);