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

/haiku/headers/private/storage/
H A DElf.h72 #define SHT_NOBITS 8 macro
/haiku/src/tools/restest/
H A DElf.h96 #define SHT_NOBITS 8 macro
H A DResourceFile.cpp748 // SHT_NOBITS sections take no space in the file
749 if (type != SHT_NULL && type != SHT_NOBITS) {
/haiku/src/tools/
H A Dset_haiku_revision.cpp174 #define SHT_NOBITS 8 macro
636 // SHT_NOBITS sections take no space in the file
637 if (type != SHT_NOBITS) {
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp198 && fHeader->sh_type != SHT_NOBITS) {
/haiku/headers/build/os/kernel/
H A Delf.h269 #define SHT_NOBITS 8 macro
/haiku/headers/os/kernel/
H A Delf.h280 #define SHT_NOBITS 8 macro
/haiku/src/kits/storage/
H A DResourceFile.cpp633 // SHT_NOBITS sections take no space in the file
634 if (type != SHT_NULL && type != SHT_NOBITS) {

Completed in 164 milliseconds