Searched refs:PointerToRelocations (Results 1 – 13 of 13) sorted by relevance
559 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders()613 assert(Sec.Header.PointerToRelocations == 0 && in writeSection()618 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection()763 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
179 S.Header.PointerToRelocations = FileSize; in layoutSections()183 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0; in layoutSections()
76 Sec.Header.PointerToRelocations = 0; in addSection()
241 UINT32 PointerToRelocations; member
248 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()471 << binary_le(S.Header.PointerToRelocations) in writeCOFF()
304 UINT32 PointerToRelocations; member
291 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()
455 support::ulittle32_t PointerToRelocations; member
1802 uint32_t(Header.PointerToRelocations)); in dumpSectionHeaders()
1570 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSectionHeaders()