Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/gas/
Dlisting.c572 unsigned int octet_in_frag; in calc_hex() local
587 octet_in_frag = 0; in calc_hex()
588 while ((offsetT) octet_in_frag < frag_ptr->fr_fix in calc_hex()
596 (frag_ptr->fr_literal[octet_in_frag]) & 0xff); in calc_hex()
598 octet_in_frag++; in calc_hex()
602 unsigned int var_rep_max = octet_in_frag; in calc_hex()
603 unsigned int var_rep_idx = octet_in_frag; in calc_hex()
606 while (((offsetT) octet_in_frag in calc_hex()
619 octet_in_frag++; in calc_hex()