Home
last modified time | relevance | path

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

12

/external/llvm/lib/MC/
DMCSectionELF.cpp84 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
105 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
DMCObjectFileInfo.cpp436 ELF::SHF_ALLOC | ELF::SHF_TLS | in InitELFMCObjectFileInfo()
442 ELF::SHF_ALLOC | ELF::SHF_TLS | in InitELFMCObjectFileInfo()
DMCELFStreamer.cpp64 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabel()
DELFObjectWriter.cpp775 if (Flags & ELF::SHF_TLS) in shouldRelocateWithSymbol()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp105 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTData()
111 ELF::SHF_TLS | ELF::SHF_WRITE, in ParseSectionDirectiveTBSS()
275 if (Flags & ELF::SHF_TLS) in computeSectionKind()
330 flags |= ELF::SHF_TLS; in parseSectionFlags()
368 flags |= ELF::SHF_TLS; in parseSunStyleSectionFlags()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c979 data->flags |= SHF_TLS; in elf_helper_gasflags()
1015 offsetof(struct elf_section_switch_data, flags), SHF_TLS }, in elf_objfmt_section_switch()
1025 offsetof(struct elf_section_switch_data, flags), SHF_TLS }, in elf_objfmt_section_switch()
1059 data.flags = SHF_ALLOC + SHF_WRITE + SHF_TLS; in elf_objfmt_section_switch()
Delf.h157 SHF_TLS = 0x400, /* thread local storage */ enumerator
Delf.c521 shead->flags & SHF_TLS) { in elf_symtab_write_to_file()
/external/elfutils/0.153/src/
Delflint.c800 if ((destshdr->sh_flags & SHF_TLS) == 0) in check_symtab()
3368 { ".tbss", 6, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
3369 { ".tdata", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
3370 { ".tdata1", 8, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 },
3624 | SHF_OS_NONCONFORMING | SHF_GROUP | SHF_TLS) in check_sections()
3643 if (shdr->sh_flags & SHF_TLS) in check_sections()
3715 && (shdr->sh_flags & SHF_TLS) == 0) in check_sections()
3717 && (shdr->sh_flags & SHF_TLS) != 0)) in check_sections()
Dldgeneric.c1087 ld_state.need_tls |= (shdr->sh_flags & SHF_TLS) != 0; in add_section()
1166 has_tls_symbols |= (shdr->sh_flags & SHF_TLS) != 0; in add_relocatable_file()
6341 if (unlikely (shdr->sh_flags & SHF_TLS)) in ld_generic_create_outfile()
6380 || (shdr->sh_flags & SHF_TLS) == 0) in ld_generic_create_outfile()
Dreadelf.c942 if (shdr->sh_flags & SHF_TLS) in print_shdr()
/external/llvm/test/Object/
Dreadobj-shared-object.test73 ELF: SHF_TLS
/external/llvm/include/llvm/Support/
DELF.h1340 SHF_TLS = 0x400U, enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp182 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
/external/llvm/lib/Object/
DELFYAML.cpp353 BCase(SHF_TLS) in bitset()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp524 case (ELF::SHF_TLS | ELF::SHF_ALLOC | ELF::SHF_WRITE): in getSymbolNMTypeChar()
/external/elfutils/0.153/libelf/
Delf.h369 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp451 LLVM_READOBJ_ENUM_ENT(ELF, SHF_TLS ),
/external/elfutils/0.153/po/
Dja.po1477 "SHF_TLS flag set\n"
1480 "SHF_TLS フラグが設定されていません\n"
Duk.po1479 "SHF_TLS flag set\n"
1482 "встановлено прапорець SHF_TLS\n"
Den@boldquot.po1490 "SHF_TLS flag set\n"
1493 "have SHF_TLS flag set\n"
Den@quot.po1484 "SHF_TLS flag set\n"
1487 "SHF_TLS flag set\n"
Dpl.po1469 "SHF_TLS flag set\n"
1472 "ustawionej flagi SHF_TLS\n"
Des.po1484 "SHF_TLS flag set\n"
1487 "establecida bandera SHF_TLS\n"
Delfutils.pot1437 "SHF_TLS flag set\n"

12