/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 93 if (Flags & ELF::SHF_GROUP) in PrintSwitchToSection() 168 if (Flags & ELF::SHF_GROUP) { in PrintSwitchToSection()
|
H A D | MCObjectFileInfo.cpp | 860 return Ctx->getELFSection(Name, ELF::SHT_PROGBITS, ELF::SHF_GROUP, 0, in getDwarfComdatSection() 884 Flags |= ELF::SHF_GROUP; in getStackSizesSection()
|
H A D | ELFObjectWriter.cpp | 798 if (Sec.getFlags() & ELF::SHF_GROUP) in createRelocationSection() 799 Flags = ELF::SHF_GROUP; in createRelocationSection()
|
/third_party/elfutils/libasm/ |
H A D | asm_newscn_ingrp.c | 63 /* 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 D | ELFAsmParser.cpp | 327 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 D | TargetLoweringObjectFileImpl.cpp | 375 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 D | dwarf_begin_elf.c | 122 if (! inscngrp && (shdr->sh_flags & SHF_GROUP) != 0) in check_section()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 499 #define SHF_GROUP 0x200 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 741 SHF_GROUP = 0x200U,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 913 SHF_GROUP = 0x200U,
|
/third_party/elfutils/src/ |
H A D | elflint.c | 590 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 D | strip.c | 1336 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 D | readelf.c | 1315 if (shdr->sh_flags & SHF_GROUP) in print_shdr()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 1321 if ( flags & SHF_GROUP ) { in section_flags()
|
H A D | elf_types.hpp | 548 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 D | AArch64AsmPrinter.cpp | 363 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 D | ARMELFStreamer.cpp | 1213 Flags |= ELF::SHF_GROUP;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 3170 Flags |= ELF::SHF_GROUP; in emitXRayTable() 3250 Flags |= ELF::SHF_GROUP; in emitPatchableFunctionEntries()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 419 #define SHF_GROUP (1 << 9) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 417 #define SHF_GROUP (1 << 9) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 417 #define SHF_GROUP (1 << 9) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 417 #define SHF_GROUP (1 << 9) macro
|
/third_party/musl/include/ |
H A D | elf.h | 424 #define SHF_GROUP (1 << 9) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 527 BCase(SHF_GROUP); in bitset()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 479 #define SHF_GROUP (1 << 9) /* Section is member of a group. */ macro
|