Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dnlist.c267 case SHN_COMMON: in elf_sym_to_nlist()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp302 ENUM_TO_CSTR(SHN_COMMON); in sectionIndexToCString()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h631 case ELF::SHN_COMMON: in getSymbolAddress()
669 if ((*SymOrErr)->st_shndx == ELF::SHN_COMMON) in getSymbolAlignment()
834 if (ESym->getType() == ELF::STT_COMMON || ESym->st_shndx == ELF::SHN_COMMON) in getSymbolFlags()
H A DELFTypes.h251 return getType() == ELF::STT_COMMON || st_shndx == ELF::SHN_COMMON;
/freebsd/sys/sys/
H A Delf_common.h427 #define SHN_COMMON 0xfff2 /* Common data. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1060 SHN_COMMON = 0xfff2, // FORTRAN COMMON or C external global variables enumerator
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1156 if (LLVM_UNLIKELY(eSym.st_shndx == SHN_COMMON)) { in initializeSymbols()
1258 secIdx == SHN_COMMON) in postParse()
H A DSyntheticSections.cpp2261 eSym->st_shndx = SHN_COMMON; in writeTo()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp546 MSD.SectionIndex = ELF::SHN_COMMON; in computeSymbolTable()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h740 SYMBOL_COMMON = ELF::SHN_COMMON,
H A DELFObject.cpp654 case SHN_COMMON: in isValidReservedSectionIndex()
706 bool Symbol::isCommon() const { return getShndx() == SHN_COMMON; } in isCommon()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1109 _ELF_DEFINE_SHN(SHN_COMMON, 0xFFF2U, "references to COMMON areas") \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c378 case SHN_COMMON: return "COMMON"; in sh_name()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp823 ECase(SHN_COMMON); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1039 if (Ndx == ELF::SHN_COMMON) in getSymbolSectionIndex()
4208 case ELF::SHN_COMMON: in getSymbolSectionNdx()
/freebsd/libexec/rtld-elf/
H A Drtld.c4168 if (def->st_shndx == SHN_UNDEF || def->st_shndx == SHN_COMMON) in dladdr()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1112 case SHN_COMMON: return "COM"; in st_shndx()