Home
last modified time | relevance | path

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

/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
1555 Elf32_Off p_offset; // File offset where segment is located, in bytes
1857 typedef Elf32_Off Off;
Delf_file_impl.h164 bool CheckAndSet(Elf32_Off offset, const char* label, uint8_t** target, std::string* error_msg);
Delf_file.cc342 bool ElfFileImpl<ElfTypes>::CheckAndSet(Elf32_Off offset, const char* label, in CheckAndSet()