Home
last modified time | relevance | path

Searched refs:SHN_XINDEX (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELF.h322 assert(Sym->st_shndx == ELF::SHN_XINDEX); in getExtendedSymbolTableIndex()
339 if (Index == ELF::SHN_XINDEX) { in getSectionIndex()
487 if (Index == ELF::SHN_XINDEX) in getSectionStringTable()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h188 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h188 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */ macro
/third_party/uboot/u-boot-2020.01/include/
Delf.h267 #define SHN_XINDEX 0xffff /* Index is an extra table */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h660 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h810 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp379 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx; in writeSymbol()
/third_party/musl/include/
Delf.h366 #define SHN_XINDEX 0xffff macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h366 #define SHN_XINDEX 0xffff macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp568 ECase(SHN_XINDEX); in enumeration()