Searched refs:PointerToRawData (Results 1 – 16 of 16) sorted by relevance
152 if (GetStructureAt(entry.PointerToRawData, entry.SizeOfData, &debug_data)) { in GetDebugEntry()287 if (!GetStructureAt(section_header->PointerToRawData, in FindSectionFromRva()330 return image_data_ + header->PointerToRawData + data_offset; in GetImageData()
15 ; CHECK-NEXT: PointerToRawData: 0x{{[0-9A-F]+}}
135 i->Header.PointerToRawData = CurrentSectionDataOffset; in layoutCOFF()146 i->Header.PointerToRawData = 0; in layoutCOFF()242 << binary_le(i->Header.PointerToRawData) in writeCOFF()
835 return offset - self.PointerToRawData + self.VirtualAddress839 return (rva - self.VirtualAddress) + self.PointerToRawData845 if not self.PointerToRawData:849 return self.PointerToRawData <= offset < self.VirtualAddress + self.SizeOfRawData1553 s.PointerToRawData for s in self.sections if s.PointerToRawData>0]1723 if section.PointerToRawData > len(self.__data__):1748 section_data_start = section.PointerToRawData1751 (section.PointerToRawData % self.OPTIONAL_HEADER.FileAlignment) != 0):2952 if section.PointerToRawData > len(self.__data__):3598 section_data_start = section.PointerToRawData
1143 objHeader.sections[0].PointerToRawData=IMAGE_SIZEOF_FILE_HEADER+2*IMAGE_SIZEOF_SECTION_HEADER; in writeObjectCode()1149 …objHeader.sections[1].PointerToRawData=IMAGE_SIZEOF_FILE_HEADER+2*IMAGE_SIZEOF_SECTION_HEADER+leng… in writeObjectCode()1166 T_FileStream_write(out, &objHeader, objHeader.sections[1].PointerToRawData); in writeObjectCode()
1135 objHeader.sections[0].PointerToRawData=IMAGE_SIZEOF_FILE_HEADER+2*IMAGE_SIZEOF_SECTION_HEADER; in writeObjectCode()1141 …objHeader.sections[1].PointerToRawData=IMAGE_SIZEOF_FILE_HEADER+2*IMAGE_SIZEOF_SECTION_HEADER+leng… in writeObjectCode()1158 T_FileStream_write(out, &objHeader, objHeader.sections[1].PointerToRawData); in writeObjectCode()
636 WriteLE32(S.PointerToRawData); in WriteSectionHeader()912 Sec->Header.PointerToRawData = offset; in WriteObject()981 if ((*i)->Header.PointerToRawData != 0) { in WriteObject()982 assert(OS.tell() == (*i)->Header.PointerToRawData && in WriteObject()
224 uint32_t PointerToRawData; member
143 if (!SetFilePointer(file_handle, section->PointerToRawData)) in ReadThroughSection()
548 *on_disk_offset = section_header->PointerToRawData + offset_within_section; in ImageAddrToOnDiskOffset()
447 Res = uintptr_t(base()) + Section->PointerToRawData + Offset; in getRvaPtr()842 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents()
23 COFF-NEXT: PointerToRawData: 0x6441 COFF-NEXT: PointerToRawData: 0x98
23 COFF-NEXT: PointerToRawData: 0x64
247 support::ulittle32_t PointerToRawData; member
225 unsigned long PointerToRawData; member2254 map.foff = pe_sechdr_avma->PointerToRawData; in ML_()
613 W.printHex ("PointerToRawData", Section->PointerToRawData); in printSections()