OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arelf
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/0.153/src/
ranlib.c
183
Elf *
arelf
= elf_begin (fd, ELF_C_READ_MMAP, NULL);
local
184
if (
arelf
== NULL)
192
if (elf_kind (
arelf
) != ELF_K_AR)
195
elf_end (
arelf
);
208
while ((elf = elf_begin (fd, cmd,
arelf
)) != NULL)
286
&& copy_content (
arelf
, newfd, SARMAG, index_off - SARMAG))
287
|| copy_content (
arelf
, newfd, rest_off, st.st_size - rest_off)
299
elf_end (
arelf
);
ldgeneric.c
1828
Elf *
arelf
;
local
1924
Elf *
arelf
;
local
[
all
...]
Completed in 679 milliseconds