Home
last modified time | relevance | path

Searched refs:SHF_STRINGS (Results 1 – 25 of 25) sorted by relevance

/third_party/elfutils/libasm/
Dasm_newscn.c82 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/
DXCoreTargetObjectFile.cpp58 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/
DMCSectionELF.cpp99 if (Flags & ELF::SHF_STRINGS) in PrintSwitchToSection()
DMCObjectFileInfo.cpp410 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()
DMCELFStreamer.cpp367 ".comment", ELF::SHT_PROGBITS, ELF::SHF_MERGE | ELF::SHF_STRINGS, 1, ""); in EmitIdent()
/third_party/elfutils/src/
Delflint.c1284 && ((*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()
Dreadelf.c1307 if (shdr->sh_flags & SHF_STRINGS) in print_shdr()
13061 || !(shdr_mem.sh_flags & SHF_STRINGS)) in print_strings()
DChangeLog1844 SHF_MERGE and SHF_STRINGS set.
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp495 #define SHF_STRINGS 0x20 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp288 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/
DELF.h728 SHF_STRINGS = 0x20, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h900 SHF_STRINGS = 0x20, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp309 flags |= ELF::SHF_STRINGS; in parseSectionFlags()
/third_party/elfio/elfio/
Delfio_dump.hpp1309 if ( flags & SHF_STRINGS ) { in section_flags()
Delf_types.hpp544 constexpr Elf_Xword SHF_STRINGS = 0x20; variable
/third_party/musl/porting/linux/user/include/
Delf.h413 #define SHF_STRINGS (1 << 5) macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h412 #define SHF_STRINGS (1 << 5) macro
/third_party/musl/include/
Delf.h417 #define SHF_STRINGS (1 << 5) macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h412 #define SHF_STRINGS (1 << 5) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h412 #define SHF_STRINGS (1 << 5) macro
/third_party/elfutils/libelf/
Delf.h474 #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/
DELFYAML.cpp523 BCase(SHF_STRINGS); in bitset()
/third_party/libbpf/src/
Dlinker.c371 sec->shdr->sh_flags = SHF_STRINGS; in init_output_elf()
/third_party/elfutils/
DNEWS817 or no argument (as before) for all SHF_STRINGS sections;
/third_party/elfutils/config/
Delfutils.spec.in930 or no argument (as before) for all SHF_STRINGS sections;