Lines Matching refs:Elf_Addr
34 using Elf_Addr = typename ElfTypes::Addr;
97 Elf_Addr FindSymbolAddress(Elf_Word section_type,
120 bool Fixup(Elf_Addr base_address);
121 bool FixupDynamic(Elf_Addr base_address);
122 bool FixupSectionHeaders(Elf_Addr base_address);
123 bool FixupProgramHeaders(Elf_Addr base_address);
124 bool FixupSymbols(Elf_Addr base_address, bool dynamic);
125 bool FixupRelocations(Elf_Addr base_address);
126 bool FixupDebugSections(Elf_Addr base_address_delta);
127 bool ApplyOatPatchesTo(const char* target_section_name, Elf_Addr base_address_delta);
128 static void ApplyOatPatches(const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta,