Lines Matching +defs:val +defs:length
61 Dwarf_Unsigned length,
64 return dwarf_add_arange_b(dbg, begin_address, length, symbol_index,
79 Dwarf_Unsigned length,
99 arange->ag_length = length;
127 /* Total number of bytes excluding the length field. */
153 length
189 /* Write the total length of .debug_aranges section. */
264 /* The arange address, length are pointer-size fields of the target
291 /* symbolic reloc, need reloc for length What if we really
292 know the length? If so, should use the other part of
294 Dwarf_Unsigned val;
310 + val (gets val from stream) */
311 val = given_arange->ag_end_symbol_offset -
314 (const void *) &val,
315 sizeof(val), upointer_size);
319 /* plain old length to copy, no relocation at all */