Home
last modified time | relevance | path

Searched refs:SHN_COMMON (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/lib/libc/gen/
H A Dnlist.c269 case SHN_COMMON: in elf_sym_to_nlist()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp302 ENUM_TO_CSTR(SHN_COMMON); in sectionIndexToCString()
/freebsd-14.2/contrib/elftoolchain/nm/
H A Dnm.c756 if (sym->st_shndx == SHN_COMMON) /* common */ in get_sym_type()
1899 if (sym->st_shndx == SHN_COMMON) in sym_list_insert()
1979 case SHN_COMMON: in sym_list_print_each()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h596 case ELF::SHN_COMMON: in getSymbolAddress()
634 if ((*SymOrErr)->st_shndx == ELF::SHN_COMMON) in getSymbolAlignment()
796 if (ESym->getType() == ELF::STT_COMMON || ESym->st_shndx == ELF::SHN_COMMON) in getSymbolFlags()
H A DELFTypes.h248 return getType() == ELF::STT_COMMON || st_shndx == ELF::SHN_COMMON;
/freebsd-14.2/sys/sys/
H A Delf_common.h407 #define SHN_COMMON 0xfff2 /* Common data. */ macro
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1042 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1098 if (LLVM_UNLIKELY(eSym.st_shndx == SHN_COMMON)) { in initializeSymbols()
1200 secIdx == SHN_COMMON) in postParse()
H A DSyntheticSections.cpp2240 eSym->st_shndx = SHN_COMMON; in writeTo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h624 SYMBOL_COMMON = ELF::SHN_COMMON,
H A DELFObject.cpp634 case SHN_COMMON: in isValidReservedSectionIndex()
686 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } in isCommon()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp698 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
/freebsd-14.2/contrib/elftoolchain/common/
H A Delfdefinitions.h1109 _ELF_DEFINE_SHN(SHN_COMMON, 0xFFF2U, "references to COMMON areas") \
/freebsd-14.2/contrib/elftoolchain/elfdump/
H A Delfdump.c378 case SHN_COMMON: return "COMMON"; in sh_name()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp805 ECase(SHN_COMMON); in enumeration()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1024 if (Ndx == ELF::SHN_COMMON) in getSymbolSectionIndex()
4129 case ELF::SHN_COMMON: in getSymbolSectionNdx()
/freebsd-14.2/libexec/rtld-elf/
H A Drtld.c4114 if (def->st_shndx == SHN_UNDEF || def->st_shndx == SHN_COMMON) in dladdr()
/freebsd-14.2/contrib/elftoolchain/readelf/
H A Dreadelf.c1112 case SHN_COMMON: return "COM"; in st_shndx()