Home
last modified time | relevance | path

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

/src/usr.sbin/crunch/crunchide/ !
H A Dexec_elf32.c225 struct shlayout *layoutp = NULL; in hide() local
297 layoutp = xmalloc((shnum + 1) * sizeof(struct shlayout), in hide()
299 if (layoutp == NULL) in hide()
306 layoutp[shnum].shdr = &shdrshdr; in hide()
315 xewtoh(layoutp[m].shdr->sh_offset)) in hide()
322 memmove(&layoutp[i], &layoutp[i + 1], in hide()
326 layoutp[r].shdr = &shdrp[i]; in hide()
327 layoutp[r].bufp = NULL; in hide()
349 if (layoutp[i].shdr == &shdrshdr) { in hide()
351 layoutp[i].bufp = shdrp; in hide()
[all …]