Lines Matching refs:Elf_Addr

495   uint8_t elf_class = (sizeof(Elf_Addr) == sizeof(Elf64_Addr)) ? ELFCLASS64 : ELFCLASS32;  in SetMap()
921 unsigned char type = (sizeof(Elf_Addr) == sizeof(Elf64_Addr)) in FindSymbolByName()
1084 Elf_Addr min_vaddr = static_cast<Elf_Addr>(-1); in GetLoadedSize()
1085 Elf_Addr max_vaddr = 0u; in GetLoadedSize()
1091 Elf_Addr begin_vaddr = program_header->p_vaddr; in GetLoadedSize()
1095 Elf_Addr end_vaddr = program_header->p_vaddr + program_header->p_memsz; in GetLoadedSize()
1112 Elf_Addr loaded_size = max_vaddr - min_vaddr; in GetLoadedSize()
1404 bool ElfFileImpl<ElfTypes>::FixupDebugSections(Elf_Addr base_address_delta) { in FixupDebugSections()
1415 const char* target_section_name, Elf_Addr delta) { in ApplyOatPatchesTo()
1442 const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta, in ApplyOatPatches()
1444 typedef __attribute__((__aligned__(1))) Elf_Addr UnalignedAddress; in ApplyOatPatches()
1602 bool ElfFileImpl<ElfTypes>::Fixup(Elf_Addr base_address) { in Fixup()
1636 bool ElfFileImpl<ElfTypes>::FixupDynamic(Elf_Addr base_address) { in FixupDynamic()
1641 Elf_Addr d_ptr = elf_dyn.d_un.d_ptr; in FixupDynamic()
1656 bool ElfFileImpl<ElfTypes>::FixupSectionHeaders(Elf_Addr base_address) { in FixupSectionHeaders()
1676 bool ElfFileImpl<ElfTypes>::FixupProgramHeaders(Elf_Addr base_address) { in FixupProgramHeaders()
1699 bool ElfFileImpl<ElfTypes>::FixupSymbols(Elf_Addr base_address, bool dynamic) { in FixupSymbols()
1725 bool ElfFileImpl<ElfTypes>::FixupRelocations(Elf_Addr base_address) { in FixupRelocations()