Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:address

49   /// Address - address in the linker's memory where the section resides.
50 uint8_t *Address;
55 /// LoadAddress - the address of the section in the target process's memory.
56 /// Used for situations in which JIT-ed code is being executed in the address
57 /// space of a separate process. If the code executes in the same address
58 /// space where it was JIT-ed, this just equals Address.
65 /// ObjAddress - address of the section in the in-memory object file. Used
69 SectionEntry(StringRef name, uint8_t *address, size_t size,
71 : Name(name), Address(address), Size(size), LoadAddress((uintptr_t)address),
149 // its address is reassigned (the JIT re-compiled the function, e.g.),
155 // source of the address. The target where the address will be written is
170 return 8; // 32-bit instruction and 32-bit address
194 return (uint8_t*)Sections[SectionID].Address;
267 /// \return Pointer to the memory area for emitting target address.
270 /// \brief Resolves relocations from Relocs list with address from Value.
277 /// \param Value Target symbol address to apply the relocation action