OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:R_MIPS_PCLO16
(Results
1 - 13
of
13
) sorted by null
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_N64R6_relocations.s
49
# Test
R_MIPS_PCLO16
relocation.
50
# rtdyld-check: decode_operand(
R_MIPS_PCLO16
, 2)[15:0] = (foo -
R_MIPS_PCLO16
)[15:0]
51
R_MIPS_PCLO16
:
ELF_O32R6_relocations.s
44
# Test
R_MIPS_PCLO16
relocation.
45
# rtdyld-check: decode_operand(
R_MIPS_PCLO16
, 2)[15:0] = (foo -
R_MIPS_PCLO16
)[15:0]
46
R_MIPS_PCLO16
:
/external/llvm/test/MC/Mips/mips32r6/
relocations.s
55
# CHECK-ELF: 0x20
R_MIPS_PCLO16
bar 0x0
/external/llvm/test/MC/Mips/mips64r6/
relocations.s
59
# CHECK-ELF: 0x20
R_MIPS_PCLO16
/R_MIPS_NONE/R_MIPS_NONE bar 0x0
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp
103
return ELF::
R_MIPS_PCLO16
;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
574
case ELF::
R_MIPS_PCLO16
: {
722
case ELF::
R_MIPS_PCLO16
: {
759
case ELF::
R_MIPS_PCLO16
:
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elfn32-mips.c
853
HOWTO (
R_MIPS_PCLO16
, /* type */
861
"
R_MIPS_PCLO16
", /* name */
[
all
...]
elf32-mips.c
799
HOWTO (
R_MIPS_PCLO16
, /* type */
807
"
R_MIPS_PCLO16
", /* name */
[
all
...]
elf64-mips.c
889
HOWTO (
R_MIPS_PCLO16
, /* type */
897
"
R_MIPS_PCLO16
", /* name */
[
all
...]
elfxx-mips.c
[
all
...]
/toolchain/binutils/binutils-2.25/include/elf/
mips.h
96
RELOC_NUMBER (
R_MIPS_PCLO16
, 65)
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp
337
case llvm::ELF::
R_MIPS_PCLO16
:
448
case llvm::ELF::
R_MIPS_PCLO16
:
[
all
...]
/art/runtime/
elf.h
[
all
...]
Completed in 828 milliseconds