Home
last modified time | relevance | path

Searched refs:elf_off (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h42 typedef uint64_t elf_off; typedef
59 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.
H A DObjectFileELF.cpp478 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()