OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getrelocation
(Results
1 - 25
of
30
) sorted by null
1
2
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp
39
any_relocation_info RE = Obj->
getRelocation
(Rel.getRawDataRefImpl());
80
Obj->
getRelocation
(Rel.getRawDataRefImpl());
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h
41
Obj.
getRelocation
(RelI->getRawDataRefImpl());
134
Obj.
getRelocation
(RelI->getRawDataRefImpl());
147
Obj.
getRelocation
(RelI->getRawDataRefImpl());
RuntimeDyldMachOX86_64.h
41
Obj.
getRelocation
(RelI->getRawDataRefImpl());
153
Obj.
getRelocation
(RelI->getRawDataRefImpl());
RuntimeDyldMachOARM.h
60
Obj.
getRelocation
(RelI->getRawDataRefImpl());
211
MachO.
getRelocation
(RelI->getRawDataRefImpl());
232
MachO.
getRelocation
(RelI->getRawDataRefImpl());
RuntimeDyldMachOAArch64.h
253
Obj.
getRelocation
(RelI->getRawDataRefImpl());
270
RelInfo = Obj.
getRelocation
(RelI->getRawDataRefImpl());
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp
60
Obj.
getRelocation
(RelI->getRawDataRefImpl());
96
Obj.
getRelocation
(RI->getRawDataRefImpl());
RuntimeDyldMachO.h
71
Obj.
getRelocation
(RI->getRawDataRefImpl());
/frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h
93
const Relocation*
getRelocation
() const { return m_pReloc; }
/external/llvm/lib/Object/
MachOObjectFile.cpp
610
MachO::any_relocation_info RE =
getRelocation
(Rel);
616
MachO::any_relocation_info RE =
getRelocation
(Rel);
637
return section_iterator(getAnyRelocationSection(
getRelocation
(Rel)));
641
MachO::any_relocation_info RE =
getRelocation
(Rel);
755
MachO::any_relocation_info RE =
getRelocation
(Rel);
[
all
...]
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
586
MachO::any_relocation_info RE = Obj->
getRelocation
(Rel);
614
MachO::any_relocation_info RENext = Obj->
getRelocation
(RelNext);
663
MachO::any_relocation_info RENext = Obj->
getRelocation
(RelNext);
685
MachO::any_relocation_info RENext = Obj->
getRelocation
(RelNext);
725
MachO::any_relocation_info RENext = Obj->
getRelocation
(RelNext);
[
all
...]
MachODump.cpp
779
RE = O->
getRelocation
(Rel);
[
all
...]
/external/llvm/include/llvm/Object/
MachO.h
380
MachO::any_relocation_info
getRelocation
(DataRefImpl Rel) const;
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-sec-dispatcher-1.3.jar
maven-aether-provider-3.2.1.jar
maven-model-3.2.1.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar
/prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar
/external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp
754
auto RelocInfo = MObj->
getRelocation
(Reloc.getRawDataRefImpl());
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
535
MachO::any_relocation_info RE = Obj->
getRelocation
(DR);
/frameworks/compile/mclinker/lib/LD/
EhFrame.cpp
300
Relocation* rel = const_cast<Relocation*>(pInCIE.
getRelocation
());
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-aether-provider/3.3.9/
maven-aether-provider-3.3.9.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.0.9/
maven-model-2.0.9.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.2.1/
maven-model-2.2.1.jar
/external/llvm/tools/dsymutil/
DwarfLinker.cpp
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.2.1/
maven-model-3.2.1.jar
Completed in 226 milliseconds
1
2