Searched refs:relocated (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/usr.sbin/pw/
H A Dpw.c116 bool relocated, nis; local
119 relocated = nis = false;
139 if (relocated)
142 relocated = true;
/freebsd-11.0-release/sys/boot/i386/mbr/
H A Dmbr.s50 # Jump to the relocated code.
52 jmp main-LOAD+EXEC # To relocated code
/freebsd-11.0-release/sys/boot/i386/pmbr/
H A Dpmbr.s82 # Jump to the relocated code.
84 jmp main-LOAD+EXEC # To relocated code
/freebsd-11.0-release/libexec/rtld-elf/
H A Drtld.h238 bool relocated : 1; /* True if processed by relocate_objects() */ member in struct:Struct_Obj_Entry
244 bool jmpslots_done : 1; /* Already have relocated the jump slots */
H A Drtld.c381 * On entry, the dynamic linker itself has not been relocated yet.
2696 if (obj->relocated)
2698 obj->relocated = true;
2765 * to the end of the list of objects are relocated. Returns 0 on success,
2792 * objects relocated before asking for resolution from indirects.
3372 * of the symbol. this is simply the relocated value of the
/freebsd-11.0-release/sys/fs/cd9660/
H A Dcd9660_vfsops.c547 * Simply tell vget, that it's a relocated directory.
630 * It would be nice if we didn't always set the `relocated' flag
644 cd9660_vget_internal(mp, ino, flags, vpp, relocated, isodir)
649 int relocated;
760 if (relocated) {
762 * On relocated directories we must
/freebsd-11.0-release/sys/boot/i386/boot0/
H A Dboot0.S208 jmp main-LOAD+ORIGIN # Jump to relocated code
/freebsd-11.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S483 mov MEM_READ_BUFFER+AOUT_ENTRY,%esi # %esi -> relocated loader

Completed in 70 milliseconds