Searched refs:relocs16 (Results 1 – 1 of 1) sorted by relevance
24 static struct relocs relocs16; variable929 add_reloc(&relocs16, rel->r_offset); in do_reloc_real()1022 if (relocs16.count && !use_real_mode) in emit_relocs()1031 sort_relocs(&relocs16); in emit_relocs()1045 write_reloc(relocs16.count, stdout); in emit_relocs()1046 for (i = 0; i < relocs16.count; i++) in emit_relocs()1047 write_reloc(relocs16.offset[i], stdout); in emit_relocs()