OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRI
(Results
1 - 25
of
25
) sorted by null
/external/llvm/lib/Object/
MachOObjectFile.cpp
256
getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl
DRI
) {
257
const char *P = reinterpret_cast<const char *>(
DRI
.p);
502
error_code MachOObjectFile::getSymbolAlignment(DataRefImpl
DRI
,
505
this->getSymbolFlags(
DRI
, flags);
507
SymbolTableEntryBase Entry = getSymbolTableEntryBase(this,
DRI
);
515
error_code MachOObjectFile::getSymbolSize(DataRefImpl
DRI
,
521
SymbolTableEntryBase Entry = getSymbolTableEntryBase(this,
DRI
);
523
getSymbolAddress(
DRI
, Value);
530
this->getSymbolFlags(
DRI
, flags);
542
DataRefImpl
DRI
= I->getRawDataRefImpl()
[
all
...]
ObjectFile.cpp
30
error_code ObjectFile::getSymbolAlignment(DataRefImpl
DRI
,
/external/llvm/include/llvm/Object/
RelocVisitor.h
139
DataRefImpl
DRI
= R.getRawDataRefImpl();
141
Obj->getRelocationAddend(
DRI
, Addend);
147
DataRefImpl
DRI
= R.getRawDataRefImpl();
149
Obj->getRelocationAddend(
DRI
, Addend);
155
DataRefImpl
DRI
= R.getRawDataRefImpl();
157
Obj->getRelocationAddend(
DRI
, Addend);
163
DataRefImpl
DRI
= R.getRawDataRefImpl();
165
Obj->getRelocationAddend(
DRI
, Addend);
MachO.h
167
macho::Section getSection(DataRefImpl
DRI
) const;
168
macho::Section64 getSection64(DataRefImpl
DRI
) const;
171
macho::SymbolTableEntry getSymbolTableEntry(DataRefImpl
DRI
) const;
172
macho::Symbol64TableEntry getSymbol64TableEntry(DataRefImpl
DRI
) const;
ELF.h
[
all
...]
/external/chromium_org/third_party/mesa/src/docs/
MESA_agp_offset.spec
17
XFree86/
DRI
drivers.)
MESA_swap_control.spec
15
Deployed in
DRI
drivers post-XFree86 4.3.
MESA_swap_frame_usage.spec
15
Deployed in
DRI
drivers post-XFree86 4.3.
/external/mesa3d/docs/
MESA_agp_offset.spec
17
XFree86/
DRI
drivers.)
MESA_swap_control.spec
15
Deployed in
DRI
drivers post-XFree86 4.3.
MESA_swap_frame_usage.spec
15
Deployed in
DRI
drivers post-XFree86 4.3.
/external/chromium_org/third_party/mesa/src/
Android.mk
29
# The main target is libGLES_mesa. For each classic driver enabled, a
DRI
30
# module will also be built.
DRI
modules will be loaded by libGLES_mesa.
84
src/mesa/drivers/
dri
/external/mesa3d/
Android.mk
29
# The main target is libGLES_mesa. For each classic driver enabled, a
DRI
30
# module will also be built.
DRI
modules will be loaded by libGLES_mesa.
84
src/mesa/drivers/
dri
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
195
DataRefImpl
DRI
,
198
macho::SymbolTableEntry Entry = Obj->getSymbolTableEntry(
DRI
);
206
macho::Symbol64TableEntry Entry = Obj->getSymbol64TableEntry(
DRI
);
/external/llvm/tools/macho-dump/
macho-dump.cpp
212
DataRefImpl
DRI
= I->getRawDataRefImpl();
214
macho::Symbol64TableEntry STE = Obj.getSymbol64TableEntry(
DRI
);
219
macho::SymbolTableEntry STE = Obj.getSymbolTableEntry(
DRI
);
/external/mesa3d/src/mesa/
Android.mk
93
# Build libmesa_dricore for
DRI
modules
/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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 1326 milliseconds