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 class:ELFObject
557 fSectionHeaderTableOffset = GetValue(fileHeader.e_shoff);
560 bool hasSectionHeaderTable = (fSectionHeaderTableOffset != 0);
572 if (fSectionHeaderTableOffset < (off_t)fELFHeaderSize
573 || fSectionHeaderTableOffset > fFileSize) {
576 fSectionHeaderTableOffset);
581 || fSectionHeaderTableOffset + (off_t)sectionHeaderTableSize
585 fSectionHeaderTableOffset
619 off_t shOffset = fSectionHeaderTableOffset

Completed in 36 milliseconds