OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELF64BE
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Object/
ELFTypes.h
83
typedef ELFType<support::big, true>
ELF64BE
;
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
628
auto *
ELF64BE
= cast<ELF64BEObjectFile>(Obj);
629
return getRelocationValueString(
ELF64BE
, Rel, Result);
[
all
...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp
162
typedef ELFType<support::big, true>
ELF64BE
;
163
DebugObj = createRTDyldELFObject<
ELF64BE
>(Buffer->getMemBufferRef(), Obj, L,
[
all
...]
Completed in 798 milliseconds