/third_party/elfutils/src/ |
H A D | strip.c | 1299 else if (unlikely (shdr_info[cnt].shdr.sh_type == SHT_GROUP)) in handle_elf() 1439 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf() 1551 + SHT_GROUP in sh_link to symbol table in handle_elf() 1638 && shdr_info[cnt].shdr.sh_type != SHT_GROUP in handle_elf() 1669 || shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf() 1897 if (shdr_info[cnt].shdr.sh_type == SHT_GROUP) in handle_elf() 2073 && shdr_info[sidx].shdr.sh_type != SHT_GROUP) in handle_elf() 2099 == SHT_GROUP) in handle_elf() 2436 case SHT_GROUP: in handle_elf()
|
H A D | unstrip.c | 487 case SHT_GROUP: in adjust_relocs() 612 /* Don't redo SHT_GROUP, groups are in both the stripped and debug, in adjust_all_relocs() 615 if (shdr->sh_type != SHT_NOBITS && shdr->sh_type != SHT_GROUP in adjust_all_relocs() 771 /* Are they both SHT_GROUP sections? Then compare signatures. */ in compare_unalloc_sections() 1037 if (shdr->sh_type != SHT_GROUP) in get_group_sig() 1782 if (shdr_mem.sh_type == SHT_GROUP) in copy_elided_sections()
|
H A D | elflint.c | 571 if (shdr->sh_type != SHT_GROUP) in check_scn_group() 2745 if (refshdr->sh_type == SHT_GROUP) in check_group() 4203 case SHT_GROUP: in check_sections()
|
H A D | readelf.c | 1672 if (shdr != NULL && shdr->sh_type == SHT_GROUP) in print_scngrp()
|
/third_party/elfutils/libelf/ |
H A D | elf_getdata.c | 63 [SHT_GROUP] = ELF_T_WORD,
|
H A D | elf32_updatenull.c | 230 case SHT_GROUP: in __elfw2()
|
H A D | elf.h | 445 #define SHT_GROUP 17 /* Section group */ macro
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 481 #define SHT_GROUP 17 macro
|
/third_party/elfutils/libasm/ |
H A D | asm_end.c | 366 shdr->sh_type = SHT_GROUP; in binary_end()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ELF.cpp | 246 STRINGIFY_ENUM_CASE(ELF, SHT_GROUP); in getELFSectionTypeName()
|
/third_party/elfutils/tests/ |
H A D | elfstrmerge.c | 552 case SHT_GROUP: in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCContext.cpp | 430 return createELFSectionImpl(".group", ELF::SHT_GROUP, 0, in createELFGroupSection()
|
H A D | ELFObjectWriter.cpp | 1020 case ELF::SHT_GROUP: in writeSection() 1051 if (Type != ELF::SHT_GROUP) in writeSectionHeader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 681 SHT_GROUP = 17, // Section group.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 831 SHT_GROUP = 17, // Section group.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 459 ECase(SHT_GROUP); in enumeration() 1214 case ELF::SHT_GROUP: in mapping()
|
H A D | ELFEmitter.cpp | 877 assert(Section.Type == llvm::ELF::SHT_GROUP && in writeSectionContent() 878 "Section type is not SHT_GROUP"); in writeSectionContent()
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 386 { SHT_GROUP, "GROUP" },
|
H A D | elf_types.hpp | 509 constexpr Elf_Word SHT_GROUP = 17; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 387 #define SHT_GROUP 17 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 386 #define SHT_GROUP 17 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 386 #define SHT_GROUP 17 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 386 #define SHT_GROUP 17 macro
|
/third_party/musl/include/ |
H A D | elf.h | 387 #define SHT_GROUP 17 macro
|