Home
last modified time | relevance | path

Searched refs:PointerToRelocations (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/MC/COFF/
Dmodule-asm.ll16 ; CHECK-NEXT: PointerToRelocations: 0x{{[0-9A-F]+}}
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp138 i->Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
243 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp637 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()
/external/llvm/include/llvm/Support/
DCOFF.h225 uint32_t PointerToRelocations; member
/external/llvm/lib/Object/
DCOFFObjectFile.cpp358 base() + Sec->PointerToRelocations); in section_rel_begin()
377 base + Sec->PointerToRelocations); in getNumberOfRelocations()
390 base() + Sec->PointerToRelocations); in section_rel_end()
/external/llvm/test/tools/llvm-readobj/
Dsections.test24 COFF-NEXT: PointerToRelocations: 0x7A
42 COFF-NEXT: PointerToRelocations: 0x0
Dsections-ext.test24 COFF-NEXT: PointerToRelocations: 0x7A
/external/llvm/include/llvm/Object/
DCOFF.h248 support::ulittle32_t PointerToRelocations; member
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp614 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSections()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadpdb.c226 unsigned long PointerToRelocations; member