Searched refs:lo16_relocation (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c7766 const Elf_Internal_Rela *lo16_relocation;
7792 lo16_relocation = mips_elf_next_relocation (input_bfd,
7795 if (lo16_relocation == NULL)
7798 lo16_location = contents + lo16_relocation->r_offset;
7805 l = mips_elf_obtain_contents (lo16_howto, lo16_relocation,
7734 const Elf_Internal_Rela *lo16_relocation; local
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c8009 const Elf_Internal_Rela *lo16_relocation;
8040 lo16_relocation = mips_elf_next_relocation (abfd, lo16_type, rel, relend);
8041 if (lo16_relocation == NULL)
8046 l = mips_elf_read_rel_addend (abfd, lo16_relocation, lo16_howto, contents);
7978 const Elf_Internal_Rela *lo16_relocation; local

Completed in 144 milliseconds