Lines Matching refs:Elf_Addr
445 uint8_t elf_class = (sizeof(Elf_Addr) == sizeof(Elf64_Addr)) ? ELFCLASS64 : ELFCLASS32; in SetMap()
871 unsigned char type = (sizeof(Elf_Addr) == sizeof(Elf64_Addr)) in FindSymbolByName()
1034 Elf_Addr min_vaddr = static_cast<Elf_Addr>(-1); in GetLoadedSize()
1035 Elf_Addr max_vaddr = 0u; in GetLoadedSize()
1041 Elf_Addr begin_vaddr = program_header->p_vaddr; in GetLoadedSize()
1045 Elf_Addr end_vaddr = program_header->p_vaddr + program_header->p_memsz; in GetLoadedSize()
1062 Elf_Addr loaded_size = max_vaddr - min_vaddr; in GetLoadedSize()
1358 bool ElfFileImpl<ElfTypes>::FixupDebugSections(Elf_Addr base_address_delta) { in FixupDebugSections()
1369 const char* target_section_name, Elf_Addr delta) { in ApplyOatPatchesTo()
1396 const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta, in ApplyOatPatches()
1398 typedef __attribute__((__aligned__(1))) Elf_Addr UnalignedAddress; in ApplyOatPatches()
1512 bool ElfFileImpl<ElfTypes>::Fixup(Elf_Addr base_address) { in Fixup()
1546 bool ElfFileImpl<ElfTypes>::FixupDynamic(Elf_Addr base_address) { in FixupDynamic()
1551 Elf_Addr d_ptr = elf_dyn.d_un.d_ptr; in FixupDynamic()
1566 bool ElfFileImpl<ElfTypes>::FixupSectionHeaders(Elf_Addr base_address) { in FixupSectionHeaders()
1586 bool ElfFileImpl<ElfTypes>::FixupProgramHeaders(Elf_Addr base_address) { in FixupProgramHeaders()
1609 bool ElfFileImpl<ElfTypes>::FixupSymbols(Elf_Addr base_address, bool dynamic) { in FixupSymbols()
1635 bool ElfFileImpl<ElfTypes>::FixupRelocations(Elf_Addr base_address) { in FixupRelocations()