Home
last modified time | relevance | path

Searched refs:SHN_UNDEF (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
356 if (symbol->st_shndx == SHN_UNDEF) { in Update()
/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
356 if (symbol->st_shndx == SHN_UNDEF) { in Update()
/third_party/boringssl/src/util/
Dread_symbols.go186 if elf.ST_BIND(sym.Info) != elf.STB_LOCAL && sym.Section != elf.SHN_UNDEF {
/third_party/libunwind/src/
Delfxx.c130 && sym->st_shndx != SHN_UNDEF) in elf_w()
206 && sym->st_shndx != SHN_UNDEF) in elf_w()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h180 #define SHN_UNDEF 0 /* Undefined, missing, irrelevant. */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h180 #define SHN_UNDEF 0 /* Undefined, missing, irrelevant. */ macro
/third_party/uboot/u-boot-2020.01/include/
Delf.h259 #define SHN_UNDEF 0 /* undefined */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h652 SHN_UNDEF = 0, // Undefined, missing, irrelevant, or meaningless enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h802 SHN_UNDEF = 0, // Undefined, missing, irrelevant, or meaningless enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h520 case ELF::SHN_UNDEF: in getSymbolAddress()
647 if (ESym->st_shndx == ELF::SHN_UNDEF) in getSymbolFlags()
DELFTypes.h238 bool isUndefined() const { return st_shndx == ELF::SHN_UNDEF; }
DELF.h346 if (Index == ELF::SHN_UNDEF || Index >= ELF::SHN_LORESERVE) in getSectionIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp668 MSD.SectionIndex = ELF::SHN_UNDEF; in computeSymbolTable()
1224 (SectionTable.size() + 1 >= ELF::SHN_LORESERVE) ? (uint16_t)ELF::SHN_UNDEF in writeObject()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp492 if(index != SHN_UNDEF) in relocateSymbol()
494 if(table == SHN_UNDEF) return nullptr; in relocateSymbol()
508 if(section != SHN_UNDEF && section < SHN_LORESERVE) in relocateSymbol()
577 if(index != SHN_UNDEF) in relocateSymbol()
579 if(table == SHN_UNDEF) return nullptr; in relocateSymbol()
593 if(section != SHN_UNDEF && section < SHN_LORESERVE) in relocateSymbol()
/third_party/musl/include/
Delf.h354 #define SHN_UNDEF 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h354 #define SHN_UNDEF 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp560 ECase(SHN_UNDEF); in enumeration()
/third_party/musl/ldso/
Ddynlink.c386 if (!def.sym && (sym->st_shndx != SHN_UNDEF in do_relocs()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c384 if (!def.sym && (sym->st_shndx != SHN_UNDEF in do_relocs()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c384 if (!def.sym && (sym->st_shndx != SHN_UNDEF in do_relocs()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c392 if (!def.sym && (sym->st_shndx != SHN_UNDEF in do_relocs()