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

  /external/elfutils/libelf/
libelfP.h 329 int shdr_malloced; /* Nonzero if shdr array was allocated. */ member in struct:Elf::__anon7969::__anon7970
350 int shdr_malloced; /* Nonzero if shdr array was allocated. */ member in struct:Elf::__anon7969::__anon7971
376 int shdr_malloced; /* Nonzero if shdr array was allocated. */ member in struct:Elf::__anon7969::__anon7972
elf32_getshdr.c 97 elf->state.ELFW(elf,LIBELFBITS).shdr_malloced = 1;
204 elf->state.ELFW(elf,LIBELFBITS).shdr_malloced = 0;
elf_end.c 215 if (elf->state.elf.shdr_malloced != 0)
elf32_updatefile.c 238 if (!elf->state.ELFW(elf,LIBELFBITS).shdr_malloced
400 if (!elf->state.ELFW(elf,LIBELFBITS).shdr_malloced

Completed in 86 milliseconds