Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmclomv_impl.h107 size_t section_len; member
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_form.c1920 Dwarf_Unsigned section_len = 0; in dwarf_formexprloc() local
1929 &section_len); in dwarf_formexprloc()
1930 section_end = section_start + section_len; in dwarf_formexprloc()
1934 if (exprlen > section_len) { in dwarf_formexprloc()
1944 "Corrupt Dwarf.",section_len); in dwarf_formexprloc()
H A Ddwarf_query.c1991 Dwarf_Unsigned *section_len) in _dwarf_calculate_info_section_start_ptr() argument
2000 *section_len = sec->dss_size; in _dwarf_calculate_info_section_start_ptr()
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c608 ptr->section_len = len; in create_cache_section()
618 size_t len = section->section_len; in free_section()