Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_str_offsets.c242 Dwarf_Small *table_start_ptr = 0; in dwarf_next_str_offsets_table() local
272 table_start_ptr = sot->so_section_start_ptr + table_offset; in dwarf_next_str_offsets_table()
273 sot->so_header_ptr = table_start_ptr; in dwarf_next_str_offsets_table()
274 if (table_start_ptr >= sot->so_section_end_ptr) { in dwarf_next_str_offsets_table()
275 if (table_start_ptr == sot->so_section_end_ptr) { in dwarf_next_str_offsets_table()
280 ptrdiff_t len = table_start_ptr - in dwarf_next_str_offsets_table()
296 if ((table_start_ptr + MIN_HEADER_LENGTH) > in dwarf_next_str_offsets_table()
306 if (is_all_zeroes(table_start_ptr,sot->so_section_end_ptr)){ in dwarf_next_str_offsets_table()
310 table_start_ptr; in dwarf_next_str_offsets_table()
325 table_start_ptr,local_length_size, in dwarf_next_str_offsets_table()
[all …]