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

1 2

  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 47 @ CHECK: Type: SHT_GROUP (0x11)
  /toolchain/binutils/binutils-2.25/gold/
mapfile.cc 367 || sh_type == elfcpp::SHT_GROUP)
object.cc     [all...]
layout.cc 686 case elfcpp::SHT_GROUP:
    [all...]
  /external/elfutils/src/
strip.c 663 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GROUP))
791 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP)
892 + SHT_GROUP in sh_link to symbol table
975 && shdr_info[cnt].shdr.sh_type != SHT_GROUP
1006 || shdr_info[cnt].shdr.sh_type == SHT_GROUP)
    [all...]
ldgeneric.c 530 == SHT_GROUP);
532 == SHT_GROUP);
858 SHT_GROUP". I hope everybody reads this as "exactly one section".
    [all...]
elflint.c 555 if (shdr->sh_type != SHT_GROUP)
    [all...]
  /external/elfutils/libelf/
elf32_updatenull.c 232 case SHT_GROUP:
elf_getdata.c 66 [SHT_GROUP] = ELF_T_WORD,
elf.h 335 #define SHT_GROUP 17 /* Section group */
    [all...]
  /external/llvm/lib/MC/
MCContext.cpp 377 MCSectionELF(".group", ELF::SHT_GROUP, 0, SectionKind::getReadOnly(), 4,
ELFObjectWriter.cpp     [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 465 #define SHT_GROUP 17 /* Section contains a section group */
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 367 ECase(SHT_GROUP)
718 case ELF::SHT_GROUP:
  /external/elfutils/libasm/
asm_end.c 368 shdr->sh_type = SHT_GROUP;
  /external/elfutils/tests/
elfstrmerge.c 541 case SHT_GROUP:
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 106 case ELF::SHT_GROUP: {
  /external/llvm/include/llvm/Support/
ELF.h 658 SHT_GROUP = 17, // Section group.
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 407 assert(Section.Type == llvm::ELF::SHT_GROUP &&
408 "Section type is not SHT_GROUP");
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 90 case llvm::ELF::SHT_GROUP:
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 501 /* Elf_Internal_Shdr->contents is an array of these for SHT_GROUP
546 /* If num_group is zero, read in all SHT_GROUP sections. The count
547 is set to -1 if there are no SHT_GROUP sections. */
552 /* First count the number of groups. If we have a SHT_GROUP
558 ( (shdr)->sh_type == SHT_GROUP \
657 (_("%B: invalid SHT_GROUP entry"), abfd));
885 if (hdr->sh_type == SHT_GROUP)
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 350 SHT_GROUP SectionType = 17 /* Section group. */
382 {17, "SHT_GROUP"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 350 SHT_GROUP SectionType = 17 /* Section group. */
382 {17, "SHT_GROUP"},
    [all...]
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 358 SHT_GROUP = 17,
455 // of a SHT_GROUP section.
    [all...]

Completed in 1105 milliseconds

1 2