Home
last modified time | relevance | path

Searched refs:RHF_NOTPOT (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Support/
DELF.h1270 RHF_NOTPOT = 0x00000002, // Hash size is not a power of two. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1270 RHF_NOTPOT = 0x00000002, // Hash size is not a power of two. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1300 RHF_NOTPOT = 0x00000002, // Hash size is not a power of two. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1328 RHF_NOTPOT = 0x00000002, // Hash size is not a power of two. enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h1469 #define RHF_NOTPOT (1 << 1) macro
/external/kmod/port-gnu/
Delf.h1735 #define RHF_NOTPOT (1 << 1) /* Hash size not power of 2 */ macro
/external/elfutils/libelf/
Delf.h1978 #define RHF_NOTPOT (1 << 1) /* Hash size not power of 2 */ macro
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1503 addInt(DT_MIPS_FLAGS, RHF_NOTPOT); in finalizeContents()