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