Searched refs:GetTargetByteSize (Results 1 – 6 of 6) sorted by relevance
104 The number of host (8-bit) bytes needed to hold a target byte") GetTargetByteSize;106 GetTargetByteSize ();143 …target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the …
236 uint32_t SBSection::GetTargetByteSize() { in GetTargetByteSize() function in SBSection241 return section_sp->GetTargetByteSize(); in GetTargetByteSize()
77 uint32_t GetTargetByteSize();
239 uint32_t GetTargetByteSize() const { return m_target_byte_size; } in GetTargetByteSize() function
478 section_offset *= section->GetTargetByteSize(); in ReadSectionData()
1691 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { in GetTargetByteSize() function1881 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()