Searched refs:zspace (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/switchback/
H A Dlinker.c1170 char* zspace = calloc(1, shdr[i].sh_size);
1171 shdr[i].sh_offset = ((char*)zspace) - ((char*)ehdrC);
1174 zspace, (Long)shdr[i].sh_size);
/external/valgrind/main/VEX/unused/
H A Dlinker.c1009 char* zspace = calloc(1, shdr[i].sh_size); local
1010 shdr[i].sh_offset = ((char*)zspace) - ((char*)ehdrC);
1013 zspace, shdr[i].sh_size);

Completed in 122 milliseconds