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

/external/llvm/include/llvm/Object/
H A DCOFF.h71 support::ulittle32_t PointerToRelocations; member in struct:llvm::object::coff_section
/external/llvm/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!");
/external/llvm/include/llvm/Support/
H A DCOFF.h215 uint32_t PointerToRelocations; member in struct:llvm::COFF::section
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp402 ret.p = reinterpret_cast<uintptr_t>(base() + sec->PointerToRelocations);
415 base() + sec->PointerToRelocations)
/external/llvm/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)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c248 unsigned long PointerToRelocations; member in struct:_IMAGE_SECTION_HEADER
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 82 milliseconds