Searched refs:the_bytes (Results 1 – 1 of 1) sorted by relevance
692 md_ri_to_chars (char *the_bytes, struct reloc_info_generic ri) in md_ri_to_chars() argument695 md_number_to_chars (the_bytes, ri.r_address, sizeof (ri.r_address)); in md_ri_to_chars()697 the_bytes[6] = (ri.r_symbolnum >> 16) & 0x0ff; in md_ri_to_chars()698 the_bytes[5] = (ri.r_symbolnum >> 8) & 0x0ff; in md_ri_to_chars()699 the_bytes[4] = ri.r_symbolnum & 0x0ff; in md_ri_to_chars()700 the_bytes[7] = (((ri.r_extern << 3) & 0x08) | ((ri.r_length << 1) & 0x06) in md_ri_to_chars()