Home
last modified time | relevance | path

Searched refs:SHF_GROUP (Results 1 - 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionELF.cpp93 if (Flags & ELF::SHF_GROUP) in PrintSwitchToSection()
168 if (Flags & ELF::SHF_GROUP) { in PrintSwitchToSection()
H A DMCObjectFileInfo.cpp860 return Ctx->getELFSection(Name, ELF::SHT_PROGBITS, ELF::SHF_GROUP, 0, in getDwarfComdatSection()
884 Flags |= ELF::SHF_GROUP; in getStackSizesSection()
H A DELFObjectWriter.cpp798 if (Sec.getFlags() & ELF::SHF_GROUP) in createRelocationSection()
799 Flags = ELF::SHF_GROUP; in createRelocationSection()
/third_party/elfutils/libasm/
H A Dasm_newscn_ingrp.c63 /* Set the SHF_GROUP flag. */ in asm_newscn_ingrp()
70 shdr->sh_flags |= SHF_GROUP; in asm_newscn_ingrp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp327 flags |= ELF::SHF_GROUP; in parseSectionFlags()
546 bool Group = Flags & ELF::SHF_GROUP; in ParseSectionArguments()
632 Flags |= ELF::SHF_GROUP; in ParseSectionArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp375 unsigned Flags = ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_GROUP; in emitPersonalityValue()
589 Flags |= ELF::SHF_GROUP; in getExplicitSectionGlobal()
637 Flags |= ELF::SHF_GROUP; in selectELFSectionForGlobal()
763 Flags |= ELF::SHF_GROUP; in getStaticStructorSection()
/third_party/elfutils/libdw/
H A Ddwarf_begin_elf.c122 if (! inscngrp && (shdr->sh_flags & SHF_GROUP) != 0) in check_section()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp499 #define SHF_GROUP 0x200 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h741 SHF_GROUP = 0x200U,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h913 SHF_GROUP = 0x200U,
/third_party/elfutils/src/
H A Delflint.c590 section [%2d] '%s': section with SHF_GROUP flag set not part of a section group\n"), in check_scn_group()
2751 if ((refshdr->sh_flags & SHF_GROUP) == 0) in check_group()
2753 section [%2d] '%s': element %zu references section [%2d] '%s' without SHF_GROUP flag set\n"), in check_group()
3689 | SHF_GROUP \
3931 | SHF_OS_NONCONFORMING | SHF_GROUP | SHF_TLS \ in check_sections()
4011 if (shdr->sh_flags & SHF_GROUP) in check_sections()
H A Dstrip.c1336 if ((shdr_info[cnt].shdr.sh_flags & SHF_GROUP) != 0) in handle_elf()
1343 Don't remove the SHF_GROUP flag. The section is in handle_elf()
H A Dreadelf.c1315 if (shdr->sh_flags & SHF_GROUP) in print_shdr()
/third_party/elfio/elfio/
H A Delfio_dump.hpp1321 if ( flags & SHF_GROUP ) { in section_flags()
H A Delf_types.hpp548 constexpr Elf_Xword SHF_GROUP = 0x200; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp363 ELF::SHF_EXECINSTR | ELF::SHF_ALLOC | ELF::SHF_GROUP, 0, in EmitHwasanMemaccessSymbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1213 Flags |= ELF::SHF_GROUP;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3170 Flags |= ELF::SHF_GROUP; in emitXRayTable()
3250 Flags |= ELF::SHF_GROUP; in emitPatchableFunctionEntries()
/third_party/musl/porting/linux/user/include/
H A Delf.h419 #define SHF_GROUP (1 << 9) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h417 #define SHF_GROUP (1 << 9) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h417 #define SHF_GROUP (1 << 9) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h417 #define SHF_GROUP (1 << 9) macro
/third_party/musl/include/
H A Delf.h424 #define SHF_GROUP (1 << 9) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp527 BCase(SHF_GROUP); in bitset()
/third_party/elfutils/libelf/
H A Delf.h479 #define SHF_GROUP (1 << 9) /* Section is member of a group. */ macro

Completed in 121 milliseconds