Home
last modified time | relevance | path

Searched refs:SHN_LOPROC (Results 1 – 9 of 9) sorted by relevance

/third_party/libunwind/include/win/
Dfreebsd-elf_common.h182 #define SHN_LOPROC 0xff00 /* First processor-specific. */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h182 #define SHN_LOPROC 0xff00 /* First processor-specific. */ macro
/third_party/uboot/u-boot-2020.01/include/
Delf.h261 #define SHN_LOPROC 0xff00 /* reserved range for processor */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h654 SHN_LOPROC = 0xff00, // Lowest processor-specific index enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h804 SHN_LOPROC = 0xff00, // Lowest processor-specific index enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h225 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
/third_party/musl/include/
Delf.h356 #define SHN_LOPROC 0xff00 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h356 #define SHN_LOPROC 0xff00 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp562 ECase(SHN_LOPROC); in enumeration()