OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocationType
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/Target/Mips/
MipsRelocations.h
22
enum
RelocationType
{
MipsJITInfo.cpp
255
switch ((Mips::
RelocationType
) MR->getRelocationType()) {
/external/llvm/lib/Target/X86/
X86Relocations.h
21
///
RelocationType
- An enum for the x86 relocation codes. Note that
26
enum
RelocationType
{
X86JITInfo.cpp
553
switch ((X86::
RelocationType
)MR->getRelocationType()) {
/external/llvm/lib/Target/PowerPC/
PPCRelocations.h
27
enum
RelocationType
{
PPCJITInfo.cpp
429
switch ((PPC::
RelocationType
)MR->getRelocationType()) {
/external/llvm/lib/Target/ARM/
ARMRelocations.h
21
enum
RelocationType
{
ARMJITInfo.cpp
240
ARM::
RelocationType
RT = (ARM::
RelocationType
)MR->getRelocationType();
273
switch ((ARM::
RelocationType
)MR->getRelocationType()) {
/external/llvm/lib/Target/Sparc/
SparcRelocations.h
22
enum
RelocationType
{
SparcJITInfo.cpp
282
switch ((SP::
RelocationType
) MR->getRelocationType()) {
/external/llvm/include/llvm/CodeGen/
MachineRelocation.h
76
enum
RelocationType
{
82
static MachineRelocation getGV(uintptr_t offset, unsigned
RelocationType
,
86
assert((
RelocationType
& ~63) == 0 && "Relocation type too large!");
90
Result.TargetReloType =
RelocationType
;
102
unsigned
RelocationType
,
106
assert((
RelocationType
& ~63) == 0 && "Relocation type too large!");
110
Result.TargetReloType =
RelocationType
;
121
static MachineRelocation getBB(uintptr_t offset,unsigned
RelocationType
,
123
assert((
RelocationType
& ~63) == 0 && "Relocation type too large!");
127
Result.TargetReloType =
RelocationType
;
[
all
...]
/external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_relocations.cpp
73
enum
RelocationType
{
81
// Convert an ELF relocation type info a
RelocationType
value.
82
RelocationType
GetRelocationType(ELF::Word r_type) {
532
RelocationType
r = GetRelocationType(rel_type);
/ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relocations.cpp
73
enum
RelocationType
{
81
// Convert an ELF relocation type info a
RelocationType
value.
82
RelocationType
GetRelocationType(ELF::Word r_type) {
532
RelocationType
r = GetRelocationType(rel_type);
Completed in 261 milliseconds