HomeSort by relevance Sort by last modified time
    Searched refs:SHF_GROUP (Results 1 - 23 of 23) sorted by null

  /external/elfutils/0.153/libelf/
elf-knowledge.h 101 | SHF_OS_NONCONFORMING | SHF_GROUP)) \
elf.h 368 #define SHF_GROUP (1 << 9) /* Section is member of a group. */
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 68 @ The flags should contain SHF_GROUP.
73 @ CHECK: SHF_GROUP (0x200)
86 @ The flags should contain SHF_GROUP.
90 @ CHECK: SHF_GROUP (0x200)
103 @ The flags should contain SHF_GROUP.
107 @ CHECK: SHF_GROUP (0x200)
  /external/llvm/lib/MC/
MCSectionELF.cpp 97 if (Flags & ELF::SHF_GROUP)
142 if (Flags & ELF::SHF_GROUP) {
MCObjectFileInfo.cpp     [all...]
ELFObjectWriter.cpp     [all...]
  /external/elfutils/0.153/libasm/
asm_newscn_ingrp.c 64 /* Set the SHF_GROUP flag. */
71 shdr->sh_flags |= SHF_GROUP;
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 339 flags |= ELF::SHF_GROUP;
453 bool Group = Flags & ELF::SHF_GROUP;
543 Flags |= ELF::SHF_GROUP;
  /external/elfutils/0.153/libdw/
dwarf_begin_elf.c 114 if (! inscngrp && (shdr->sh_flags & SHF_GROUP) != 0)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 156 SHF_GROUP = 0x200, /* member of a section group */
elf-objfmt.c     [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 69 unsigned Flags = ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_GROUP;
219 Flags |= ELF::SHF_GROUP;
272 Flags |= ELF::SHF_GROUP;
    [all...]
  /external/elfutils/0.153/src/
elflint.c 570 section [%2d] '%s': section with SHF_GROUP flag set not part of a section group\n"),
    [all...]
strip.c 664 if ((shdr_info[cnt].shdr.sh_flags & SHF_GROUP) != 0)
672 shdr_info[cnt].shdr.sh_flags &= ~SHF_GROUP;
    [all...]
ldgeneric.c 836 despite the SHF_GROUP flag. This is an error in the input
954 if (unlikely (shdr->sh_flags & SHF_GROUP) && ld_state.gc_sections)
994 if ((shdr->sh_flags & SHF_GROUP) && grpscn == NULL)
1018 if (unlikely (shdr->sh_flags & SHF_GROUP))
    [all...]
readelf.c 940 if (shdr->sh_flags & SHF_GROUP)
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 352 BCase(SHF_GROUP)
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 450 LLVM_READOBJ_ENUM_ENT(ELF, SHF_GROUP ),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 363 #define SHF_GROUP (1 << 9) /* Section is member of a group. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 363 #define SHF_GROUP (1 << 9) /* Section is member of a group. */
    [all...]

Completed in 596 milliseconds