OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileFormat
(Results
1 - 14
of
14
) sorted by null
/external/llvm/include/llvm/Object/
RelocVisitor.h
44
explicit RelocVisitor(StringRef
FileFormat
)
45
:
FileFormat
(
FileFormat
), HasError(false) {}
52
if (
FileFormat
== "ELF64-x86-64") {
68
} else if (
FileFormat
== "ELF32-i386") {
80
} else if (
FileFormat
== "ELF64-ppc64") {
90
} else if (
FileFormat
== "ELF32-ppc") {
98
} else if (
FileFormat
== "ELF32-mips") {
106
} else if (
FileFormat
== "ELF64-aarch64") {
116
} else if (
FileFormat
== "ELF64-s390")
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp
164
const ELFFileFormat*
FileFormat
= getOutputFormat();
165
assert(
FileFormat
&&
171
if (&pSection == &(
FileFormat
->getPLT())) {
196
else if (&pSection == &(
FileFormat
->getGOT())) {
200
else if (&pSection == &(
FileFormat
->getGOTPLT())) {
201
RegionSize += emitGOTPLTSectionData(pRegion,
FileFormat
);
428
const ELFFileFormat*
FileFormat
) const
431
m_pGOTPLT->applyGOT0(
FileFormat
->getDynamic().addr());
576
const ELFFileFormat*
FileFormat
) const
579
m_pGOTPLT->applyGOT0(
FileFormat
->getDynamic().addr())
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
140
const ELFFileFormat*
FileFormat
= getOutputFormat();
146
if (&pSection == &(
FileFormat
->getPLT())) {
171
else if (&pSection == &(
FileFormat
->getGOT())) {
175
else if (&pSection == &(
FileFormat
->getGOTPLT())) {
176
RegionSize += emitGOTPLTSectionData(pRegion,
FileFormat
);
370
const ELFFileFormat*
FileFormat
) const
373
m_pGOTPLT->applyGOT0(
FileFormat
->getDynamic().addr());
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
/prebuilts/tools/linux-x86/swt/
swt.jar
/prebuilts/tools/linux-x86_64/swt/
swt.jar
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
Completed in 80 milliseconds