HomeSort by relevance Sort by last modified time
    Searched defs:gp_offset (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
wasm-linkage.cc 160 gp_offset(0),
168 int gp_offset; member in struct:v8::internal::wasm::__anon40958::Allocator
201 if (gp_offset < gp_count) {
202 return regloc(gp_regs[gp_offset++], MachineTypeFor(type));
  /external/libffi/src/ia64/
ffi.c 364 size_t gp_offset = gpcount * 8; local
368 && gp_offset < 8 * 8)
373 gp_offset += hfa_size;
551 size_t gp_offset = gpcount * 8; local
558 && gp_offset < 8 * 8)
563 gp_offset += hfa_size;
568 memcpy (addr + offset, (char *)stack->gp_regs + gp_offset,
  /external/python/cpython2/Modules/_ctypes/libffi/src/ia64/
ffi.c 364 size_t gp_offset = gpcount * 8; local
368 && gp_offset < 8 * 8)
373 gp_offset += hfa_size;
551 size_t gp_offset = gpcount * 8; local
558 && gp_offset < 8 * 8)
563 gp_offset += hfa_size;
568 memcpy (addr + offset, (char *)stack->gp_regs + gp_offset,
  /external/python/cpython3/Modules/_ctypes/libffi/src/ia64/
ffi.c 364 size_t gp_offset = gpcount * 8; local
368 && gp_offset < 8 * 8)
373 gp_offset += hfa_size;
551 size_t gp_offset = gpcount * 8; local
558 && gp_offset < 8 * 8)
563 gp_offset += hfa_size;
568 memcpy (addr + offset, (char *)stack->gp_regs + gp_offset,
  /toolchain/binutils/binutils-2.27/bfd/
elf64-hppa.c 129 bfd_vma gp_offset; member in struct:elf64_hppa_link_hash_table
1015 hppa_info->gp_offset = hh->plt_offset;
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
mips.cc 2198 gp_offset(unsigned int got_offset, function in class:__anon4450::Mips_output_data_got
11620 int gp_offset = 0; local
    [all...]

Completed in 255 milliseconds