reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
201 const XCOFFSectionHeader32 *toSection32(DataRefImpl Ref) const;
231 return toSection32(Sec)->VirtualAddress; 240 return toSection32(Sec) - sectionHeaderTable32() + 1; 249 return toSection32(Sec)->SectionSize; 526 return is64Bit() ? toSection64(Sec)->Name : toSection32(Sec)->Name; 534 return is64Bit() ? toSection64(Sec)->Flags : toSection32(Sec)->Flags;