Home
last modified time | relevance | path

Searched refs:startptr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro5.c440 Dwarf_Small *startptr = 0; in dwarf_get_macro_defundef() local
460 startptr = macro_context->mc_macro_header; in dwarf_get_macro_defundef()
461 endptr = startptr + macro_context->mc_total_length; in dwarf_get_macro_defundef()
478 startptr,mdata, endptr, in dwarf_get_macro_defundef()
713 Dwarf_Byte_Ptr startptr = 0; in dwarf_get_macro_startend_file() local
728 startptr = macro_context->mc_macro_header; in dwarf_get_macro_startend_file()
729 endptr = startptr + macro_context->mc_total_length; in dwarf_get_macro_startend_file()
817 Dwarf_Byte_Ptr startptr = 0; in dwarf_get_macro_import() local
827 startptr = macro_context->mc_macro_header; in dwarf_get_macro_import()
923 Dwarf_Byte_Ptr startptr = 0; in read_operands_table() local
[all …]
H A Ddwarf_util.h436 void *startptr, void *endptr,
489 Dwarf_Small ** startptr,
495 Dwarf_Small ** startptr,
H A Ddwarf_util.c1452 Dwarf_Small ** startptr, in _dwarf_leb128_uword_wrapper() argument
1458 Dwarf_Small * start = *startptr; in _dwarf_leb128_uword_wrapper()
1462 *startptr = start; in _dwarf_leb128_uword_wrapper()
1467 Dwarf_Small ** startptr, in _dwarf_leb128_sword_wrapper() argument
1472 Dwarf_Small * start = *startptr; in _dwarf_leb128_sword_wrapper()
1477 *startptr = start; in _dwarf_leb128_sword_wrapper()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c1714 char *startptr = mf->mf_next; in ld_map_getint() local
1731 value->tkv_int.tkvi_cnt = endptr - startptr; in ld_map_getint()
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c5949 uint32_t startptr; /* Start address of log data */ in iwk_write_event_log() local
5976 startptr = log_event_table_ptr + in iwk_write_event_log()
5986 logptr = startptr; in iwk_write_event_log()
5990 logptr = startptr + (idx * n * sizeof (uint32_t)); in iwk_write_event_log()
6014 logptr = startptr; in iwk_write_event_log()