HomeSort by relevance Sort by last modified time
    Searched refs:R_MIPS_REL32 (Results 1 - 25 of 30) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
multi-got-1.d 31 ^[0-9a-f]+ [0-9a-f]+ R_MIPS_REL32 [0-9a-f]+ sym_2_[0-9]+
32 ^[0-9a-f]+ [0-9a-f]+ R_MIPS_REL32 [0-9a-f]+ sym_2_[0-9]+
33 ^[0-9a-f]+ [0-9a-f]+ R_MIPS_REL32 [0-9a-f]+ sym_2_[0-9]+
34 ^[0-9a-f]+ [0-9a-f]+ R_MIPS_REL32 [0-9a-f]+ sym_2_[0-9]+
35 ^[0-9a-f]+ [0-9a-f]+ R_MIPS_REL32 [0-9a-f]+ sym_2_[0-9]+
36 ^[0-9a-f]+ [0-9a-f]+ R_MIPS_REL32 [0-9a-f]+ sym_2_[0-9]+
37 ^[0-9a-f]+ [0-9a-f]+ R_MIPS_REL32 [0-9a-f]+ sym_2_[0-9]+
38 ^[0-9a-f]+ [0-9a-f]+ R_MIPS_REL32 [0-9a-f]+ sym_2_[0-9]+
39 ^[0-9a-f]+ [0-9a-f]+ R_MIPS_REL32 [0-9a-f]+ sym_2_[0-9]+
40 ^[0-9a-f]+ [0-9a-f]+ R_MIPS_REL32 [0-9a-f]+ sym_2_[0-9]
    [all...]
rel32-n32.d 10 [0-9a-f ]+R_MIPS_REL32
rel32-o32.d 10 [0-9a-f ]+R_MIPS_REL32
rel64.d 12 [0-9a-f ]+R_MIPS_REL32
reloc-estimate-1.d 12 00010000 R_MIPS_REL32 foo@@V2
eh-frame1-n32.d 13 000300dc [0-9a-f]+ R_MIPS_REL32 *
14 000300f0 [0-9a-f]+ R_MIPS_REL32 *
15 000301f8 [0-9a-f]+ R_MIPS_REL32 *
16 0003020c [0-9a-f]+ R_MIPS_REL32 *
17 0003008b [0-9a-f]+ R_MIPS_REL32 00000000 foo
18 000300d0 [0-9a-f]+ R_MIPS_REL32 00000000 foo
19 0003010e [0-9a-f]+ R_MIPS_REL32 00000000 foo
eh-frame2-n32.d 13 000300d8 [0-9a-f]+ R_MIPS_REL32 *
14 000300ec [0-9a-f]+ R_MIPS_REL32 *
15 000301f4 [0-9a-f]+ R_MIPS_REL32 *
16 00030208 [0-9a-f]+ R_MIPS_REL32 *
17 0003008b [0-9a-f]+ R_MIPS_REL32 00000000 foo
18 000300cc [0-9a-f]+ R_MIPS_REL32 00000000 foo
19 0003010a [0-9a-f]+ R_MIPS_REL32 00000000 foo
eh-frame2-n64.d 15 0+00030140 [0-9a-f]+ R_MIPS_REL32 *
18 0+00030160 [0-9a-f]+ R_MIPS_REL32 *
21 0+00030300 [0-9a-f]+ R_MIPS_REL32 *
24 0+00030320 [0-9a-f]+ R_MIPS_REL32 *
27 0+000300cb [0-9a-f]+ R_MIPS_REL32 0+000 foo
30 0+00030130 [0-9a-f]+ R_MIPS_REL32 0+000 foo
33 0+0003018a [0-9a-f]+ R_MIPS_REL32 0+000 foo
eh-frame1-n64.d 15 0+00030148 [0-9a-f]+ R_MIPS_REL32 *
18 0+00030168 [0-9a-f]+ R_MIPS_REL32 *
21 0+00030308 [0-9a-f]+ R_MIPS_REL32 *
24 0+00030328 [0-9a-f]+ R_MIPS_REL32 *
27 0+000300cb [0-9a-f]+ R_MIPS_REL32 0+00+00+00 foo
30 0+00030138 [0-9a-f]+ R_MIPS_REL32 0+00+00+00 foo
33 0+00030192 [0-9a-f]+ R_MIPS_REL32 0+00+00+00 foo
  /bionic/libc/include/bits/
elf_mips.h 11 #define R_MIPS_REL32 3
12 #define R_MIPS_REL R_MIPS_REL32
  /bionic/linker/
linker_mips.cpp 105 case R_MIPS_REL32:
108 // We only handle the R_MIPS_NONE|R_MIPS_64|R_MIPS_REL32 case
  /toolchain/binutils/binutils-2.27/elfcpp/
mips.h 51 R_MIPS_REL32 = 3, // In Elf 64: alias R_MIPS_REL
  /development/vndk/tools/vtable-dumper/
elf_handling.cpp 31 using llvm::ELF::R_MIPS_REL32;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 265 case llvm::ELF::R_MIPS_REL32:
439 case llvm::ELF::R_MIPS_REL32:
765 setupRelDynEntry(pFragRef, pSym, llvm::ELF::R_MIPS_REL32);
801 Relocation::Type type = llvm::ELF::R_MIPS_REL32 | llvm::ELF::R_MIPS_64 << 8;
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
mips.cc 750 // relocations R_MIPS_REL32 against them (reloc_only_gotno).
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 536 case ELF::R_MIPS_REL32:
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 607 R_MIPS_REL32 = 3,
    [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
mips.h 42 RELOC_NUMBER (R_MIPS_REL32, 3) /* In Elf 64: alias R_MIPS_REL */
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elfn32-mips.c 154 HOWTO (R_MIPS_REL32, /* type */
162 "R_MIPS_REL32", /* name */
573 /* Similiar to R_MIPS_REL32, but used for relocations in a GOT section.
919 HOWTO (R_MIPS_REL32, /* type */
927 "R_MIPS_REL32", /* name */
    [all...]
elf64-mips.c 192 HOWTO (R_MIPS_REL32, /* type */
200 "R_MIPS_REL32", /* name */
609 /* Similiar to R_MIPS_REL32, but used for relocations in a GOT section.
955 HOWTO (R_MIPS_REL32, /* type */
963 "R_MIPS_REL32", /* name */
    [all...]
elf32-mips.c 153 HOWTO (R_MIPS_REL32, /* type */
161 "R_MIPS_REL32", /* name */
    [all...]
  /art/runtime/
elf.h     [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 856 R_MIPS_REL32 = 3
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /external/kmod/port-gnu/
elf.h     [all...]

Completed in 468 milliseconds

1 2