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

/freebsd-10.1-release/sys/boot/i386/mbr/
H A Dmbr.s50 # Jump to the relocated code.
52 jmp main-LOAD+EXEC # To relocated code
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf_init.c266 /* Point to the data to be relocated: */
468 int relocated = 0; local
507 if (!relocated) {
510 relocated = 1;
/freebsd-10.1-release/sys/boot/i386/pmbr/
H A Dpmbr.s82 # Jump to the relocated code.
84 jmp main-LOAD+EXEC # To relocated code
/freebsd-10.1-release/libexec/rtld-elf/
H A Drtld.h248 bool relocated : 1; /* True if processed by relocate_objects() */ member in struct:Struct_Obj_Entry
254 bool jmpslots_done : 1; /* Already have relocated the jump slots */
H A Drtld.c337 * On entry, the dynamic linker itself has not been relocated yet.
2455 if (obj->relocated)
2457 obj->relocated = true;
2535 * to the end of the list of objects are relocated. Returns 0 on success,
2559 * objects relocated before asking for resolution from indirects.
3073 * the relocated value of the symbol.
/freebsd-10.1-release/sys/fs/cd9660/
H A Dcd9660_vfsops.c553 * Simply tell vget, that it's a relocated directory.
636 * It would be nice if we didn't always set the `relocated' flag
650 cd9660_vget_internal(mp, ino, flags, vpp, relocated, isodir)
655 int relocated;
768 if (relocated) {
770 * On relocated directories we must
/freebsd-10.1-release/sys/boot/i386/boot0/
H A Dboot0.S208 jmp main-LOAD+ORIGIN # Jump to relocated code
/freebsd-10.1-release/sys/boot/pc98/cdboot/
H A Dcdboot.S486 mov MEM_READ_BUFFER+AOUT_ENTRY,%esi # %esi -> relocated loader

Completed in 84 milliseconds