Searched refs:elf_off (Results 1 – 2 of 2) sorted by relevance
42 typedef uint64_t elf_off; typedef59 elf_off e_phoff; ///< File offset of program header table.60 elf_off e_shoff; ///< File offset of section header table.164 elf_off sh_offset; ///< Start of section from beginning of file.195 elf_off p_offset; ///< Start of segment from beginning of file.
478 const elf_off ph_offset = H.p_offset; in CalculateELFNotesSegmentsCRC32()1020 const elf_off ph_offset = header.e_phoff; in GetProgramHeaderInfo()1467 const elf_off sh_offset = header.e_shoff; in GetSectionHeaderInfo()