Searched refs:ptr_size (Results 1 - 25 of 210) sorted by relevance

123456789

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dx86_64-support.pl13 # $ptr_size=&pointer_size($flavour);
19 my $ptr_size=8; $ptr_size=4 if ($flavour eq "elf32");
20 return $ptr_size;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dada-valprint-error.exp47 set ptr_size [get_sizeof "void *" 96]
90 {DW_AT_byte_size $ptr_size DW_FORM_sdata}
H A Ddynarr-ptr.exp46 set ptr_size [get_sizeof "void *" 96]
77 {DW_AT_byte_size $ptr_size DW_FORM_data1}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dada-valprint-error.exp47 set ptr_size [get_sizeof "void *" 96]
90 {DW_AT_byte_size $ptr_size DW_FORM_sdata}
H A Ddynarr-ptr.exp46 set ptr_size [get_sizeof "void *" 96]
77 {DW_AT_byte_size $ptr_size DW_FORM_data1}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcall-method-register.exp47 set ptr_size [get_sizeof "void *" 96]
83 {DW_AT_byte_size $ptr_size DW_FORM_data1}
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnto-tdep.c431 int ptr_size; local
434 ptr_size = 8;
436 ptr_size = 4;
463 data_ofs += (anint + 2) * ptr_size; /* + 2 comes from argc itself and
469 while (target_read_memory (initial_stack + data_ofs, targ64, ptr_size)
472 if (extract_unsigned_integer (targ64, ptr_size, byte_order) == 0)
476 data_ofs += ptr_size;
H A Dauxv.c89 size_t ptr_size = TYPE_LENGTH (ptr_type); local
90 size_t auxv_pair_size = 2 * ptr_size;
91 gdb_byte *ptr_buf = (gdb_byte *) alloca (ptr_size);
99 if (MSYMBOL_SIZE (msym.minsym) != ptr_size)
128 if (target_read_memory (pointer_address, ptr_buf, ptr_size) != 0)
157 ptr_size) != 0)
H A Djit.c283 int ptr_size; local
301 ptr_size = TYPE_LENGTH (ptr_type);
302 desc_size = 8 + 2 * ptr_size; /* Two 32-bit ints and two pointers. */
320 extract_typed_address (&desc_buf[8 + ptr_size], ptr_type);
333 int ptr_size; local
341 ptr_size = TYPE_LENGTH (ptr_type);
345 off = 3 * ptr_size;
360 extract_typed_address (&entry_buf[ptr_size], ptr_type);
362 extract_typed_address (&entry_buf[2 * ptr_size], ptr_type);
H A Delfread.c560 size_t ptr_size = TYPE_LENGTH (ptr_type); local
647 SET_MSYMBOL_SIZE (msym, ptr_size);
826 size_t ptr_size = TYPE_LENGTH (ptr_type); local
829 gdb_byte *buf = (gdb_byte *) alloca (ptr_size);
843 if (MSYMBOL_SIZE (msym.minsym) != ptr_size)
845 if (target_read_memory (pointer_address, buf, ptr_size) != 0)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnto-tdep.c431 int ptr_size; local
434 ptr_size = 8;
436 ptr_size = 4;
463 data_ofs += (anint + 2) * ptr_size; /* + 2 comes from argc itself and
469 while (target_read_memory (initial_stack + data_ofs, targ64, ptr_size)
472 if (extract_unsigned_integer (targ64, ptr_size, byte_order) == 0)
476 data_ofs += ptr_size;
H A Dauxv.c87 size_t ptr_size = ptr_type->length (); local
88 size_t auxv_pair_size = 2 * ptr_size;
89 gdb_byte *ptr_buf = (gdb_byte *) alloca (ptr_size);
97 if (msym.minsym->size () != ptr_size)
126 if (target_read_memory (pointer_address, ptr_buf, ptr_size) != 0)
155 ptr_size) != 0)
H A Djit.c253 int ptr_size; local
268 ptr_size = ptr_type->length ();
269 desc_size = 8 + 2 * ptr_size; /* Two 32-bit ints and two pointers. */
287 extract_typed_address (&desc_buf[8 + ptr_size], ptr_type);
300 int ptr_size; local
308 ptr_size = ptr_type->length ();
312 off = 3 * ptr_size;
327 extract_typed_address (&entry_buf[ptr_size], ptr_type);
329 extract_typed_address (&entry_buf[2 * ptr_size], ptr_type);
H A Delfread.c556 size_t ptr_size = ptr_type->length (); local
643 msym->set_size (ptr_size);
839 size_t ptr_size = ptr_type->length (); member in struct:objfile
842 gdb_byte *buf = (gdb_byte *) alloca (ptr_size);
856 if (msym.minsym->size () != ptr_size)
858 if (target_read_memory (pointer_address, buf, ptr_size) != 0)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-eh-frame.c143 int get_DW_EH_PE_width (int encoding, int ptr_size) argument
155 case DW_EH_PE_absptr: return ptr_size;
450 make_pc_relative (unsigned char encoding, unsigned int ptr_size) argument
453 switch (ptr_size)
596 unsigned int ptr_size; local
626 ptr_size = (get_elf_backend_data (abfd)
628 REQUIRE (ptr_size != 0);
764 REQUIRE (skip_bytes (&buf, end, ptr_size));
770 REQUIRE (buf[0] == ptr_size);
805 REQUIRE (get_DW_EH_PE_width (cie->lsda_encoding, ptr_size));
1396 unsigned int ptr_size, width, extra = ent->add_augmentation_size; local
1482 unsigned int ptr_size, offset, eh_alignment; local
1926 unsigned int ptr_size; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-eh-frame.c143 int get_DW_EH_PE_width (int encoding, int ptr_size) argument
155 case DW_EH_PE_absptr: return ptr_size;
450 make_pc_relative (unsigned char encoding, unsigned int ptr_size) argument
453 switch (ptr_size)
596 unsigned int ptr_size; local
626 ptr_size = (get_elf_backend_data (abfd)
628 REQUIRE (ptr_size != 0);
764 REQUIRE (skip_bytes (&buf, end, ptr_size));
770 REQUIRE (buf[0] == ptr_size);
805 REQUIRE (get_DW_EH_PE_width (cie->lsda_encoding, ptr_size));
1393 unsigned int ptr_size, width, extra = ent->add_augmentation_size; local
1481 unsigned int ptr_size, offset, eh_alignment; local
1921 unsigned int ptr_size; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-eh-frame.c143 int get_DW_EH_PE_width (int encoding, int ptr_size) argument
155 case DW_EH_PE_absptr: return ptr_size;
450 make_pc_relative (unsigned char encoding, unsigned int ptr_size) argument
453 switch (ptr_size)
596 unsigned int ptr_size; local
626 ptr_size = (get_elf_backend_data (abfd)
628 REQUIRE (ptr_size != 0);
764 REQUIRE (skip_bytes (&buf, end, ptr_size));
770 REQUIRE (buf[0] == ptr_size);
805 REQUIRE (get_DW_EH_PE_width (cie->lsda_encoding, ptr_size));
1393 unsigned int ptr_size, width, extra = ent->add_augmentation_size; local
1479 unsigned int ptr_size, offset, eh_alignment; local
1920 unsigned int ptr_size; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-eh-frame.c143 int get_DW_EH_PE_width (int encoding, int ptr_size) argument
155 case DW_EH_PE_absptr: return ptr_size;
450 make_pc_relative (unsigned char encoding, unsigned int ptr_size) argument
453 switch (ptr_size)
596 unsigned int ptr_size; local
626 ptr_size = (get_elf_backend_data (abfd)
628 REQUIRE (ptr_size != 0);
764 REQUIRE (skip_bytes (&buf, end, ptr_size));
770 REQUIRE (buf[0] == ptr_size);
805 REQUIRE (get_DW_EH_PE_width (cie->lsda_encoding, ptr_size));
1393 unsigned int ptr_size, width, extra = ent->add_augmentation_size; local
1481 unsigned int ptr_size, offset, eh_alignment; local
1921 unsigned int ptr_size; local
[all...]
H A Dcompress.c387 bfd_byte **ptr, bfd_size_type *ptr_size);
394 function, and the new size written to @var{ptr_size}.
399 bfd_byte **ptr, bfd_size_type *ptr_size)
419 ptr_size);
504 *ptr_size = size;
398 bfd_convert_section_contents(bfd *ibfd, sec_ptr isec, bfd *obfd, bfd_byte **ptr, bfd_size_type *ptr_size) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dnetbsd-low.cc980 int ptr_size)
994 int ret = target->read_memory (memaddr, &addr.uc, ptr_size);
997 if (ptr_size == sizeof (CORE_ADDR))
999 else if (ptr_size == sizeof (unsigned int))
1070 int ptr_size = sizeof (T); local
1109 if (read_one_ptr (target, map_offset, &lm_addr, ptr_size) != 0)
1119 &l_name, ptr_size) == 0
1121 &l_addr, ptr_size) == 0
1123 &l_ld, ptr_size) == 0
1125 &l_prev, ptr_size)
979 read_one_ptr(netbsd_process_target *target, CORE_ADDR memaddr, CORE_ADDR *ptr, int ptr_size) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dnetbsd-low.cc905 read_one_ptr (const pid_t pid, CORE_ADDR memaddr, CORE_ADDR *ptr, int ptr_size) argument
919 int ret = netbsd_nat::read_memory (pid, &addr.uc, memaddr, ptr_size, nullptr);
922 if (ptr_size == sizeof (CORE_ADDR))
924 else if (ptr_size == sizeof (unsigned int))
994 int ptr_size = sizeof (T); local
1033 if (read_one_ptr (pid, map_offset, &lm_addr, ptr_size) != 0)
1043 &l_name, ptr_size) == 0
1045 &l_addr, ptr_size) == 0
1047 &l_ld, ptr_size) == 0
1049 &l_prev, ptr_size)
[all...]
H A Dlinux-low.cc6401 read_one_ptr (CORE_ADDR memaddr, CORE_ADDR *ptr, int ptr_size)
6416 ret = linux_read_memory (memaddr, &addr.uc, ptr_size);
6419 if (ptr_size == sizeof (CORE_ADDR))
6421 else if (ptr_size == sizeof (unsigned int))
6490 CORE_ADDR lm_prev, int ptr_size, const link_map_offsets *lmo)
6496 &l_name, ptr_size) == 0
6498 &l_addr, ptr_size) == 0
6500 &l_ld, ptr_size) == 0
6502 &l_prev, ptr_size) == 0
6504 &l_next, ptr_size)
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daesni-mb-x86_64.pl60 $ptr_size=&pointer_size($flavour);
96 $inp_elm_size=2*$ptr_size+8+16;
184 mov `$inp_elm_size*$i+2*$ptr_size-$inp_elm_size*2`($inp),$one
187 mov `$inp_elm_size*$i+$ptr_size-$inp_elm_size*2`($inp),$outptr_reg
191 movdqu `$inp_elm_size*$i+2*$ptr_size+8-$inp_elm_size*2`($inp),@out[$i]
350 #movdqu @out[0],`$inp_elm_size*0+2*$ptr_size+8-$inp_elm_size*2`($inp)
352 #movdqu @out[1],`$inp_elm_size*1+2*$ptr_size+8-$inp_elm_size*2`($inp)
354 #movdqu @out[2],`$inp_elm_size*2+2*$ptr_size+8-$inp_elm_size*2`($inp) # won't fix, let caller
355 #movdqu @out[3],`$inp_elm_size*3+2*$ptr_size+8-$inp_elm_size*2`($inp) # figure this out...
466 mov `$inp_elm_size*$i+2*$ptr_size
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dframe.c91 int ptr_size; member in struct:dwarf2_cie
397 fde->cie->ptr_size, insn_ptr,
1873 cie->ptr_size = gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT;
1875 cie->ptr_size = cie->addr_size;
1939 read_encoded_value (unit, encoding, cie->ptr_size,
2009 addr = read_encoded_value (unit, fde->cie->encoding, fde->cie->ptr_size,
2016 fde->cie->ptr_size, buf, &bytes_read, 0);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dframe.c92 int ptr_size; member in struct:dwarf2_cie
290 fde->cie->ptr_size, insn_ptr,
1828 cie->ptr_size = gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT;
1830 cie->ptr_size = cie->addr_size;
1894 read_encoded_value (unit, encoding, cie->ptr_size,
1964 addr = read_encoded_value (unit, fde->cie->encoding, fde->cie->ptr_size,
1971 fde->cie->ptr_size, buf, &bytes_read, 0);

Completed in 530 milliseconds

123456789