reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
202 const XCOFFSectionHeader64 *toSection64(DataRefImpl Ref) const;
229 return toSection64(Sec)->VirtualAddress; 238 return toSection64(Sec) - sectionHeaderTable64() + 1; 247 return toSection64(Sec)->SectionSize; 526 return is64Bit() ? toSection64(Sec)->Name : toSection32(Sec)->Name; 534 return is64Bit() ? toSection64(Sec)->Flags : toSection32(Sec)->Flags;