Symbol: SectionInfo
headers/private/package/hpkg/v1/PackageReaderImpl.h
68
SectionInfo fTOCSection;
headers/private/package/hpkg/v1/ReaderImplBase.h
182
SectionInfo(const char* _name)
headers/private/package/hpkg/v1/ReaderImplBase.h
190
~SectionInfo()
headers/private/package/hpkg/v1/ReaderImplBase.h
201
const SectionInfo& section) const;
headers/private/package/hpkg/v1/ReaderImplBase.h
220
const SectionInfo& section);
headers/private/package/hpkg/v1/ReaderImplBase.h
228
inline SectionInfo* CurrentSection();
headers/private/package/hpkg/v1/ReaderImplBase.h
229
inline void SetCurrentSection(SectionInfo* section);
headers/private/package/hpkg/v1/ReaderImplBase.h
232
SectionInfo fPackageAttributesSection;
headers/private/package/hpkg/v1/ReaderImplBase.h
256
SectionInfo* fCurrentSection;
headers/private/package/hpkg/v1/ReaderImplBase.h
279
ReaderImplBase::SectionInfo*
headers/private/package/hpkg/v1/ReaderImplBase.h
287
ReaderImplBase::SetCurrentSection(SectionInfo* section)
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
1021
ReaderImplBase::ReadCompressedBuffer(const SectionInfo& section)
src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp
584
ReaderImplBase::CheckCompression(const SectionInfo& section) const
src/tools/set_haiku_revision.cpp
369
bool FindSectionByName(const char* name, SectionInfo& foundInfo)
src/tools/set_haiku_revision.cpp
377
SectionInfo info;
src/tools/set_haiku_revision.cpp
456
bool _ReadSectionHeader(int index, SectionInfo& info);
src/tools/set_haiku_revision.cpp
601
SectionInfo info;
src/tools/set_haiku_revision.cpp
617
bool ELFObject::_ReadSectionHeader(int index, SectionInfo& info)
src/tools/set_haiku_revision.cpp
688
SectionInfo info;