Home
last modified time | relevance | path

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

/external/llvm/test/tools/llvm-readobj/
Dbigobj.test25 CHECK-NEXT: PointerToRelocations: 0x0
43 CHECK-NEXT: PointerToRelocations: 0x0
61 CHECK-NEXT: PointerToRelocations: 0x0
Dsections.test26 COFF-NEXT: PointerToRelocations: 0x7A
44 COFF-NEXT: PointerToRelocations: 0x0
Dsections-ext.test24 COFF-NEXT: PointerToRelocations: 0x7A
/external/llvm/test/MC/COFF/
Dmodule-asm.ll16 ; CHECK-NEXT: PointerToRelocations: 0x{{[0-9A-F]+}}
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp589 writeLE32(S.PointerToRelocations); in writeSectionHeader()
943 Sec->Header.PointerToRelocations = offset; in writeObject()
1054 assert(getStream().tell() == (*i)->Header.PointerToRelocations && in writeObject()
1070 assert((*i)->Header.PointerToRelocations == 0 && in writeObject()
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp185 S.Header.PointerToRelocations = CurrentSectionDataOffset; in layoutCOFF()
427 << binary_le(i->Header.PointerToRelocations) in writeCOFF()
/external/llvm/include/llvm/Support/
DCOFF.h241 uint32_t PointerToRelocations; member
/external/llvm/lib/Object/
DCOFFObjectFile.cpp337 base + Sec->PointerToRelocations))) in getNumberOfRelocations()
351 Base + Sec->PointerToRelocations); in getFirstReloc()
/external/llvm/include/llvm/Object/
DCOFF.h405 support::ulittle32_t PointerToRelocations; member
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp765 W.printHex ("PointerToRelocations", Section->PointerToRelocations); in printSections()
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c226 unsigned long PointerToRelocations; member