Searched refs:SHT_GROUP (Results 1 – 25 of 42) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | obj2yaml-sectiongroup.test | 7 #ELF-GROUP: Type: SHT_GROUP 19 #SECTIONS: Type: SHT_GROUP (0x11)
|
/external/llvm/test/Object/ |
D | obj2yaml-sectiongroup.test | 7 #ELF-GROUP: Type: SHT_GROUP 19 #SECTIONS: Type: SHT_GROUP (0x11)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | broken-group.test | 56 Type: SHT_GROUP 69 Type: SHT_GROUP
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/ |
D | strip-group-symbol.test | 12 Type: SHT_GROUP
|
D | group-unchanged.test | 25 Type: SHT_GROUP
|
D | group.test | 25 Type: SHT_GROUP
|
D | group-big-endian.test | 25 Type: SHT_GROUP
|
D | strip-unneeded.test | 26 Type: SHT_GROUP
|
/external/elfutils/src/ |
D | strip.c | 1245 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GROUP)) in handle_elf() 1385 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf() 1580 && shdr_info[cnt].shdr.sh_type != SHT_GROUP in handle_elf() 1611 || shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf() 1843 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf() 2019 && shdr_info[sidx].shdr.sh_type != SHT_GROUP) in handle_elf() 2045 == SHT_GROUP) in handle_elf() 2415 case SHT_GROUP: in handle_elf()
|
D | unstrip.c | 481 case SHT_GROUP: in adjust_relocs() 608 if (shdr->sh_type != SHT_NOBITS && shdr->sh_type != SHT_GROUP in adjust_all_relocs() 1029 if (shdr->sh_type != SHT_GROUP) in get_group_sig() 1776 if (shdr_mem.sh_type == SHT_GROUP) in copy_elided_sections()
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-section-comdat.s | 47 @ CHECK: Type: SHT_GROUP (0x11)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | eh-directive-section-comdat.s | 47 @ CHECK: Type: SHT_GROUP (0x11)
|
/external/u-boot/include/ |
D | elf.h | 286 #define SHT_GROUP 17 /* Section group */ macro
|
/external/elfutils/libelf/ |
D | elf32_updatenull.c | 232 case SHT_GROUP: in __elfw2()
|
D | elf_getdata.c | 64 [SHT_GROUP] = ELF_T_WORD,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | ELF.cpp | 240 STRINGIFY_ENUM_CASE(ELF, SHT_GROUP); in getELFSectionTypeName()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 372 ECase(SHT_GROUP) in enumeration() 745 case ELF::SHT_GROUP: in mapping()
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 382 MCSectionELF(".group", ELF::SHT_GROUP, 0, SectionKind::getReadOnly(), 4, in createELFGroupSection()
|
D | ELFObjectWriter.cpp | 1167 case ELF::SHT_GROUP: in writeSection() 1196 if (Type != ELF::SHT_GROUP) in writeSectionHeader()
|
/external/elfutils/libasm/ |
D | asm_end.c | 369 shdr->sh_type = SHT_GROUP; in binary_end()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 437 ECase(SHT_GROUP); in enumeration() 888 case ELF::SHT_GROUP: in mapping()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 789 SHT_GROUP = 17, // Section group. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCContext.cpp | 417 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 681 SHT_GROUP = 17, // Section group. enumerator
|
/external/elfutils/tests/ |
D | elfstrmerge.c | 542 case SHT_GROUP: in main()
|
12