Searched refs:PointerToRelocations (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DCOFF.h71 support::ulittle32_t PointerToRelocations; member in struct:llvm::object::coff_section
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DWinCOFFObjectWriter.cpp600 WriteLE32(S.PointerToRelocations);
795 Sec->Header.PointerToRelocations = offset;
858 assert(OS.tell() == (*i)->Header.PointerToRelocations &&
859 "Section::PointerToRelocations is insane!");
877 assert((*i)->Header.PointerToRelocations == 0 &&
878 "Section::PointerToRelocations is insane!");
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DCOFF.h215 uint32_t PointerToRelocations; member in struct:llvm::COFF::section
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DCOFFObjectFile.cpp400 ret.p = reinterpret_cast<uintptr_t>(base() + sec->PointerToRelocations);
413 base() + sec->PointerToRelocations)
/macosx-10.10/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp369 } else if (KeyValue == "PointerToRelocations") {
370 if (!getAs(Value, Sec.Header.PointerToRelocations)) {
371 YS.printError(Value, "Invalid value for PointerToRelocations");
822 << binary_le(i->Header.PointerToRelocations)

Completed in 278 milliseconds