OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:long_names
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/libelf/
elf_end.c
132
if (elf->state.ar.
long_names
!= NULL)
133
free (elf->state.ar.
long_names
);
elf_begin.c
702
elf->state.ar.
long_names
= (char *) memcpy (newp,
715
elf->state.ar.
long_names
= NULL;
718
elf->state.ar.
long_names
= newp;
815
if (unlikely (elf->state.ar.
long_names
== NULL
831
elf_ar_hdr->ar_name = elf->state.ar.
long_names
+ offset;
[
all
...]
libelfP.h
403
char *
long_names
; /* If no index is available but long names
member in struct:Elf::__anon20899::__anon20903
Completed in 41 milliseconds