Searched refs:Elf32_Off (Results 1 – 5 of 5) sorted by relevance
100 Elf32_Off offset = elf_file->GetSectionHeader(1)->sh_offset; in Strip()122 Elf32_Off shoff = offset; in Strip()
38 Elf32_Off base_address = oat_data_begin - oatdata_address; in Fixup()
31 typedef uint32_t Elf32_Off; // File offset typedef75 Elf32_Off e_phoff; // Program header table's file offset, in bytes76 Elf32_Off e_shoff; // Section header table's file offset, in bytes1209 Elf32_Off sh_offset; // File offset of section data, in bytes1554 Elf32_Off p_offset; // File offset where segment is located, in bytes
149 bool CheckAndSet(Elf32_Off offset, const char* label, byte** target, std::string* error_msg);
327 bool ElfFile::CheckAndSet(Elf32_Off offset, const char* label, in CheckAndSet()