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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dversados.c420 int sizeinwords = ((flag >> 3) & 1) ? 2 : 1; local
436 for (j = 0; j < sizeinwords * 2; j++)
438 contents[dst_idx + (sizeinwords * 2) - j - 1] = val;
462 n->howto = versados_howto_table + ((j & 1) * 2) + (sizeinwords - 1);
467 dst_idx += sizeinwords * 2;

Completed in 105 milliseconds