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

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
macro.c 314 const gdb_byte **opcode_definitions,
324 if (opcode_definitions[opcode] == NULL)
331 defn = opcode_definitions[opcode];
356 dwarf_parse_macro_header (const gdb_byte **opcode_definitions,
362 memset (opcode_definitions, 0, 256 * sizeof (gdb_byte *));
399 opcode_definitions[opcode] = mac_ptr;
432 const gdb_byte *opcode_definitions[256]; local
434 mac_ptr = dwarf_parse_macro_header (opcode_definitions, abfd, mac_ptr,
763 mac_ptr = skip_unknown_opcode (macinfo_type, opcode_definitions,
788 const gdb_byte *opcode_definitions[256] local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
macro.c 315 const gdb_byte **opcode_definitions,
325 if (opcode_definitions[opcode] == NULL)
332 defn = opcode_definitions[opcode];
357 dwarf_parse_macro_header (const gdb_byte **opcode_definitions,
363 memset (opcode_definitions, 0, 256 * sizeof (gdb_byte *));
400 opcode_definitions[opcode] = mac_ptr;
433 const gdb_byte *opcode_definitions[256]; local
435 mac_ptr = dwarf_parse_macro_header (opcode_definitions, abfd, mac_ptr,
762 mac_ptr = skip_unknown_opcode (macinfo_type, opcode_definitions,
787 const gdb_byte *opcode_definitions[256] local
    [all...]

Completed in 17 milliseconds