Searched refs:PointerToRelocations (Results 1 – 16 of 16) sorted by relevance
172 NewYAMLSection.Header.PointerToRelocations = in dumpSections()173 COFFSection->PointerToRelocations; in dumpSections()
587 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders()647 assert(Sec.Header.PointerToRelocations == 0 && in writeSection()652 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection()986 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
104 S.Header.PointerToRelocations = FileSize; in layoutSections()108 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0; in layoutSections()
75 Sec.Header.PointerToRelocations = 0; in addSection()
292 uint PointerToRelocations; variable
247 UINT32 PointerToRelocations; member
253 UINT32 PointerToRelocations; member
261 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()485 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
276 uint32_t PointerToRelocations; member
754 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader()772 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
359 base + Sec->PointerToRelocations))) { in getNumberOfRelocations()375 Base + Sec->PointerToRelocations); in getFirstReloc()
446 support::ulittle32_t PointerToRelocations; member
1897 uint32_t(Header.PointerToRelocations)); in dumpSectionHeaders()
1375 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSectionHeaders()
3146 DWORD PointerToRelocations;