Home
last modified time | relevance | path

Searched refs:section_offset (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_dnames.c264 Dwarf_Unsigned section_offset, in read_a_name_index() argument
395 di_header->din_section_offset = section_offset; in read_a_name_index()
602 Dwarf_Unsigned section_offset = curptr - start_section; in dwarf_debugnames_header() local
605 section_offset, in dwarf_debugnames_header()
681 Dwarf_Unsigned * section_offset, in dwarf_debugnames_sizes() argument
708 if (section_offset) { in dwarf_debugnames_sizes()
709 *section_offset = cur->din_section_offset; in dwarf_debugnames_sizes()
H A Dgenerated_libdwarf.h.in2450 Dwarf_Unsigned * /*section_offset*/,
H A Dlibdwarf.h.in2450 Dwarf_Unsigned * /*section_offset*/,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_init.c331 uint32_t section_offset; in pqi_process_config_table() local
337 section_offset = c_table->first_section_offset; in pqi_process_config_table()
338 while (section_offset) { in pqi_process_config_table()
340 ((caddr_t)c_table + section_offset); in pqi_process_config_table()
346 s->s_config_table_offset + section_offset + in pqi_process_config_table()
351 section_offset = section->next_section_offset; in pqi_process_config_table()