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

  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h 530 uint16_t AddressOfRelocationTable;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
COFFEmitter.cpp 413 // Initializing the AddressOfRelocationTable is strictly optional but
416 DH.AddressOfRelocationTable = sizeof(DH);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h 66 support::ulittle16_t AddressOfRelocationTable;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 661 W.printNumber("AddressOfRelocationTable", DH->AddressOfRelocationTable);

Completed in 17 milliseconds