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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c2019 Dwarf_P_Section_Data cursect; local
2022 cursect = dbg->de_current_active_section;
2026 if ((cursect->ds_elf_sect_no != elfsectno) ||
2027 ((cursect->ds_nbytes + nbytes) > cursect->ds_orig_alloc)
2043 cursect = (Dwarf_P_Section_Data)
2049 if (cursect == NULL)
2054 cursect->ds_data = (char *) cursect +
2056 cursect
[all...]

Completed in 47 milliseconds