/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 84 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection() 105 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
|
D | MCObjectFileInfo.cpp | 436 ELF::SHF_ALLOC | ELF::SHF_TLS | in InitELFMCObjectFileInfo() 442 ELF::SHF_ALLOC | ELF::SHF_TLS | in InitELFMCObjectFileInfo()
|
D | MCELFStreamer.cpp | 64 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabel()
|
D | ELFObjectWriter.cpp | 775 if (Flags & ELF::SHF_TLS) in shouldRelocateWithSymbol()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 105 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/ |
D | elf-objfmt.c | 979 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()
|
D | elf.h | 157 SHF_TLS = 0x400, /* thread local storage */ enumerator
|
D | elf.c | 521 shead->flags & SHF_TLS) { in elf_symtab_write_to_file()
|
/external/elfutils/0.153/src/ |
D | elflint.c | 800 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()
|
D | ldgeneric.c | 1087 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()
|
D | readelf.c | 942 if (shdr->sh_flags & SHF_TLS) in print_shdr()
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 73 ELF: SHF_TLS
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1340 SHF_TLS = 0x400U, enumerator
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 182 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 353 BCase(SHF_TLS) in bitset()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 524 case (ELF::SHF_TLS | ELF::SHF_ALLOC | ELF::SHF_WRITE): in getSymbolNMTypeChar()
|
/external/elfutils/0.153/libelf/ |
D | elf.h | 369 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */ macro
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 451 LLVM_READOBJ_ENUM_ENT(ELF, SHF_TLS ),
|
/external/elfutils/0.153/po/ |
D | ja.po | 1477 "SHF_TLS flag set\n" 1480 "SHF_TLS フラグが設定されていません\n"
|
D | uk.po | 1479 "SHF_TLS flag set\n" 1482 "встановлено прапорець SHF_TLS\n"
|
D | en@boldquot.po | 1490 "SHF_TLS flag set\n" 1493 "have SHF_TLS flag set\n"
|
D | en@quot.po | 1484 "SHF_TLS flag set\n" 1487 "SHF_TLS flag set\n"
|
D | pl.po | 1469 "SHF_TLS flag set\n" 1472 "ustawionej flagi SHF_TLS\n"
|
D | es.po | 1484 "SHF_TLS flag set\n" 1487 "establecida bandera SHF_TLS\n"
|
D | elfutils.pot | 1437 "SHF_TLS flag set\n"
|