Home
last modified time | relevance | path

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

/haiku/src/tools/
H A Dset_haiku_revision.cpp484 off_t fSectionHeaderTableOffset; member in ELFObject
557 fSectionHeaderTableOffset = GetValue(fileHeader.e_shoff); in _ParseELFHeader()
560 bool hasSectionHeaderTable = (fSectionHeaderTableOffset != 0); in _ParseELFHeader()
572 if (fSectionHeaderTableOffset < (off_t)fELFHeaderSize in _ParseELFHeader()
573 || fSectionHeaderTableOffset > fFileSize) { in _ParseELFHeader()
576 fSectionHeaderTableOffset); in _ParseELFHeader()
581 || fSectionHeaderTableOffset + (off_t)sectionHeaderTableSize in _ParseELFHeader()
585 fSectionHeaderTableOffset in _ParseELFHeader()
619 off_t shOffset = fSectionHeaderTableOffset in _ReadSectionHeader()