Home | History | Annotate | Download | only in elfcopy

Lines Matching defs:ul

1210                             if (debug_info_p->last_loc_offset != -1UL &&
1214 debug_info_p->last_loc_offset = -1UL;
2435 if (debug_information[i].last_loc_offset == -1UL &&
2551 if (begin == -1UL && end != -1UL)
2895 if (begin == -1UL && end != -1UL)
3457 unsigned long ul, reg, roffs;
3660 ul = LEB ();
3664 decode_location_expression (start, eh_addr_size, ul, 0);
3668 start += ul;
3673 ul = LEB ();
3677 decode_location_expression (start, eh_addr_size, ul, 0);
3681 start += ul;
3686 ul = LEB ();
3690 decode_location_expression (start, eh_addr_size, ul, 0);
3694 start += ul;
3753 ul = LEB ();
3755 printf (" DW_CFA_GNU_args_size: %ld\n", ul);