Searched refs:sectno (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | pro_section.h | 77 Dwarf_Small *_dwarf_pro_buffer(Dwarf_P_Debug dbg, int sectno, 81 #define GET_CHUNK_ERR(dbg,sectno,ptr,nbytes,error) \ argument 83 (ptr) = _dwarf_pro_buffer((dbg),(sectno),(nbytes)); \ 88 #define GET_CHUNK(dbg,sectno,ptr,nbytes,error) \ argument 90 (ptr) = _dwarf_pro_buffer((dbg),(sectno),(nbytes)); \
|