| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| dwarf_eh.h | 218 static uint64_t read_value(char encoding, dw_eh_ptr_t *data) 301 *out = read_value(encoding, data); 420 call_site_start = read_value(lsda->callsite_encoding, &callsite_table); 421 call_site_size = read_value(lsda->callsite_encoding, &callsite_table); 431 landing_pad = read_value(lsda->callsite_encoding, &callsite_table);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| collect2-aix.cc | 31 read_value (char *data, unsigned int size) function 47 read_value (FIELD, sizeof (FIELD)) 61 read_value (OBJECT_FIELD (OBJECT, TYPE, FIELD), FIELD_SIZE (TYPE, FIELD)) 133 internal->f_magic = read_value (external, F_MAGIC_SIZE);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| collect2-aix.cc | 31 read_value (char *data, unsigned int size) function 47 read_value (FIELD, sizeof (FIELD)) 61 read_value (OBJECT_FIELD (OBJECT, TYPE, FIELD), FIELD_SIZE (TYPE, FIELD)) 133 internal->f_magic = read_value (external, F_MAGIC_SIZE);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-windows-tdep.c | 362 struct value **read_value, const gdb_byte *writebuf) 401 if (read_value != nullptr) 406 *read_value = value_at_non_lval (type, addr); 413 if (read_value != nullptr) 415 *read_value = value::allocate (type); 417 (*read_value)->contents_raw ().data ());
|
| arch-utils.c | 1208 struct regcache *regcache, struct value **read_value, 1213 if (read_value != nullptr) 1215 *read_value = value::allocate (valtype); 1216 readbuf = (*read_value)->contents_raw ().data ();
|
| arch-utils.h | 414 struct regcache *regcache, struct value **read_value,
|
| sparc-tdep.c | 1508 struct value **read_value, const gdb_byte *writebuf) 1524 if (read_value != nullptr) 1528 *read_value = value_at_non_lval (type, addr); 1540 if (read_value != nullptr) 1542 *read_value = value::allocate (type); 1543 gdb_byte *readbuf = (*read_value)->contents_raw ().data ();
|
| ppc-linux-tdep.c | 255 struct value **read_value, const gdb_byte *writebuf) 258 if (read_value != nullptr) 260 *read_value = value::allocate (valtype); 261 readbuf = (*read_value)->contents_raw ().data ();
|
| amd64-tdep.c | 755 struct value **read_value, const gdb_byte *writebuf) 765 gdb_assert (!(read_value && writebuf)); 783 if (read_value != nullptr) 788 *read_value = value_at_non_lval (type, addr); 795 if (read_value != nullptr) 797 *read_value = value::allocate (type); 798 readbuf = (*read_value)->contents_raw ().data ();
|
| riscv-tdep.c | 3592 struct value **read_value, 3609 if (read_value != nullptr || writebuf != nullptr) 3617 gdb_assert (read_value == nullptr || writebuf == nullptr); 3737 if (read_value != nullptr) 3762 if (read_value != nullptr) 3774 *read_value = value::allocate (arg_type); 3775 unscaled.write ((*read_value)->contents_raw (), 3780 *read_value = value_cast (arg_type, abi_val);
|
| i386-tdep.c | 3026 struct value **read_value, const gdb_byte *writebuf) 3057 if (read_value != nullptr) 3062 *read_value = value_at_non_lval (type, addr); 3080 read_value, writebuf); 3081 if (read_value != nullptr) 3082 (*read_value)->deprecated_set_type (type); 3086 if (read_value != nullptr) 3088 *read_value = value::allocate (type); 3090 (*read_value)->contents_raw ().data ());
|
| aarch64-tdep.c | 2736 struct value **read_value, const gdb_byte *writebuf) 2753 if (read_value != nullptr) 2758 *read_value = value_at_non_lval (valtype, addr); 2768 if (read_value) 2770 *read_value = value::allocate (valtype); 2772 (*read_value)->contents_raw ().data ());
|
| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-windows-tdep.c | 362 struct value **read_value, const gdb_byte *writebuf) 401 if (read_value != nullptr) 406 *read_value = value_at_non_lval (type, addr); 413 if (read_value != nullptr) 415 *read_value = value::allocate (type); 417 (*read_value)->contents_raw ().data ());
|
| arch-utils.c | 1208 struct regcache *regcache, struct value **read_value, 1213 if (read_value != nullptr) 1215 *read_value = value::allocate (valtype); 1216 readbuf = (*read_value)->contents_raw ().data ();
|
| arch-utils.h | 414 struct regcache *regcache, struct value **read_value,
|
| sparc-tdep.c | 1508 struct value **read_value, const gdb_byte *writebuf) 1524 if (read_value != nullptr) 1528 *read_value = value_at_non_lval (type, addr); 1540 if (read_value != nullptr) 1542 *read_value = value::allocate (type); 1543 gdb_byte *readbuf = (*read_value)->contents_raw ().data ();
|
| ppc-linux-tdep.c | 254 struct value **read_value, const gdb_byte *writebuf) 257 if (read_value != nullptr) 259 *read_value = value::allocate (valtype); 260 readbuf = (*read_value)->contents_raw ().data ();
|
| amd64-tdep.c | 755 struct value **read_value, const gdb_byte *writebuf) 765 gdb_assert (!(read_value && writebuf)); 783 if (read_value != nullptr) 788 *read_value = value_at_non_lval (type, addr); 795 if (read_value != nullptr) 797 *read_value = value::allocate (type); 798 readbuf = (*read_value)->contents_raw ().data ();
|
| riscv-tdep.c | 3613 struct value **read_value, 3630 if (read_value != nullptr || writebuf != nullptr) 3638 gdb_assert (read_value == nullptr || writebuf == nullptr); 3758 if (read_value != nullptr) 3783 if (read_value != nullptr) 3795 *read_value = value::allocate (arg_type); 3796 unscaled.write ((*read_value)->contents_raw (), 3801 *read_value = value_cast (arg_type, abi_val);
|
| i386-tdep.c | 3040 struct value **read_value, const gdb_byte *writebuf) 3071 if (read_value != nullptr) 3076 *read_value = value_at_non_lval (type, addr); 3094 read_value, writebuf); 3095 if (read_value != nullptr) 3096 (*read_value)->deprecated_set_type (type); 3100 if (read_value != nullptr) 3102 *read_value = value::allocate (type); 3104 (*read_value)->contents_raw ().data ());
|
| aarch64-tdep.c | 2803 struct value **read_value, const gdb_byte *writebuf) 2820 if (read_value != nullptr) 2825 *read_value = value_at_non_lval (valtype, addr); 2835 if (read_value) 2837 *read_value = value::allocate (valtype); 2839 (*read_value)->contents_raw ().data ());
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-eh-frame.c | 168 read_value (bfd *abfd, bfd_byte *buf, int width, int is_signed) function 953 && read_value (abfd, buf - length, length, false) == 0) 1537 = read_value (abfd, sec->contents + ent->offset + 8 + width, 2110 val = read_value (abfd, buf, per_width, 2160 value = read_value (abfd, buf, width, 2225 = read_value (abfd, buf + width, width, false); 2237 value = read_value (abfd, buf, width, 2274 value = read_value (abfd, buf, width,
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-eh-frame.c | 168 read_value (bfd *abfd, bfd_byte *buf, int width, int is_signed) function 948 && read_value (abfd, buf - length, length, false) == 0) 1515 = read_value (abfd, sec->contents + ent->offset + 8 + width, 2083 val = read_value (abfd, buf, per_width, 2133 value = read_value (abfd, buf, width, 2198 = read_value (abfd, buf + width, width, false); 2210 value = read_value (abfd, buf, width, 2247 value = read_value (abfd, buf, width,
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-eh-frame.c | 168 read_value (bfd *abfd, bfd_byte *buf, int width, int is_signed) function 941 && read_value (abfd, buf - length, length, false) == 0) 1509 = read_value (abfd, sec->contents + ent->offset + 8 + width, 2073 val = read_value (abfd, buf, per_width, 2123 value = read_value (abfd, buf, width, 2188 = read_value (abfd, buf + width, width, false); 2200 value = read_value (abfd, buf, width, 2237 value = read_value (abfd, buf, width,
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-eh-frame.c | 168 read_value (bfd *abfd, bfd_byte *buf, int width, int is_signed) function 948 && read_value (abfd, buf - length, length, false) == 0) 1515 = read_value (abfd, sec->contents + ent->offset + 8 + width, 2083 val = read_value (abfd, buf, per_width, 2133 value = read_value (abfd, buf, width, 2198 = read_value (abfd, buf + width, width, false); 2210 value = read_value (abfd, buf, width, 2247 value = read_value (abfd, buf, width,
|