HomeSort by relevance Sort by last modified time
    Searched refs:long_names (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libelf/
elf_end.c 98 if (elf->state.ar.long_names != NULL)
99 free (elf->state.ar.long_names);
elf_begin.c 620 elf->state.ar.long_names = (char *) memcpy (newp,
633 elf->state.ar.long_names = NULL;
636 elf->state.ar.long_names = newp;
733 if (elf->state.ar.long_names == NULL
749 elf_ar_hdr->ar_name = elf->state.ar.long_names + offset;
libelfP.h 343 char *long_names; /* If no index is available but long names member in struct:Elf::__anon5731::__anon5735

Completed in 25 milliseconds