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

/macosx-10.9.5/cctools-845/ld/
H A Dpass1.c6034 struct line_reader_data * lrd; local
6146 lrd = line_open ((const uint8_t *) cur_obj->obj_addr + debug_line->offset
6149 if (! lrd) {
6200 if (! line_find_addr (lrd, &li_start, &li_end, n_value)) {
6209 if (! line_next (lrd, &li_end, line_stop_file))
6254 if (! line_next (lrd, &li_end, line_stop_file))
6309 cur_obj->dwarf_paths[filenum] = line_file (lrd, filenum);
6323 line_free (lrd);
6335 line_free (lrd);

Completed in 72 milliseconds