Searched refs:zspace (Results 1 – 2 of 2) sorted by relevance
1170 char* zspace = calloc(1, shdr[i].sh_size);1171 shdr[i].sh_offset = ((char*)zspace) - ((char*)ehdrC);1174 zspace, (Long)shdr[i].sh_size);
1009 char* zspace = calloc(1, shdr[i].sh_size); in ocGetNames_ELF() local1010 shdr[i].sh_offset = ((char*)zspace) - ((char*)ehdrC); in ocGetNames_ELF()