Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp441 bool checkTLSSections(const Elf_Phdr &Phdr, const Elf_Shdr &Sec);
3248 bool GNUStyle<ELFT>::checkTLSSections(const Elf_Phdr &Phdr, in checkTLSSections() function in GNUStyle
3364 if (!TbssInNonTLS && checkTLSSections(Phdr, Sec) && in printProgramHeaders()