Searched refs:SHF_TLS (Results 1 – 23 of 23) sorted by relevance
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 87 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection() 108 if (Flags & ELF::SHF_TLS) in PrintSwitchToSection()
|
D | MCObjectFileInfo.cpp | 411 ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in InitELFMCObjectFileInfo() 414 ".tbss", ELF::SHT_NOBITS, ELF::SHF_ALLOC | ELF::SHF_TLS | ELF::SHF_WRITE); in InitELFMCObjectFileInfo()
|
D | MCELFStreamer.cpp | 113 if (Section.getFlags() & ELF::SHF_TLS) in EmitLabel()
|
D | ELFObjectWriter.cpp | 737 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() 295 flags |= ELF::SHF_TLS; in parseSectionFlags() 333 flags |= ELF::SHF_TLS; in parseSunStyleSectionFlags()
|
/external/elfutils/src/src/ |
D | elflint.c | 818 if ((destshdr->sh_flags & SHF_TLS) == 0) in check_symtab() 3424 { ".tbss", 6, SHT_NOBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 }, 3425 { ".tdata", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 }, 3426 { ".tdata1", 8, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE | SHF_TLS, 0 }, 3680 | SHF_OS_NONCONFORMING | SHF_GROUP | SHF_TLS) in check_sections() 3699 if (shdr->sh_flags & SHF_TLS) in check_sections() 3771 && (shdr->sh_flags & SHF_TLS) == 0) in check_sections() 3773 && (shdr->sh_flags & SHF_TLS) != 0)) in check_sections()
|
D | ldgeneric.c | 1079 ld_state.need_tls |= (shdr->sh_flags & SHF_TLS) != 0; in add_section() 1158 has_tls_symbols |= (shdr->sh_flags & SHF_TLS) != 0; in add_relocatable_file() 6333 if (unlikely (shdr->sh_flags & SHF_TLS)) in ld_generic_create_outfile() 6372 || (shdr->sh_flags & SHF_TLS) == 0) in ld_generic_create_outfile()
|
D | readelf.c | 1129 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 | 662 SHF_TLS = 0x400U, enumerator
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 372 BCase(SHF_TLS) in bitset()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 181 Flags |= ELF::SHF_TLS; in getELFSectionFlags()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 656 case (ELF::SHF_TLS | ELF::SHF_ALLOC | ELF::SHF_WRITE): in getSymbolNMTypeChar()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 454 LLVM_READOBJ_ENUM_ENT(ELF, SHF_TLS ),
|
/external/elfutils/src/libelf/ |
D | elf.h | 368 #define SHF_TLS (1 << 10) /* Section hold thread-local data. */ macro
|
/external/elfutils/src/po/ |
D | ja.po | 1556 "SHF_TLS flag set\n" 1559 "SHF_TLS フラグが設定されていません\n"
|
D | uk.po | 1563 "SHF_TLS flag set\n" 1566 "встановлено прапорець SHF_TLS\n"
|
D | en@quot.po | 1560 "SHF_TLS flag set\n" 1563 "SHF_TLS flag set\n"
|
D | en@boldquot.po | 1566 "SHF_TLS flag set\n" 1569 "have SHF_TLS flag set\n"
|
D | es.po | 1564 "SHF_TLS flag set\n" 1567 "establecida bandera SHF_TLS\n"
|
D | pl.po | 1549 "SHF_TLS flag set\n" 1552 "ustawionej flagi SHF_TLS\n"
|
D | elfutils.pot | 1511 "SHF_TLS flag set\n"
|
D | de.po | 1536 "SHF_TLS flag set\n"
|