Searched refs:relocs16 (Results 1 – 1 of 1) sorted by relevance
24 static struct relocs relocs16; variable936 add_reloc(&relocs16, rel->r_offset); in do_reloc_real()1029 if (relocs16.count && !use_real_mode) in emit_relocs()1038 sort_relocs(&relocs16); in emit_relocs()1052 write_reloc(relocs16.count, stdout); in emit_relocs()1053 for (i = 0; i < relocs16.count; i++) in emit_relocs()1054 write_reloc(relocs16.offset[i], stdout); in emit_relocs()