Home
last modified time | relevance | path

Searched refs:Elf32_Off (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Delf_stripper.cc100 Elf32_Off offset = elf_file->GetSectionHeader(1)->sh_offset; in Strip()
122 Elf32_Off shoff = offset; in Strip()
Delf_fixup.cc38 Elf32_Off base_address = oat_data_begin - oatdata_address; in Fixup()
/art/runtime/
Delf.h31 typedef uint32_t Elf32_Off; // File offset typedef
75 Elf32_Off e_phoff; // Program header table's file offset, in bytes
76 Elf32_Off e_shoff; // Section header table's file offset, in bytes
1209 Elf32_Off sh_offset; // File offset of section data, in bytes
1554 Elf32_Off p_offset; // File offset where segment is located, in bytes
Delf_file.h149 bool CheckAndSet(Elf32_Off offset, const char* label, byte** target, std::string* error_msg);
Delf_file.cc327 bool ElfFile::CheckAndSet(Elf32_Off offset, const char* label, in CheckAndSet()