Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c655 #ifndef GRP_COMDAT in update_section_group()
656 #define GRP_COMDAT 0x1 in update_section_group() macro
658 if ((*ws & GRP_COMDAT) == 0) in update_section_group()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp670 if (flag && flag != GRP_COMDAT) in parse()
674 (flag & GRP_COMDAT) == 0 || ignoreComdats || in parse()
822 if ((entries[0] & GRP_COMDAT) == 0 || ignoreComdats || in initializeSections()
/freebsd/sys/sys/
H A Delf_common.h535 #define GRP_COMDAT 0x1 /* COMDAT semantics. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1265 GRP_COMDAT = 0x1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1029 write(uint32_t(Group->isComdat() ? unsigned(ELF::GRP_COMDAT) : 0)); in writeObject()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1088 if ((FlagWord & GRP_COMDAT) && Sym && Sym->Binding == STB_LOCAL) in finalize()
1089 this->FlagWord &= ~GRP_COMDAT; in finalize()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c4299 #ifndef GRP_COMDAT in dump_section_groups()
4300 #define GRP_COMDAT 0x1 in dump_section_groups() macro
4302 if ((*w++ & GRP_COMDAT) == 0) in dump_section_groups()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h913 #define GRP_COMDAT 0x1 /* COMDAT semantics */ macro
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1405 SectionIndex = llvm::ELF::GRP_COMDAT; in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1306 if (Flag & ELF::GRP_COMDAT) in getGroupType()