OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElfFixup
(Results
1 - 4
of
4
) sorted by null
/art/compiler/
elf_fixup.h
29
class
ElfFixup
{
51
DISALLOW_IMPLICIT_CONSTRUCTORS(
ElfFixup
);
elf_fixup.cc
31
bool
ElfFixup
::Fixup(File* file, uintptr_t oat_data_begin) {
68
bool
ElfFixup
::FixupDynamic(ElfFile& elf_file, uintptr_t base_address) {
86
bool
ElfFixup
::FixupSectionHeaders(ElfFile& elf_file, uintptr_t base_address) {
104
bool
ElfFixup
::FixupProgramHeaders(ElfFile& elf_file, uintptr_t base_address) {
125
bool
ElfFixup
::FixupSymbols(ElfFile& elf_file, uintptr_t base_address, bool dynamic) {
149
bool
ElfFixup
::FixupRelocations(ElfFile& elf_file, uintptr_t base_address) {
image_test.cc
103
bool success_fixup =
ElfFixup
::Fixup(dup_oat.get(), writer.GetOatDataBegin());
/art/dex2oat/
dex2oat.cc
492
if (!
ElfFixup
::Fixup(oat_file.get(), oat_data_begin)) {
[
all
...]
Completed in 32 milliseconds