HomeSort by relevance Sort by last modified time
    Searched refs:ObjAddress (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFX86_64.h 49 // SectionEntry::ObjAddress is the address of the bits for this section in the
54 // on SectionEntry::Address. SectionEntry::ObjAddress will be used to refer
142 uintptr_t ObjTarget = Section.ObjAddress + Offset;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 73 /// ObjAddress - address of the section in the in-memory object file. Used
75 uintptr_t ObjAddress;
78 uintptr_t objAddress)
81 ObjAddress(objAddress) {}
RuntimeDyldMachO.cpp 248 static_cast<int64_t>(A->ObjAddress) - static_cast<int64_t>(B->ObjAddress);
RuntimeDyldELF.cpp 253 (void *)(Section.ObjAddress + Offset));
268 (void *)(Section.ObjAddress + Offset));
287 (void *)(Section.ObjAddress + Offset));
296 (void *)(Section.ObjAddress + Offset));
456 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
527 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
830 // SectionEntry::ObjAddress is the address of the bits for this section in the
835 // on SectionEntry::Address. SectionEntry::ObjAddress will be used to refer to
    [all...]

Completed in 4133 milliseconds