Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x68k/stand/aout2hux/
H A Daout2hux.c460 if (relsize + sizeof(struct relinf_l) > relallocsize) \
461 reltbl = do_realloc(reltbl, relallocsize += RELTBL_CHUNK); \
554 size_t relsize, relallocsize; in aout2hux() local
636 relsize = relallocsize = 0; in aout2hux()