HomeSort by: relevance | last modified time | path
    Searched defs:lo16_relocation (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 8372 const Elf_Internal_Rela *lo16_relocation;
8434 lo16_relocation = mips_elf_next_relocation (abfd, lo16_type, rel, relend);
8435 if (lo16_relocation == NULL)
8440 l = mips_elf_read_rel_addend (abfd, sec, lo16_relocation, lo16_howto,
8447 l = (l - (lo16_relocation->r_offset - rel->r_offset)) & 0xffff;
8341 const Elf_Internal_Rela *lo16_relocation; local
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 8352 const Elf_Internal_Rela *lo16_relocation;
8413 lo16_relocation = mips_elf_next_relocation (abfd, lo16_type, rel, relend);
8414 if (lo16_relocation == NULL)
8419 l = mips_elf_read_rel_addend (abfd, sec, lo16_relocation, lo16_howto,
8426 l = (l - (lo16_relocation->r_offset - rel->r_offset)) & 0xffff;
8321 const Elf_Internal_Rela *lo16_relocation; local
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 8306 const Elf_Internal_Rela *lo16_relocation;
8337 lo16_relocation = mips_elf_next_relocation (abfd, lo16_type, rel, relend);
8338 if (lo16_relocation == NULL)
8343 l = mips_elf_read_rel_addend (abfd, sec, lo16_relocation, lo16_howto,
8275 const Elf_Internal_Rela *lo16_relocation; local
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 8319 const Elf_Internal_Rela *lo16_relocation;
8350 lo16_relocation = mips_elf_next_relocation (abfd, lo16_type, rel, relend);
8351 if (lo16_relocation == NULL)
8356 l = mips_elf_read_rel_addend (abfd, sec, lo16_relocation, lo16_howto,
8288 const Elf_Internal_Rela *lo16_relocation; local

Completed in 68 milliseconds