Searched refs:code_offset (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/arch/mac68k/nubus/ |
| D | nubus.h | 343 u_int32_t code_offset; /* Offset base to start of code */ member
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | emul_chirp.c | 113 unsigned_word code_offset; member 1609 chirp->code_offset = 0x4000; /* possible space for interrupt table */ in emul_chirp_create() 1613 chirp->stack_offset = chirp->code_offset + chirp->sizeof_code; in emul_chirp_create() 1728 chirp->code_ra = chirp->code_offset + chirp->real_base; in emul_chirp_create() 1734 chirp->code_va = chirp->code_offset + chirp->virt_base; in emul_chirp_create()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-xtensa.c | 2269 bfd_vma code_offset, lit_offset, abi_offset; in elf_xtensa_create_plt_entry() local 2282 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE; in elf_xtensa_create_plt_entry() 2290 memcpy (splt->contents + code_offset, in elf_xtensa_create_plt_entry() 2297 plt_base + code_offset + abi_offset), in elf_xtensa_create_plt_entry() 2298 splt->contents + code_offset + abi_offset + 1); in elf_xtensa_create_plt_entry() 2300 plt_base + code_offset + abi_offset + 3), in elf_xtensa_create_plt_entry() 2301 splt->contents + code_offset + abi_offset + 4); in elf_xtensa_create_plt_entry() 2303 plt_base + code_offset + abi_offset + 6), in elf_xtensa_create_plt_entry() 2304 splt->contents + code_offset + abi_offset + 7); in elf_xtensa_create_plt_entry() 2306 return plt_base + code_offset; in elf_xtensa_create_plt_entry()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-xtensa.c | 2268 bfd_vma code_offset, lit_offset, abi_offset; in elf_xtensa_create_plt_entry() local 2281 code_offset = (reloc_index % PLT_ENTRIES_PER_CHUNK) * PLT_ENTRY_SIZE; in elf_xtensa_create_plt_entry() 2289 memcpy (splt->contents + code_offset, in elf_xtensa_create_plt_entry() 2296 plt_base + code_offset + abi_offset), in elf_xtensa_create_plt_entry() 2297 splt->contents + code_offset + abi_offset + 1); in elf_xtensa_create_plt_entry() 2299 plt_base + code_offset + abi_offset + 3), in elf_xtensa_create_plt_entry() 2300 splt->contents + code_offset + abi_offset + 4); in elf_xtensa_create_plt_entry() 2302 plt_base + code_offset + abi_offset + 6), in elf_xtensa_create_plt_entry() 2303 splt->contents + code_offset + abi_offset + 7); in elf_xtensa_create_plt_entry() 2305 return plt_base + code_offset; in elf_xtensa_create_plt_entry()
|