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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 66 /// ObjAddress - address of the section in the in-memory object file. Used
68 uintptr_t ObjAddress;
71 uintptr_t objAddress)
74 ObjAddress(objAddress) {}
RuntimeDyldELF.cpp 304 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
317 reinterpret_cast<uint64_t *>(Section.ObjAddress + Offset);
334 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
343 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
504 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
575 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
    [all...]
RuntimeDyldMachO.cpp 178 intptr_t ObjDistance = A->ObjAddress - B->ObjAddress;
248 // SectionEntry::ObjAddress is the address of the bits for this section in the
253 // on SectionEntry::Address. SectionEntry::ObjAddress will be used to refer to

Completed in 1874 milliseconds