Searched refs:hex_map (Results 1 – 1 of 1) sorted by relevance
383 char hex_map[] = "0123456789ABCDEF"; in output_symbol_bytes() local385 hex[0] = hex_map[(contents[i] >> 4) & 0xf]; in output_symbol_bytes()386 hex[1] = hex_map[contents[i] & 0xf]; in output_symbol_bytes()