HomeSort by: relevance | last modified time | path
    Searched defs:mac_ptr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
macro.c 315 const gdb_byte *mac_ptr, const gdb_byte *mac_end,
337 mac_ptr = skip_form_bytes (abfd, mac_ptr, mac_end,
340 if (mac_ptr == NULL)
347 return mac_ptr;
358 const gdb_byte *mac_ptr,
368 version = read_2_bytes (abfd, mac_ptr);
375 mac_ptr += 2;
377 flags = read_1_byte (abfd, mac_ptr);
378 ++mac_ptr;
785 const gdb_byte *mac_ptr, *mac_end; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
macro.c 316 const gdb_byte *mac_ptr, const gdb_byte *mac_end,
338 mac_ptr = skip_form_bytes (abfd, mac_ptr, mac_end,
341 if (mac_ptr == NULL)
348 return mac_ptr;
359 const gdb_byte *mac_ptr,
369 version = read_2_bytes (abfd, mac_ptr);
376 mac_ptr += 2;
378 flags = read_1_byte (abfd, mac_ptr);
379 ++mac_ptr;
784 const gdb_byte *mac_ptr, *mac_end; local
    [all...]

Completed in 13 milliseconds