Searched refs:info_ptr (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c85 char* info_ptr; member in struct:dwarf2_debug
539 char *info_ptr)
553 attr->u.val = read_address (unit, info_ptr);
554 info_ptr += unit->addr_size;
559 blk->size = read_2_bytes (abfd, info_ptr);
560 info_ptr += 2;
561 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
562 info_ptr += blk->size;
568 blk->size = read_4_bytes (abfd, info_ptr);
569 info_ptr
536 read_attribute_value(struct attribute *attr, unsigned form, struct comp_unit *unit, char *info_ptr) argument
664 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, struct comp_unit *unit, char *info_ptr) argument
1328 char *info_ptr = unit->first_child_die_ptr; local
1444 char *info_ptr = stash->info_ptr; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c91 bfd_byte *info_ptr; member in struct:dwarf2_debug
553 bfd_byte *info_ptr)
567 attr->u.val = read_address (unit, info_ptr);
568 info_ptr += unit->addr_size;
573 blk->size = read_2_bytes (abfd, info_ptr);
574 info_ptr += 2;
575 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
576 info_ptr += blk->size;
582 blk->size = read_4_bytes (abfd, info_ptr);
583 info_ptr
550 read_attribute_value(struct attribute *attr, unsigned form, struct comp_unit *unit, bfd_byte *info_ptr) argument
678 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, struct comp_unit *unit, bfd_byte *info_ptr) argument
1545 bfd_byte *info_ptr; local
1641 bfd_byte *info_ptr = unit->first_child_die_ptr; local
1888 bfd_byte *info_ptr = stash->info_ptr; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c743 char *info_ptr,
942 static struct die_info *read_die_and_children (char *info_ptr, bfd *abfd,
947 static struct die_info *read_die_and_siblings (char *info_ptr, bfd *abfd,
1024 static char *skip_one_die (char *info_ptr, struct abbrev_info *abbrev,
1265 info_ptr. */
1269 char *info_ptr, bfd *abfd)
1274 cu_header->length = read_initial_length (abfd, info_ptr, cu_header,
1276 info_ptr += bytes_read;
1277 cu_header->version = read_2_bytes (abfd, info_ptr);
1278 info_ptr
1268 read_comp_unit_head(struct comp_unit_head *cu_header, char *info_ptr, bfd *abfd) argument
1293 partial_read_comp_unit_head(struct comp_unit_head *header, char *info_ptr, bfd *abfd) argument
1392 char *info_ptr; local
1559 char *info_ptr, *beg_of_comp_unit; local
1618 char *info_ptr = dwarf2_per_objfile->info_buffer; local
2142 peek_die_abbrev(char *info_ptr, int *bytes_read, struct dwarf2_cu *cu) argument
2168 skip_children(char *info_ptr, struct dwarf2_cu *cu) argument
2190 skip_one_die(char *info_ptr, struct abbrev_info *abbrev, struct dwarf2_cu *cu) argument
2287 locate_pdi_sibling(struct partial_die_info *orig_pdi, char *info_ptr, bfd *abfd, struct dwarf2_cu *cu) argument
2487 char *info_ptr; local
4816 read_comp_unit(char *info_ptr, bfd *abfd, struct dwarf2_cu *cu) argument
4828 read_die_and_children(char *info_ptr, bfd *abfd, struct dwarf2_cu *cu, char **new_info_ptr, struct die_info *parent) argument
4861 read_die_and_siblings(char *info_ptr, bfd *abfd, struct dwarf2_cu *cu, char **new_info_ptr, struct die_info *parent) argument
5119 load_partial_dies(bfd *abfd, char *info_ptr, int building_psymtab, struct dwarf2_cu *cu) argument
5316 read_partial_die(struct partial_die_info *part_die, struct abbrev_info *abbrev, unsigned int abbrev_len, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
5525 read_full_die(struct die_info **diep, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu, int *has_children) argument
5609 read_attribute_value(struct attribute *attr, unsigned form, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
5731 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c9118 rs6000_stack_t *info_ptr = &info;
9128 info_ptr->abi = abi = DEFAULT_ABI;
9131 info_ptr->first_gp_reg_save = first_reg_to_save ();
9137 && info_ptr->first_gp_reg_save > RS6000_PIC_OFFSET_TABLE_REGNUM)
9138 info_ptr->gp_size = reg_size * (32 - RS6000_PIC_OFFSET_TABLE_REGNUM);
9140 info_ptr->gp_size = reg_size * (32 - info_ptr->first_gp_reg_save);
9154 info_ptr->gp_size = 0;
9156 info_ptr->first_fp_reg_save = first_fp_reg_to_save ();
9157 info_ptr
9089 rs6000_stack_t *info_ptr = &info; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv.c1082 frv_stack_t *info_ptr = &info;
1100 info_ptr->regs[STACK_REGS_GPR].name = "gpr";
1101 info_ptr->regs[STACK_REGS_GPR].first = LAST_ARG_REGNUM + 1;
1102 info_ptr->regs[STACK_REGS_GPR].last = GPR_LAST;
1103 info_ptr->regs[STACK_REGS_GPR].dword_p = TRUE;
1105 info_ptr->regs[STACK_REGS_FPR].name = "fpr";
1106 info_ptr->regs[STACK_REGS_FPR].first = FPR_FIRST;
1107 info_ptr->regs[STACK_REGS_FPR].last = FPR_LAST;
1108 info_ptr->regs[STACK_REGS_FPR].dword_p = TRUE;
1110 info_ptr
1074 frv_stack_t *info_ptr = &info; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.c944 frv_stack_t *info_ptr = &info;
961 info_ptr->regs[STACK_REGS_GPR].name = "gpr";
962 info_ptr->regs[STACK_REGS_GPR].first = LAST_ARG_REGNUM + 1;
963 info_ptr->regs[STACK_REGS_GPR].last = GPR_LAST;
964 info_ptr->regs[STACK_REGS_GPR].dword_p = TRUE;
966 info_ptr->regs[STACK_REGS_FPR].name = "fpr";
967 info_ptr->regs[STACK_REGS_FPR].first = FPR_FIRST;
968 info_ptr->regs[STACK_REGS_FPR].last = FPR_LAST;
969 info_ptr->regs[STACK_REGS_FPR].dword_p = TRUE;
971 info_ptr
937 frv_stack_t *info_ptr = &info; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.c1697 d30v_stack_t *info_ptr = &info;
1749 info_ptr->save_p[i] = 2;
1773 info_ptr->save_p[i++] = 2;
1778 info_ptr->save_p[i] = 1;
1783 info_ptr->varargs_p = varargs_p;
1784 info_ptr->varargs_size = ((varargs_p)
1788 info_ptr->accum_size = 2 * UNITS_PER_WORD * saved_accs;
1789 info_ptr->gpr_size = D30V_ALIGN (UNITS_PER_WORD * saved_gprs,
1791 info_ptr->vars_size = D30V_ALIGN (get_frame_size (), 2 * UNITS_PER_WORD);
1792 info_ptr
1693 d30v_stack_t *info_ptr = &info; local
[all...]
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_query.c133 struct drm_i915_engine_info __user *info_ptr; local
156 info_ptr = &query_ptr->engines[0];
165 if (copy_to_user(info_ptr, &info, sizeof(info)))
169 info_ptr++;
476 struct drm_i915_memory_region_info __user *info_ptr = local
530 if (__copy_to_user(info_ptr, &info, sizeof(info)))
534 info_ptr++;
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c709 static void compute_save_world_info (rs6000_stack_t *info_ptr);
12867 compute_save_world_info (rs6000_stack_t *info_ptr)
12869 info_ptr->world_save_p = 1;
12870 info_ptr->world_save_p
12871 = (WORLD_SAVE_P (info_ptr)
12874 && info_ptr->first_fp_reg_save == FIRST_SAVED_FP_REGNO
12875 && info_ptr->first_gp_reg_save == FIRST_SAVED_GP_REGNO
12876 && info_ptr->first_altivec_reg_save == FIRST_SAVED_ALTIVEC_REGNO
12877 && info_ptr->cr_save_p);
12881 if (WORLD_SAVE_P (info_ptr))
12837 compute_save_world_info(rs6000_stack_t *info_ptr) argument
12995 rs6000_stack_t *info_ptr = &info; local
[all...]
/openbsd-current/sys/dev/pci/drm/include/uapi/linux/
H A Dkfd_ioctl.h1318 * @info_ptr (IN) - pointer to exception info buffer to copy to
1328 * bytes of memory exception data to @info_ptr.
1330 * kfd_runtime_info to @info_ptr.
1331 * Actual required @info_ptr size (bytes) is returned in @info_size.
1334 __u64 info_ptr; member in struct:kfd_ioctl_dbg_trap_query_exception_info_args
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_chardev.c3064 (void __user *)args->query_exception_info.info_ptr,

Completed in 336 milliseconds