OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elf_type
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp
140
unsigned
elf_type
;
local
143
elf_type
= llvm::ELF::STT_FUNC;
162
(symbol->getType() ==
elf_type
)) {
/external/chromium_org/base/third_party/symbolize/
symbolize.cc
602
int
elf_type
= FileGetElfType(wrapped_object_fd.get());
local
603
if (
elf_type
== -1) {
610
uint64 relocation = (
elf_type
== ET_DYN) ? start_address : 0;
Completed in 337 milliseconds