Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:Address

50   /// Address - address in the linker's memory where the section resides.
51 uint8_t *Address;
56 /// LoadAddress - the address of the section in the target process's memory.
57 /// Used for situations in which JIT-ed code is being executed in the address
58 /// space of a separate process. If the code executes in the same address
59 /// space where it was JIT-ed, this just equals Address.
66 /// ObjAddress - address of the section in the in-memory object file. Used
70 SectionEntry(StringRef name, uint8_t *address, size_t size,
72 : Name(name), Address(address), Size(size),
73 LoadAddress((uintptr_t)address), StubOffset(size),
199 // its address is reassigned (the JIT re-compiled the function, e.g.),
205 // source of the address. The target where the address will be written is
253 return (uint8_t *)Sections[SectionID].Address;
314 /// \return Pointer to the memory area for emitting target address.
317 /// \brief Resolves relocations from Relocs list with address from Value.
322 /// \param Value Target symbol address to apply the relocation action