OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELF32BE
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Object/
ELFTypes.h
81
typedef ELFType<support::big, false>
ELF32BE
;
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
626
if (auto *
ELF32BE
= dyn_cast<ELF32BEObjectFile>(Obj))
627
return getRelocationValueString(
ELF32BE
, Rel, Result);
[
all
...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
158
typedef ELFType<support::big, false>
ELF32BE
;
159
DebugObj = createRTDyldELFObject<
ELF32BE
>(Buffer->getMemBufferRef(), Obj, L,
[
all
...]
Completed in 3615 milliseconds