Home
last modified time | relevance | path

Searched refs:relocated (Results 1 – 25 of 98) sorted by relevance

1234

/openbsd-src/sys/arch/amd64/stand/pxeboot/
H A Dsrt0.S114 jmpl $(LINKADDR >> 4), $(relocated-_start) /* Now relocate */
116 relocated: label
/openbsd-src/sys/arch/i386/stand/pxeboot/
H A Dsrt0.S114 jmpl $(LINKADDR >> 4), $(relocated-_start) /* Now relocate */
116 relocated: label
/openbsd-src/gnu/llvm/llvm/docs/
H A DStatepoints.rst140 #. create a new SSA value for each potentially relocated pointer, and
141 ensure that no uses of the original (non relocated) value is
183 SSA value ``%obj.relocated`` which represents the potentially changed value of
192 …%obj.relocated = call coldcc i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token %0, i32 7,…
193 ret i8 addrspace(1)* %obj.relocated
198 relocated + the original call arguments and N is the original return
199 value + each relocated value), but LLVM does not easily support such a
224 Each of the potentially relocated values has been spilled to the
344 …%obj.relocated = call i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token %token, i32 7, i3…
345 …%gep.relocated = call i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token %token, i32 7, i3…
[all …]
/openbsd-src/sys/arch/amd64/stand/cdboot/
H A Dsrt0.S113 jmpl $(LINKADDR >> 4), $(relocated-_start) /* Now relocate */
115 relocated: label
/openbsd-src/sys/arch/i386/stand/cdboot/
H A Dsrt0.S113 jmpl $(LINKADDR >> 4), $(relocated-_start) /* Now relocate */
115 relocated: label
/openbsd-src/sys/arch/hppa/stand/boot/
H A Dsrt0.S105 ; We have relocated ourself to RELOC. If we are running on a machine
109 ldil L%RELOC,%r22 ; Set %t1 to start of relocated code.
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vm.c299 * @vm_bo: vm_bo which is relocated
308 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); in amdgpu_vm_bo_relocated()
352 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated); in amdgpu_vm_bo_reset_state_machine()
835 DRM_LIST_HEAD(relocated); in amdgpu_vm_update_pdes()
839 list_splice_init(&vm->relocated, &relocated); in amdgpu_vm_update_pdes()
842 if (list_empty(&relocated)) in amdgpu_vm_update_pdes()
857 list_for_each_entry(entry, &relocated, vm_status) { in amdgpu_vm_update_pdes()
873 while (!list_empty(&relocated)) { in amdgpu_vm_update_pdes()
874 entry = list_first_entry(&relocated, struc in amdgpu_vm_update_pdes()
[all...]
H A Damdgpu_vm.h279 struct list_head relocated; member
/openbsd-src/sys/isofs/cd9660/
H A Dcd9660_vfsops.c691 int relocated, struct iso_directory_record *isodir) in cd9660_vget_internal() argument
795 if (relocated) { in cd9660_vget_internal()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy-abi148 the storage unit being relocated.
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A DChangeLog.mkhybrid306 Joliet directories may not have to be relocated ...
363 dump in "copy_to_mac_volume" as the relocated directory was not
H A DChangeLog611 relocated directories. Hopefully last big bug.
831 (for true parent, when directories are relocated).
840 directory to hold relocated directories.
/openbsd-src/gnu/gcc/gcc/config/stormy16/
H A Dstormy-abi159 the storage unit being relocated.
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Delfi370.sc127 get relocated with -mrelocatable. Also put in the .fixup pointers.
H A Delfm68hc12.sc439 to avoid that the DWARF section is relocated before such undefined
/openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/
H A Delfi370.sc127 get relocated with -mrelocatable. Also put in the .fixup pointers.
H A Delfm68hc12.sc436 to avoid that the DWARF section is relocated before such undefined
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dreloc.texi105 byte of relocatable information. The actual data relocated
274 /* The size of the item to be relocated. This is *not* a
279 /* The number of bits in the item to be relocated. This is used
286 being relocated. */
290 The relocated value is left shifted by this amount. */
336 replaced with a relocated value. */
340 the value of the pc of the place being relocated in the offset
H A Dsection.texi157 /* The section contains data still to be relocated, so there is
242 objects are to be further relocated. */
374 at run time. The symbols are relocated against this. The
H A Dbfdsumm.texi140 These addresses have to be relocated along with the symbol information.
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-i370.texi35 will produce correct, fully relocated, functional binaries, and has been
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-i370.texi35 will produce correct, fully relocated, functional binaries, and has been
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dreloc.texi105 byte of relocatable information. The actual data relocated
275 /* The size of the item to be relocated. This is *not* a
280 /* The number of bits in the item to be relocated. This is used
287 being relocated. */
291 The relocated value is left shifted by this amount. */
337 replaced with a relocated value. */
341 the value of the pc of the place being relocated in the offset
H A Dsection.texi143 /* The section contains data still to be relocated, so there is
211 objects are to be further relocated. */
353 at run time. The symbols are relocated against this. The
H A Dbfdsumm.texi140 These addresses have to be relocated along with the symbol information.

1234