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

/freebsd-9.3-release/contrib/binutils/bfd/
H A Ddwarf2.c91 bfd_byte *info_ptr; member in struct:dwarf2_debug
555 bfd_byte *info_ptr)
569 attr->u.val = read_address (unit, info_ptr);
570 info_ptr += unit->addr_size;
575 blk->size = read_2_bytes (abfd, info_ptr);
576 info_ptr += 2;
577 blk->data = read_n_bytes (abfd, info_ptr, blk->size);
578 info_ptr += blk->size;
584 blk->size = read_4_bytes (abfd, info_ptr);
585 info_ptr
552 read_attribute_value(struct attribute *attr, unsigned form, struct comp_unit *unit, bfd_byte *info_ptr) argument
683 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, struct comp_unit *unit, bfd_byte *info_ptr) argument
1567 bfd_byte *info_ptr; local
1663 bfd_byte *info_ptr = unit->first_child_die_ptr; local
1909 bfd_byte *info_ptr = stash->info_ptr; local
[all...]
/freebsd-9.3-release/release/picobsd/tinyware/view/
H A Dview.c258 png_infop info_ptr,end_info; local
284 info_ptr=png_create_info_struct(png_ptr);
286 if(!png_ptr || !info_ptr || !end_info) {
289 png_destroy_read_struct(&png_ptr,&info_ptr,&end_info);
294 png_read_info(png_ptr,info_ptr);
295 png_get_IHDR(png_ptr,info_ptr,&width,&height,&bit_depth,
297 png_get_PLTE(png_ptr,info_ptr,&palette,&num_palette);
298 channels=png_get_channels(png_ptr,info_ptr);
299 rowbytes=png_get_rowbytes(png_ptr,info_ptr);
304 if(png_get_gAMA(png_ptr,info_ptr,
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c648 char *info_ptr,
654 char *info_ptr,
659 char *info_ptr,
664 char *info_ptr,
847 static struct die_info *read_die_and_children (char *info_ptr, bfd *abfd,
852 static struct die_info *read_die_and_siblings (char *info_ptr, bfd *abfd,
1119 info_ptr. */
1123 char *info_ptr, bfd *abfd)
1127 cu_header->length = read_initial_length (abfd, info_ptr, cu_header,
1129 info_ptr
1122 read_comp_unit_head(struct comp_unit_head *cu_header, char *info_ptr, bfd *abfd) argument
1154 char *info_ptr, *abbrev_ptr; local
1336 scan_partial_symbols(char *info_ptr, CORE_ADDR *lowpc, CORE_ADDR *highpc, struct dwarf2_cu *cu, const char *namespace) argument
1622 add_partial_namespace(struct partial_die_info *pdi, char *info_ptr, CORE_ADDR *lowpc, CORE_ADDR *highpc, struct dwarf2_cu *cu, const char *namespace) argument
1661 add_partial_structure(struct partial_die_info *struct_pdi, char *info_ptr, struct dwarf2_cu *cu, const char *namespace) argument
1733 add_partial_enumeration(struct partial_die_info *enum_pdi, char *info_ptr, struct dwarf2_cu *cu, const char *namespace) argument
1761 locate_pdi_sibling(struct partial_die_info *orig_pdi, char *info_ptr, bfd *abfd, struct dwarf2_cu *cu) argument
1830 char *info_ptr; local
4105 read_comp_unit(char *info_ptr, bfd *abfd, struct dwarf2_cu *cu) argument
4121 read_die_and_children(char *info_ptr, bfd *abfd, struct dwarf2_cu *cu, char **new_info_ptr, struct die_info *parent) argument
4154 read_die_and_siblings(char *info_ptr, bfd *abfd, struct dwarf2_cu *cu, char **new_info_ptr, struct die_info *parent) argument
4378 read_partial_die(struct partial_die_info *part_die, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
4521 read_full_die(struct die_info **diep, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu, int *has_children) argument
4573 read_attribute_value(struct attribute *attr, unsigned form, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
4697 read_attribute(struct attribute *attr, struct attr_abbrev *abbrev, bfd *abfd, char *info_ptr, struct dwarf2_cu *cu) argument
[all...]
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c710 static void compute_save_world_info (rs6000_stack_t *info_ptr);
12908 compute_save_world_info (rs6000_stack_t *info_ptr)
12910 info_ptr->world_save_p = 1;
12911 info_ptr->world_save_p
12912 = (WORLD_SAVE_P (info_ptr)
12915 && info_ptr->first_fp_reg_save == FIRST_SAVED_FP_REGNO
12916 && info_ptr->first_gp_reg_save == FIRST_SAVED_GP_REGNO
12917 && info_ptr->first_altivec_reg_save == FIRST_SAVED_ALTIVEC_REGNO
12918 && info_ptr->cr_save_p);
12922 if (WORLD_SAVE_P (info_ptr))
12878 compute_save_world_info(rs6000_stack_t *info_ptr) argument
13036 rs6000_stack_t *info_ptr = &info; local
[all...]
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_error.c232 uint8_t *info_ptr = NULL, *cmd_ptr = NULL, *fru_ptr = NULL; local
263 info_ptr = info->info;
331 (info_ptr != NULL) ? SSD_ELEM_INFO : SSD_ELEM_SKIP,
333 info_ptr,
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal-device.h699 * @info_ptr: ULD context.
708 xge_hal_device_from_private(void *info_ptr) argument
710 return xge_container_of((void ** ) info_ptr, xge_hal_device_t,

Completed in 216 milliseconds