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 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::__anon7969::__anon7973

Completed in 156 milliseconds