OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixupProgramHeaders
(Results
1 - 2
of
2
) sorted by null
/art/compiler/
elf_fixup.h
43
static bool
FixupProgramHeaders
(ElfFile& elf_file, uintptr_t base_address);
elf_fixup.cc
48
if (!
FixupProgramHeaders
(*elf_file.get(), base_address)) {
104
bool ElfFixup::
FixupProgramHeaders
(ElfFile& elf_file, uintptr_t base_address) {
Completed in 723 milliseconds