Searched refs:relocs16 (Results 1 – 1 of 1) sorted by relevance
28 static struct relocs relocs16; variable992 add_reloc(&relocs16, rel->r_offset); in do_reloc_real()1085 if (relocs16.count && !use_real_mode) in emit_relocs()1094 sort_relocs(&relocs16); in emit_relocs()1108 write_reloc(relocs16.count, stdout); in emit_relocs()1109 for (i = 0; i < relocs16.count; i++) in emit_relocs()1110 write_reloc(relocs16.offset[i], stdout); in emit_relocs()