Searched refs:PointerToRelocations (Results 1 – 12 of 12) sorted by relevance
106 S.Header.PointerToRelocations = FileSize; in layoutSections()110 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0; in layoutSections()
76 Sec.Header.PointerToRelocations = 0; in addSection()
560 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders()615 assert(Sec.Header.PointerToRelocations == 0 && in writeSection()620 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection()765 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
241 UINT32 PointerToRelocations; member
254 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()477 << binary_le(S.Header.PointerToRelocations) in writeCOFF()
290 uint32_t PointerToRelocations; member
753 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader()771 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
365 base + Sec->PointerToRelocations))) { in getNumberOfRelocations()381 Base + Sec->PointerToRelocations); in getFirstReloc()
446 support::ulittle32_t PointerToRelocations; member
1802 uint32_t(Header.PointerToRelocations)); in dumpSectionHeaders()
1524 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSectionHeaders()