Home
last modified time | relevance | path

Searched refs:op_protos (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getmacros.c74 Dwarf_Macro_Op_Proto op_protos[static 255]) in build_table()
78 if (op_protos[i - 1].forms != NULL) in build_table()
79 table->table[table->opcodes[i - 1] = ct++] = op_protos[i - 1]; in build_table()
101 Dwarf_Macro_Op_Proto op_protos[255] = in init_macinfo_table() local
114 build_table (macinfo_table, op_protos); in init_macinfo_table()
200 Dwarf_Macro_Op_Proto op_protos[255] = in get_table_for_offset() local
228 op_protos[opcode - 1] = e; in get_table_for_offset()
242 if (op_protos[i - 1].forms != NULL) in get_table_for_offset()
266 build_table (table, op_protos); in get_table_for_offset()