Home | Sort by relevance Sort by last modified time |
/external/elfutils/libelf/ | |
libelfP.h | 329 int shdr_malloced; /* Nonzero if shdr array was allocated. */ member in struct:Elf::__anon19985::__anon19986 350 int shdr_malloced; /* Nonzero if shdr array was allocated. */ member in struct:Elf::__anon19985::__anon19987 376 int shdr_malloced; /* Nonzero if shdr array was allocated. */ member in struct:Elf::__anon19985::__anon19988 |
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 |