HomeSort by: relevance | last modified time | path
    Searched refs:DataRVA (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 1805 // Find a potential relocation at the DataRVA field (first member of
1851 // Add the initial value of DataRVA to the symbol's offset to find the
1853 uint64_t Offset = Entry.DataRVA + Sym->getValue();
1864 // Relocatable objects need a relocation for the DataRVA field.
1867 "no relocation found for DataRVA");
1869 // Locate the section that contains the address that DataRVA points at.
1870 uint64_t VA = Entry.DataRVA + Obj->getImageBase();
WindowsResource.cpp 947 Entry->DataRVA = 0; // Set to zero because it is a relocation.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 778 support::ulittle32_t DataRVA;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 1901 W.printHex("DataRVA", DataEntry.DataRVA);

Completed in 25 milliseconds