Searched defs:addr_adv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c160 static int _dwarf_pro_get_opc(Dwarf_Unsigned addr_adv, int line_adv);
599 Dwarf_Unsigned addr_adv; local
614 addr_adv = curline->dpl_address - prevline->dpl_address;
615 if (addr_adv > 0) {
618 _dwarf_pro_encode_leb128_nm(addr_adv /
792 addr_adv = curline->dpl_address - prevline->dpl_address;
795 if ((addr_adv % MIN_INST_LENGTH) != 0) {
798 if ((opc = _dwarf_pro_get_opc(addr_adv, line_adv)) > 0) {
811 if (addr_adv > 0) {
814 _dwarf_pro_encode_leb128_nm(addr_adv /
2097 _dwarf_pro_get_opc(Dwarf_Unsigned addr_adv, int line_adv) argument
[all...]

Completed in 48 milliseconds