Searched refs:relocs16 (Results 1 – 1 of 1) sorted by relevance
28 static struct relocs relocs16; variable1009 add_reloc(&relocs16, rel->r_offset); in do_reloc_real()1102 if (relocs16.count && !use_real_mode) in emit_relocs()1111 sort_relocs(&relocs16); in emit_relocs()1125 write_reloc(relocs16.count, stdout); in emit_relocs()1126 for (i = 0; i < relocs16.count; i++) in emit_relocs()1127 write_reloc(relocs16.offset[i], stdout); in emit_relocs()