Home
last modified time | relevance | path

Searched refs:SHN_COMMON (Results 1 - 23 of 23) sorted by relevance

/third_party/elfutils/libdwfl/
H A Drelocate.c195 case SHN_COMMON: in relocate_getsym()
282 if (shndx == SHN_UNDEF || shndx == SHN_COMMON in resolve_symbol()
369 if (shndx == SHN_UNDEF || shndx == SHN_COMMON) in relocate()
374 && !(error == DWFL_E_RELUNDEF && shndx == SHN_COMMON)) in relocate()
H A Ddwfl_module_getsym.c156 case SHN_COMMON: in __libdwfl_getsym()
/third_party/elfutils/libebl/
H A Deblsectionname.c51 else if (section == SHN_COMMON) in ebl_section_name()
/third_party/elfutils/tests/
H A Dasm-tst7.c145 if (sym->st_shndx != SHN_COMMON) in main()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp461 #define SHN_COMMON 0xFFF2 macro
/third_party/elfutils/libasm/
H A Dasm_end.c213 ndx = SHN_COMMON; in binary_end()
/third_party/libabigail/src/
H A Dabg-symtab-reader.cc358 const bool sym_is_common = sym->st_shndx == SHN_COMMON; in load_()
H A Dabg-dwarf-reader.cc747 symbol.st_shndx == SHN_COMMON, in lookup_symbol_from_sysv_hash_tab()
1037 symbol.st_shndx == SHN_COMMON, in lookup_symbol_from_gnu_hash_tab()
1179 bool sym_is_common = sym->st_shndx == SHN_COMMON; in lookup_symbol_from_symtab()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h519 case ELF::SHN_COMMON: in getSymbolAddress()
546 if (Sym->st_shndx == ELF::SHN_COMMON) in getSymbolAlignment()
650 if (ESym->getType() == ELF::STT_COMMON || ESym->st_shndx == ELF::SHN_COMMON) in getSymbolFlags()
H A DELFTypes.h219 return getType() == ELF::STT_COMMON || st_shndx == ELF::SHN_COMMON;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h659 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h809 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator
1496 SHN_AMDGPU_LDS = 0xff00, // Variable in LDS; symbol encoded like SHN_COMMON
/third_party/elfutils/src/
H A Dnm.c901 else if (sym->st_shndx == SHN_COMMON) in class_type_char()
H A Delflint.c741 && sym->st_shndx != SHN_COMMON) in check_symtab()
768 if (xndx == SHN_COMMON) in check_symtab()
/third_party/elfio/elfio/
H A Delf_types.hpp489 constexpr Elf_Word SHN_COMMON = 0xFFF2; member
/third_party/musl/porting/linux/user/include/
H A Delf.h366 #define SHN_COMMON 0xfff2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h365 #define SHN_COMMON 0xfff2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h365 #define SHN_COMMON 0xfff2 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h365 #define SHN_COMMON 0xfff2 macro
/third_party/musl/include/
H A Delf.h366 #define SHN_COMMON 0xfff2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp535 // SHN_COMMON. in writeSymbol()
660 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp567 ECase(SHN_COMMON); in enumeration()
/third_party/elfutils/libelf/
H A Delf.h424 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ macro

Completed in 122 milliseconds