Home
last modified time | relevance | path

Searched refs:lo_int_rel (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-mips.c802 struct internal_reloc lo_int_rel; in mips_relocate_section() local
875 int_rel = lo_int_rel; in mips_relocate_section()
896 &lo_int_rel); in mips_relocate_section()
897 if (lo_int_rel.r_type != int_rel.r_type) in mips_relocate_section()
902 && lo_int_rel.r_type == MIPS_R_REFLO in mips_relocate_section()
903 && int_rel.r_extern == lo_int_rel.r_extern in mips_relocate_section()
904 && int_rel.r_symndx == lo_int_rel.r_symndx) in mips_relocate_section()
1118 use_lo ? &lo_int_rel : NULL, in mips_relocate_section()
1183 use_lo ? &lo_int_rel : NULL, in mips_relocate_section()
DChangeLog-94957496 reflo_int_rel to lo_int_rel. Handle MIPS_R_RELLO and MIPS_R_RELHI