Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp348 bool checkTLSSections(const Elf_Phdr &Phdr, const Elf_Shdr &Sec);
2836 bool GNUStyle<ELFT>::checkTLSSections(const Elf_Phdr &Phdr, in checkTLSSections() function in GNUStyle
2952 if (!TbssInNonTLS && checkTLSSections(Phdr, Sec) && in printProgramHeaders()