Searched refs:cursect (Results 1 – 1 of 1) sorted by relevance
3639 Dwarf_P_Section_Data cursect = 0; in _dwarf_pro_buffer() local3641 cursect = dbg->de_current_active_section; in _dwarf_pro_buffer()3645 if ((cursect->ds_elf_sect_no != elfsectno) || in _dwarf_pro_buffer()3646 ((cursect->ds_nbytes + nbytes) > cursect->ds_orig_alloc) in _dwarf_pro_buffer()3660 cursect = (Dwarf_P_Section_Data) in _dwarf_pro_buffer()3664 if (cursect == NULL) { in _dwarf_pro_buffer()3670 cursect->ds_data = (char *) cursect + in _dwarf_pro_buffer()3672 cursect->ds_orig_alloc = space; in _dwarf_pro_buffer()3673 cursect->ds_elf_sect_no = elfsectno; in _dwarf_pro_buffer()3674 cursect->ds_nbytes = nbytes; /* reserve this number of bytes in _dwarf_pro_buffer()[all …]