OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ar_hdr
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ar.h
26
`struct
ar_hdr
', and as many bytes of member file data as its `ar_size'
36
struct
ar_hdr
struct
/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::__anon5466::__anon5470
Completed in 180 milliseconds