Home
last modified time | relevance | path

Searched refs:long_names (Results 1 - 3 of 3) sorted by relevance

/third_party/elfutils/libelf/
H A Delf_end.c109 if (elf->state.ar.long_names != NULL) in elf_end()
110 free (elf->state.ar.long_names); in elf_end()
H A Delf_begin.c796 elf->state.ar.long_names = (char *) memcpy (newp, in read_long_names()
810 elf->state.ar.long_names = NULL; in read_long_names()
813 elf->state.ar.long_names = newp; in read_long_names()
916 if (unlikely (elf->state.ar.long_names == NULL in __libelf_next_arhdr_wrlock()
932 elf_ar_hdr->ar_name = elf->state.ar.long_names + offset; in __libelf_next_arhdr_wrlock()
H A DlibelfP.h391 char *long_names; /* If no index is available but long names member

Completed in 4 milliseconds