Lines Matching refs:Elf_Addr

439   uint8_t elf_class = (sizeof(Elf_Addr) == sizeof(Elf64_Addr)) ? ELFCLASS64 : ELFCLASS32;  in SetMap()
862 unsigned char type = (sizeof(Elf_Addr) == sizeof(Elf64_Addr)) in FindSymbolByName()
1033 Elf_Addr min_vaddr = static_cast<Elf_Addr>(-1); in GetLoadedAddressRange()
1034 Elf_Addr max_vaddr = 0u; in GetLoadedAddressRange()
1040 Elf_Addr begin_vaddr = program_header->p_vaddr; in GetLoadedAddressRange()
1044 Elf_Addr end_vaddr = program_header->p_vaddr + program_header->p_memsz; in GetLoadedAddressRange()
1371 bool ElfFileImpl<ElfTypes>::FixupDebugSections(Elf_Addr base_address_delta) { in FixupDebugSections()
1382 const char* target_section_name, Elf_Addr delta) { in ApplyOatPatchesTo()
1409 const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta, in ApplyOatPatches()
1411 using UnalignedAddress __attribute__((__aligned__(1))) = Elf_Addr; in ApplyOatPatches()
1525 bool ElfFileImpl<ElfTypes>::Fixup(Elf_Addr base_address) { in Fixup()
1559 bool ElfFileImpl<ElfTypes>::FixupDynamic(Elf_Addr base_address) { in FixupDynamic()
1564 Elf_Addr d_ptr = elf_dyn.d_un.d_ptr; in FixupDynamic()
1579 bool ElfFileImpl<ElfTypes>::FixupSectionHeaders(Elf_Addr base_address) { in FixupSectionHeaders()
1599 bool ElfFileImpl<ElfTypes>::FixupProgramHeaders(Elf_Addr base_address) { in FixupProgramHeaders()
1622 bool ElfFileImpl<ElfTypes>::FixupSymbols(Elf_Addr base_address, bool dynamic) { in FixupSymbols()
1648 bool ElfFileImpl<ElfTypes>::FixupRelocations(Elf_Addr base_address) { in FixupRelocations()