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 330 int shdr_malloced; /* Nonzero if shdr array was allocated. */ member in struct:Elf::__anon10854::__anon10855
349 int shdr_malloced; /* Nonzero if shdr array was allocated. */ member in struct:Elf::__anon10854::__anon10856
374 int shdr_malloced; /* Nonzero if shdr array was allocated. */ member in struct:Elf::__anon10854::__anon10857
elf32_getshdr.c 77 elf->state.ELFW(elf,LIBELFBITS).shdr_malloced = 1;
210 elf->state.ELFW(elf,LIBELFBITS).shdr_malloced = 0;
elf_end.c 200 if (elf->state.elf.shdr_malloced != 0)
elf32_updatefile.c 259 if (!elf->state.ELFW(elf,LIBELFBITS).shdr_malloced
437 if (!elf->state.ELFW(elf,LIBELFBITS).shdr_malloced

Completed in 225 milliseconds