Home
last modified time | relevance | path

Searched refs:R_MIPS_PC32 (Results 1 – 16 of 16) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dpcrel-4-n32.d10 00000000 R_MIPS_PC32 foo
11 00000004 R_MIPS_PC32 foo\+0x00000004
12 00000008 R_MIPS_PC32 foo\+0x00000008
13 0000000c R_MIPS_PC32 foo-0x00000010
Dpcrel-4-32.d10 00000000 R_MIPS_PC32 foo
11 00000004 R_MIPS_PC32 foo
12 00000008 R_MIPS_PC32 foo
13 0000000c R_MIPS_PC32 foo
Dpcrel-4-64.d10 0+000 R_MIPS_PC32 foo
13 0+004 R_MIPS_PC32 foo\+0x0+004
16 0+008 R_MIPS_PC32 foo\+0x0+008
19 0+00c R_MIPS_PC32 foo-0x0+010
/toolchain/binutils/binutils-2.25/elfcpp/
Dmips.h158 R_MIPS_PC32 = 248, enumerator
/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h162 RELOC_NUMBER (R_MIPS_PC32, 248)
DChangeLog1950 * mips.h (R_MIPS_PC32): Add back (undoing removal on 2004-04-24),
1968 * mips.h (R_MIPS_PC32, R_MIPS_PC64, R_MIPS_GNU_REL_LO16)
DChangeLog-9103992 R_MIPS_GNU_REL16_S2, R_MIPS_PC64 and R_MIPS_PC32 relocation
/toolchain/binutils/binutils-2.25/bfd/
Delf32-mips.c1555 HOWTO (R_MIPS_PC32, /* type */
2194 case R_MIPS_PC32: in mips_elf32_rtype_to_howto()
Delfn32-mips.c2780 HOWTO (R_MIPS_PC32, /* type */
3383 case R_MIPS_PC32: in mips_elf_n32_rtype_to_howto()
Delf64-mips.c2814 HOWTO (R_MIPS_PC32, /* type */
3565 case R_MIPS_PC32: in mips_elf64_rtype_to_howto()
DChangeLog-20131690 mips_elf64_rtype_to_howto): Handle R_MIPS_PC32.
1693 mips_elfn32_rtype_to_howto): Handle R_MIPS_PC32.
DChangeLog-20042990 (mips_elf32_rtype_to_howto): Add back case for R_MIPS_PC32.
3548 R_MIPS_GNU_REL_LO16, R_MIPS_PC64, R_MIPS_PC32.
Delfxx-mips.c5773 case R_MIPS_PC32: in mips_elf_calculate_relocation()
DChangeLog-00018969 (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc8304 case elfcpp::R_MIPS_PC32: in get_size_for_reloc()
9894 case elfcpp::R_MIPS_PC32: in relocate()
10287 case elfcpp::R_MIPS_PC32: in get_reference_flags()
/toolchain/binutils/binutils-2.25/include/
DChangeLog181 * mips.h (R_MIPS_PC32): Update comment.