Home
last modified time | relevance | path

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

/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h170 struct SectionInfo { struct
182 SectionInfo(const char* _name) in SectionInfo() argument
190 ~SectionInfo() in ~SectionInfo() argument
201 const SectionInfo& section) const;
220 const SectionInfo& section);
228 inline SectionInfo* CurrentSection();
229 inline void SetCurrentSection(SectionInfo* section);
232 SectionInfo fPackageAttributesSection;
256 SectionInfo* fCurrentSection;
279 ReaderImplBase::SectionInfo*
[all …]
H A DPackageReaderImpl.h68 SectionInfo fTOCSection;
/haiku/src/tools/
H A Dset_haiku_revision.cpp309 struct SectionInfo { struct
369 bool FindSectionByName(const char* name, SectionInfo& foundInfo) in FindSectionByName()
377 SectionInfo info; in FindSectionByName()
456 bool _ReadSectionHeader(int index, SectionInfo& info);
601 SectionInfo info; in _ParseELFHeader()
617 bool ELFObject::_ReadSectionHeader(int index, SectionInfo& info) in _ReadSectionHeader()
688 SectionInfo info; in main()
/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp584 ReaderImplBase::CheckCompression(const SectionInfo& section) const in CheckCompression()
1021 ReaderImplBase::ReadCompressedBuffer(const SectionInfo& section) in ReadCompressedBuffer()