HPCToolkit
|
This is the complete list of members for BinUtil::TextSeg, including all inherited members.
begVMA() const | BinUtil::Seg | inline |
ctor_disassembleProcs() | BinUtil::TextSeg | private |
ctor_initProcs() | BinUtil::TextSeg | private |
ctor_readSegment() | BinUtil::TextSeg | private |
ddump() const | BinUtil::Seg | |
dump(std::ostream &o=std::cerr, int flags=LM::DUMP_Short, const char *pre="") const | BinUtil::TextSeg | virtual |
endVMA() const | BinUtil::Seg | inline |
findInsn(VMA vma, ushort opIndex) const | BinUtil::Seg | inline |
findMachInsn(VMA vma, ushort &sz) const | BinUtil::Seg | inline |
findProcEnd(int funcSymIndex) const | BinUtil::TextSeg | private |
findProcName(bfd *abfd, asymbol *procSym) const | BinUtil::TextSeg | private |
findSrcCodeInfo(VMA vma, ushort opIndex, std::string &func, std::string &file, SrcFile::ln &line) const | BinUtil::Seg | inline |
findSrcCodeInfo(VMA begVMA, ushort bOpIndex, VMA endVMA, ushort eOpIndex, std::string &func, std::string &file, SrcFile::ln &begLine, SrcFile::ln &endLine, uint flags=1) const | BinUtil::Seg | inline |
isIn(VMA vma) const | BinUtil::Seg | inline |
lm() const | BinUtil::Seg | inline |
m_contents | BinUtil::TextSeg | private |
m_contentsRaw | BinUtil::TextSeg | private |
m_lm | BinUtil::Seg | protected |
m_procs | BinUtil::TextSeg | private |
makeInsn(bfd *abfd, MachInsn *mi, VMA vma, ushort opIndex, ushort sz) const | BinUtil::TextSeg | private |
name() const | BinUtil::Seg | inline |
numProcs() const | BinUtil::TextSeg | inline |
operator=(const TextSeg &GCC_ATTR_UNUSED s) | BinUtil::TextSeg | inlineprivate |
BinUtil::Seg::operator=(const Seg &GCC_ATTR_UNUSED s) | BinUtil::Seg | inlineprotected |
ProcVec typedef | BinUtil::TextSeg | |
Seg(LM *lm, const std::string &name, Type type, VMA beg, VMA end, uint64_t size) | BinUtil::Seg | |
Seg() | BinUtil::Seg | inlineprotected |
Seg(const Seg &GCC_ATTR_UNUSED s) | BinUtil::Seg | inlineprotected |
size() const | BinUtil::Seg | inline |
TextSeg(LM *lm, const std::string &name, VMA beg, VMA end, uint64_t size) | BinUtil::TextSeg | |
TextSeg() | BinUtil::TextSeg | inlineprivate |
TextSeg(const TextSeg &GCC_ATTR_UNUSED s) | BinUtil::TextSeg | inlineprivate |
toString(int flags=LM::DUMP_Short, const char *pre="") const | BinUtil::Seg | |
Type enum name | BinUtil::Seg | |
type() const | BinUtil::Seg | inline |
TypeBSS enum value | BinUtil::Seg | |
TypeData enum value | BinUtil::Seg | |
TypeNULL enum value | BinUtil::Seg | |
TypeText enum value | BinUtil::Seg | |
~Seg() | BinUtil::Seg | virtual |
~TextSeg() | BinUtil::TextSeg | virtual |