reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-readobj/ELFDumper.cpp
 3600       bool TbssInNonTLS = (Sec.sh_type == ELF::SHT_NOBITS) &&
 3601                           ((Sec.sh_flags & ELF::SHF_TLS) != 0) &&
 3603       if (!TbssInNonTLS && checkTLSSections(Phdr, Sec) &&
 3604           checkoffsets(Phdr, Sec) && checkVMA(Phdr, Sec) &&
 3604           checkoffsets(Phdr, Sec) && checkVMA(Phdr, Sec) &&
 3605           checkPTDynamic(Phdr, Sec) && (Sec.sh_type != ELF::SHT_NULL)) {
 3605           checkPTDynamic(Phdr, Sec) && (Sec.sh_type != ELF::SHT_NULL)) {
 3607             unwrapOrError(this->FileName, Obj->getSectionName(&Sec)).str() +
 3609         BelongsToSegment.insert(&Sec);