Searched refs:code_offset (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/mac68k/nubus/
H A Dnubus.h343 u_int32_t code_offset; /* Offset base to start of code */ member in struct:_NUBUS_EXEC_BLOCK
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_chirp.c122 unsigned_word code_offset; member in struct:_os_emul_data
1617 chirp->code_offset = 0x4000; /* possible space for interrupt table */
1621 chirp->stack_offset = chirp->code_offset + chirp->sizeof_code;
1736 chirp->code_ra = chirp->code_offset + chirp->real_base;
1742 chirp->code_va = chirp->code_offset + chirp->virt_base;
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Demul_chirp.c115 unsigned_word code_offset; member in struct:_os_emul_data
1611 chirp->code_offset = 0x4000; /* possible space for interrupt table */
1615 chirp->stack_offset = chirp->code_offset + chirp->sizeof_code;
1730 chirp->code_ra = chirp->code_offset + chirp->real_base;
1736 chirp->code_va = chirp->code_offset + chirp->virt_base;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-xtensa.c2274 bfd_vma code_offset, lit_offset, abi_offset;
2287 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2295 memcpy (splt->contents + code_offset,
2302 plt_base + code_offset + abi_offset),
2303 splt->contents + code_offset + abi_offset + 1);
2305 plt_base + code_offset + abi_offset + 3),
2306 splt->contents + code_offset + abi_offset + 4);
2308 plt_base + code_offset + abi_offset + 6),
2309 splt->contents + code_offset + abi_offset + 7);
2311 return plt_base + code_offset;
2280 bfd_vma code_offset, lit_offset, abi_offset; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-xtensa.c2275 bfd_vma code_offset, lit_offset, abi_offset;
2288 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2296 memcpy (splt->contents + code_offset,
2303 plt_base + code_offset + abi_offset),
2304 splt->contents + code_offset + abi_offset + 1);
2306 plt_base + code_offset + abi_offset + 3),
2307 splt->contents + code_offset + abi_offset + 4);
2309 plt_base + code_offset + abi_offset + 6),
2310 splt->contents + code_offset + abi_offset + 7);
2312 return plt_base + code_offset;
2270 bfd_vma code_offset, lit_offset, abi_offset; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-xtensa.c2274 bfd_vma code_offset, lit_offset, abi_offset;
2287 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2295 memcpy (splt->contents + code_offset,
2302 plt_base + code_offset + abi_offset),
2303 splt->contents + code_offset + abi_offset + 1);
2305 plt_base + code_offset + abi_offset + 3),
2306 splt->contents + code_offset + abi_offset + 4);
2308 plt_base + code_offset + abi_offset + 6),
2309 splt->contents + code_offset + abi_offset + 7);
2311 return plt_base + code_offset;
2269 bfd_vma code_offset, lit_offset, abi_offset; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c2285 bfd_vma code_offset, lit_offset, abi_offset;
2298 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE;
2306 memcpy (splt->contents + code_offset,
2313 plt_base + code_offset + abi_offset),
2314 splt->contents + code_offset + abi_offset + 1);
2316 plt_base + code_offset + abi_offset + 3),
2317 splt->contents + code_offset + abi_offset + 4);
2319 plt_base + code_offset + abi_offset + 6),
2320 splt->contents + code_offset + abi_offset + 7);
2322 return plt_base + code_offset;
2280 bfd_vma code_offset, lit_offset, abi_offset; local
[all...]

Completed in 189 milliseconds