Home
last modified time | relevance | path

Searched defs:SHT_NOBITS (Results 1 – 9 of 9) sorted by relevance

/external/crosvm/kernel_loader/src/
Delf.rs143 pub const SHT_NOBITS: u32 = 8; constant
/external/kernel-headers/original/uapi/linux/
Delf.h276 #define SHT_NOBITS 8 macro
/external/llvm/include/llvm/Support/
DELF.h673 SHT_NOBITS = 8, // Data occupies no space in the file. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h674 SHT_NOBITS = 8, // Data occupies no space in the file. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h824 SHT_NOBITS = 8, // Data occupies no space in the file. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h847 SHT_NOBITS = 8, // Data occupies no space in the file. enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h279 #define SHT_NOBITS 8 macro
/external/kmod/port-gnu/
Delf.h327 #define SHT_NOBITS 8 /* Program space with no data (bss) */ macro
/external/elfutils/libelf/
Delf.h436 #define SHT_NOBITS 8 /* Program space with no data (bss) */ macro