Home
last modified time | relevance | path

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

/haiku/headers/private/storage/
H A DResourcesDefs.h17 const uint32 kELFMinResourceAlignment = 32; variable
/haiku/src/tools/restest/
H A DResourcesDefs.h17 const uint32 kELFMinResourceAlignment = 32; variable
H A DResourceFile.cpp765 if (resourceAlignment < kELFMinResourceAlignment) in _InitELFFile()
766 resourceAlignment = kELFMinResourceAlignment; in _InitELFFile()
/haiku/src/kits/storage/
H A DResourceFile.cpp660 if (resourceAlignment < kELFMinResourceAlignment) in _InitELFXFile()
661 resourceAlignment = kELFMinResourceAlignment; in _InitELFXFile()
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex140 \code{kELFMinResourceAlignment} and the alignments of the segments in the file.
143 const uint32 kELFMinResourceAlignment = 32;