/third_party/elfutils/libasm/ |
D | asm_newscn.c | 82 if (flags & SHF_STRINGS) in text_newscn() 171 | SHF_STRINGS | SHF_LINK_ORDER)) != 0) in asm_newscn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 58 ELF::SHF_ALLOC | ELF::SHF_MERGE | ELF::SHF_STRINGS | in Initialize() 92 Flags |= ELF::SHF_STRINGS; in getXCoreSectionFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionELF.cpp | 99 if (Flags & ELF::SHF_STRINGS) in PrintSwitchToSection()
|
D | MCObjectFileInfo.cpp | 410 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in initELFMCObjectFileInfo() 422 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in initELFMCObjectFileInfo() 461 ELF::SHF_MERGE | ELF::SHF_STRINGS | ELF::SHF_EXCLUDE, 1, ""); in initELFMCObjectFileInfo()
|
D | MCELFStreamer.cpp | 367 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in EmitIdent()
|
/third_party/elfutils/src/ |
D | elflint.c | 1284 && ((*destshdrp)->sh_flags & SHF_STRINGS) != 0) in check_reloc_shdr() 3638 { ".comment", 8, SHT_PROGBITS, atleast, 0, SHF_MERGE | SHF_STRINGS }, 3641 { ".debug_str", 11, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 }, 3642 { ".debug_line_str", 16, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 }, 3660 { ".rodata", 8, SHT_PROGBITS, atleast, SHF_ALLOC, SHF_MERGE | SHF_STRINGS }, 3661 { ".rodata1", 9, SHT_PROGBITS, atleast, SHF_ALLOC, SHF_MERGE | SHF_STRINGS }, 3930 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \ in check_sections() 4000 && (shdr->sh_flags & SHF_STRINGS) != 0 in check_sections()
|
D | readelf.c | 1307 if (shdr->sh_flags & SHF_STRINGS) in print_shdr() 13061 || !(shdr_mem.sh_flags & SHF_STRINGS)) in print_strings()
|
D | ChangeLog | 1844 SHF_MERGE and SHF_STRINGS set.
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 495 #define SHF_STRINGS 0x20 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 288 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in emitModuleMetadata() 498 Flags |= ELF::SHF_STRINGS; in getELFSectionFlags() 829 ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in getSectionForCommandLines()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 728 SHF_STRINGS = 0x20, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 900 SHF_STRINGS = 0x20, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 309 flags |= ELF::SHF_STRINGS; in parseSectionFlags()
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 1309 if ( flags & SHF_STRINGS ) { in section_flags()
|
D | elf_types.hpp | 544 constexpr Elf_Xword SHF_STRINGS = 0x20; variable
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 413 #define SHF_STRINGS (1 << 5) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 412 #define SHF_STRINGS (1 << 5) macro
|
/third_party/musl/include/ |
D | elf.h | 417 #define SHF_STRINGS (1 << 5) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 412 #define SHF_STRINGS (1 << 5) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 412 #define SHF_STRINGS (1 << 5) macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 474 #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 523 BCase(SHF_STRINGS); in bitset()
|
/third_party/libbpf/src/ |
D | linker.c | 371 sec->shdr->sh_flags = SHF_STRINGS; in init_output_elf()
|
/third_party/elfutils/ |
D | NEWS | 817 or no argument (as before) for all SHF_STRINGS sections;
|
/third_party/elfutils/config/ |
D | elfutils.spec.in | 930 or no argument (as before) for all SHF_STRINGS sections;
|