OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:elf_hdr
(Results
1 - 2
of
2
) sorted by null
/art/patchoat/
patchoat.cc
211
Elf32_Ehdr
elf_hdr
;
local
212
if (sizeof(
elf_hdr
) != input_oat->Read(reinterpret_cast<char*>(&
elf_hdr
), sizeof(
elf_hdr
), 0)) {
216
isa = ElfISAToInstructionSet(
elf_hdr
.e_machine);
[
all
...]
/art/runtime/
elf_file.cc
1620
Elf32_Ehdr&
elf_hdr
= all.GetHeader();
local
[
all
...]
Completed in 2744 milliseconds