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

1 2

  /external/elfutils/libelf/
elf-knowledge.h 78 | 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-link.s 17 @ CHECK-NEXT: SHF_GROUP
33 @ CHECK-NEXT: SHF_GROUP
52 @ CHECK-NEXT: SHF_GROUP
68 @ CHECK-NEXT: SHF_GROUP
eh-directive-section-comdat.s 70 @ The flags should contain SHF_GROUP.
75 @ CHECK: SHF_GROUP (0x200)
88 @ The flags should contain SHF_GROUP.
92 @ CHECK: SHF_GROUP (0x200)
109 @ The flags should contain SHF_GROUP.
113 @ CHECK: SHF_GROUP (0x200)
  /external/llvm/lib/MC/
MCSectionELF.cpp 97 if (Flags & ELF::SHF_GROUP)
144 if (Flags & ELF::SHF_GROUP) {
ELFObjectWriter.cpp     [all...]
MCObjectFileInfo.cpp     [all...]
  /external/elfutils/libasm/
asm_newscn_ingrp.c 63 /* Set the SHF_GROUP flag. */
70 shdr->sh_flags |= SHF_GROUP;
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 294 flags |= ELF::SHF_GROUP;
410 bool Group = Flags & ELF::SHF_GROUP;
516 Flags |= ELF::SHF_GROUP;
  /external/elfutils/libdw/
dwarf_begin_elf.c 91 if (! inscngrp && (shdr->sh_flags & SHF_GROUP) != 0)
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 73 unsigned Flags = ELF::SHF_ALLOC | ELF::SHF_WRITE | ELF::SHF_GROUP;
216 Flags |= ELF::SHF_GROUP;
270 Flags |= ELF::SHF_GROUP;
372 Flags |= ELF::SHF_GROUP;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 787 attr |= SHF_GROUP;
1056 if ((attr & SHF_GROUP) != 0 && is_clone)
1061 if ((attr & SHF_GROUP) != 0 && *input_line_pointer == ',')
1066 attr &= ~SHF_GROUP;
1080 else if ((attr & SHF_GROUP) != 0)
1082 as_warn (_("group name for SHF_GROUP not specified"));
1083 attr &= ~SHF_GROUP;
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 503 #define SHF_GROUP (1 << 9) /* Member of a section group */
    [all...]
  /external/elfutils/src/
elflint.c 574 section [%2d] '%s': section with SHF_GROUP flag set not part of a section group\n"),
    [all...]
ldgeneric.c 828 despite the SHF_GROUP flag. This is an error in the input
946 if (unlikely (shdr->sh_flags & SHF_GROUP) && ld_state.gc_sections)
986 if ((shdr->sh_flags & SHF_GROUP) && grpscn == NULL)
1010 if (unlikely (shdr->sh_flags & SHF_GROUP))
1031 if (SCNINFO_SHDR (runp->shdr).sh_flags & SHF_GROUP)
    [all...]
strip.c 700 if ((shdr_info[cnt].shdr.sh_flags & SHF_GROUP) != 0)
708 shdr_info[cnt].shdr.sh_flags &= ~SHF_GROUP;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 718 SHF_GROUP = 0x200U,
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 416 BCase(SHF_GROUP)
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 412 SHF_GROUP SectionFlag = 0x200 /* Member of section group. */
427 {0x200, "SHF_GROUP"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 412 SHF_GROUP SectionFlag = 0x200 /* Member of section group. */
427 {0x200, "SHF_GROUP"},
    [all...]
  /art/runtime/
elf.h     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 430 SHF_GROUP = 0x200,
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
layout.cc 916 | elfcpp::SHF_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 123 milliseconds

1 2