Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/switchback/
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/
Dlinker.c1009 char* zspace = calloc(1, shdr[i].sh_size); in ocGetNames_ELF() local
1010 shdr[i].sh_offset = ((char*)zspace) - ((char*)ehdrC); in ocGetNames_ELF()