Searched refs:PointerToRelocations (Results 1 – 11 of 11) sorted by relevance
174 NewYAMLSection.Header.PointerToRelocations = in dumpSections()175 COFFSection->PointerToRelocations; in dumpSections()
106 S.Header.PointerToRelocations = FileSize; in layoutSections()110 S.Header.PointerToRelocations = S.Relocs.size() ? FileSize : 0; in layoutSections()
75 Sec.Header.PointerToRelocations = 0; in addSection()
568 W.write<uint32_t>(S.PointerToRelocations); in writeSectionHeaders()628 assert(Sec.Header.PointerToRelocations == 0 && in writeSection()633 assert(W.OS.tell() == Sec.Header.PointerToRelocations && in writeSection()982 Sec->Header.PointerToRelocations = Offset; in assignFileOffsets()
256 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()479 << binary_le(S.Header.PointerToRelocations) in writeCOFF()
276 uint32_t PointerToRelocations; member
752 SectionOneHeader->PointerToRelocations = SectionOneRelocations; in writeFirstSectionHeader()770 SectionTwoHeader->PointerToRelocations = 0; in writeSecondSectionHeader()
366 base + Sec->PointerToRelocations))) { in getNumberOfRelocations()382 Base + Sec->PointerToRelocations); in getFirstReloc()
446 support::ulittle32_t PointerToRelocations; member
1802 uint32_t(Header.PointerToRelocations)); in dumpSectionHeaders()
1433 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSectionHeaders()