Lines Matching refs:where
241 char *where; in md_assemble() local
259 where = frag_more (4); in md_assemble()
261 (where - frag_now->fr_literal), in md_assemble()
275 char *where; in md_assemble() local
278 where = frag_more (4); in md_assemble()
280 (where - frag_now->fr_literal), in md_assemble()
378 char *where; in md_assemble() local
382 where = frag_more (4); in md_assemble()
384 (where - frag_now->fr_literal), in md_assemble()
731 unsigned char * where = (unsigned char *) buf; in md_chars_to_number() local
738 result |= (*where++ & 255); in md_chars_to_number()
746 result |= (where[n] & 255); in md_chars_to_number()