Searched refs:PointerToRelocations (Results 1 – 10 of 10) sorted by relevance
16 ; CHECK-NEXT: PointerToRelocations: 0x{{[0-9A-F]+}}
138 i->Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()243 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
637 WriteLE32(S.PointerToRelocations); in WriteSectionHeader()927 Sec->Header.PointerToRelocations = offset; in WriteObject()989 assert(OS.tell() == (*i)->Header.PointerToRelocations && in WriteObject()1005 assert((*i)->Header.PointerToRelocations == 0 && in WriteObject()
225 uint32_t PointerToRelocations; member
358 base() + Sec->PointerToRelocations); in section_rel_begin()377 base + Sec->PointerToRelocations); in getNumberOfRelocations()390 base() + Sec->PointerToRelocations); in section_rel_end()
24 COFF-NEXT: PointerToRelocations: 0x7A42 COFF-NEXT: PointerToRelocations: 0x0
24 COFF-NEXT: PointerToRelocations: 0x7A
248 support::ulittle32_t PointerToRelocations; member
614 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSections()
226 unsigned long PointerToRelocations; member