HomeSort by relevance Sort by last modified time
    Searched defs:ar_hdr (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libelf/
elf_begin.c 577 struct ar_hdr hdrm;
578 struct ar_hdr *hdr;
586 if (offset + sizeof (struct ar_hdr) > elf->maximum_size)
590 hdr = (struct ar_hdr *) (elf->map_address + offset);
607 offset += sizeof (struct ar_hdr) + ((len + 1) & ~1l);
622 + sizeof (struct ar_hdr),
628 + sizeof (struct ar_hdr))
673 struct ar_hdr *ar_hdr; local
679 if (elf->state.ar.offset + sizeof (struct ar_hdr)
    [all...]
libelfP.h 350 struct ar_hdr ar_hdr; /* Header read from file. */ member in struct:Elf::__anon3657::__anon3661

Completed in 1279 milliseconds