Home
last modified time | relevance | path

Searched refs:PointerToRawData (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
Dpe_image_reader_win.cc152 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()
/external/llvm/test/MC/COFF/
Dmodule-asm.ll15 ; CHECK-NEXT: PointerToRawData: 0x{{[0-9A-F]+}}
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp135 i->Header.PointerToRawData = CurrentSectionDataOffset; in layoutCOFF()
146 i->Header.PointerToRawData = 0; in layoutCOFF()
242 << binary_le(i->Header.PointerToRawData) in writeCOFF()
/external/chromium_org/tools/symsrc/
Dpefile.py835 return offset - self.PointerToRawData + self.VirtualAddress
839 return (rva - self.VirtualAddress) + self.PointerToRawData
845 if not self.PointerToRawData:
849 return self.PointerToRawData <= offset < self.VirtualAddress + self.SizeOfRawData
1553 s.PointerToRawData for s in self.sections if s.PointerToRawData>0]
1723 if section.PointerToRawData > len(self.__data__):
1748 section_data_start = section.PointerToRawData
1751 (section.PointerToRawData % self.OPTIONAL_HEADER.FileAlignment) != 0):
2952 if section.PointerToRawData > len(self.__data__):
3598 section_data_start = section.PointerToRawData
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dpkg_genc.c1143 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()
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c1135 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()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp636 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()
/external/llvm/include/llvm/Support/
DCOFF.h224 uint32_t PointerToRawData; member
/external/chromium_org/chrome/app/
Dimage_pre_reader_win.cc143 if (!SetFilePointer(file_handle, section->PointerToRawData)) in ReadThroughSection()
/external/chromium_org/base/win/
Dpe_image.cc548 *on_disk_offset = section_header->PointerToRawData + offset_within_section; in ImageAddrToOnDiskOffset()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp447 Res = uintptr_t(base()) + Section->PointerToRawData + Offset; in getRvaPtr()
842 uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData; in getSectionContents()
/external/llvm/test/tools/llvm-readobj/
Dsections.test23 COFF-NEXT: PointerToRawData: 0x64
41 COFF-NEXT: PointerToRawData: 0x98
Dsections-ext.test23 COFF-NEXT: PointerToRawData: 0x64
/external/llvm/include/llvm/Object/
DCOFF.h247 support::ulittle32_t PointerToRawData; member
/external/valgrind/main/coregrind/m_debuginfo/
Dreadpdb.c225 unsigned long PointerToRawData; member
2254 map.foff = pe_sechdr_avma->PointerToRawData; in ML_()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp613 W.printHex ("PointerToRawData", Section->PointerToRawData); in printSections()