Searched refs:const (Results 1 - 1 of 1) sorted by relevance

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex72 const char kX86ResourceFileMagic[4] = { 'R', 'S', 0, 0 };
73 const uint32 kX86ResourcesOffset = 0x00000004;
107 const char kPEFFileMagic1[4] = { 'J', 'o', 'y', '!' };
108 const char kPPCResourceFileMagic[4] = { 'r', 'e', 's', 'f' };
109 const uint32 kPPCResourcesOffset = 0x00000028;
143 const uint32 kELFMinResourceAlignment = 32;
249 const uint32 kResourcesHeaderMagic = 0x444f1000;
250 const uint32 kResourceIndexSectionOffset = 0x00000044;
251 const uint32 kResourceIndexSectionAlignment = 0x00000600;
306 const uint3
[all...]

Completed in 26 milliseconds