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

/macosx-10.9.5/cctools-845/ld/
H A Ddebugline.c199 uint64_t lnd_length, header_length; local
212 lnd_length = read_32 (lnd->cpos);
214 if (lnd_length == 0xffffffff)
216 lnd_length = read_64 (lnd->cpos);
220 else if (lnd_length > 0xfffffff0)
226 if (debug_line_size < lnd_length + (dwarf_size_64 ? 12 : 4)
227 || lnd_length < (dwarf_size_64 ? 15 : 11))
238 if (lnd_length < header_length + (lnd->cpos - debug_line)
318 lnd->end = debug_line + lnd_length + (dwarf_size_64 ? 12 : 4);

Completed in 129 milliseconds