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

  /src/external/gpl3/binutils/dist/gas/config/
tc-riscv.h 169 symbolS *first_map_symbol, *last_map_symbol; member in struct:riscv_frag_type
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-riscv.h 169 symbolS *first_map_symbol, *last_map_symbol; member in struct:riscv_frag_type
  /src/external/gpl3/binutils/dist/opcodes/
riscv-dis.c 62 int last_map_symbol; member in struct:riscv_private_data
1210 /* Reset the last_map_symbol if we start to dump a new section. */
1212 pd->last_map_symbol = -1;
1215 don't use the last_map_symbol to search. We usually reset the
1217 from_last_map_symbol = (pd->last_map_symbol >= 0
1222 n = from_last_map_symbol ? pd->last_map_symbol : info->symtab_pos + 1;
1247 n = from_last_map_symbol ? pd->last_map_symbol : info->symtab_pos;
1299 pd->last_map_symbol = symbol;
1318 && pd->last_map_symbol >= 0)
1322 for (n = pd->last_map_symbol + 1; n < info->symtab_size; n++
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
riscv-dis.c 62 int last_map_symbol; member in struct:riscv_private_data
1210 /* Reset the last_map_symbol if we start to dump a new section. */
1212 pd->last_map_symbol = -1;
1215 don't use the last_map_symbol to search. We usually reset the
1217 from_last_map_symbol = (pd->last_map_symbol >= 0
1222 n = from_last_map_symbol ? pd->last_map_symbol : info->symtab_pos + 1;
1247 n = from_last_map_symbol ? pd->last_map_symbol : info->symtab_pos;
1299 pd->last_map_symbol = symbol;
1318 && pd->last_map_symbol >= 0)
1322 for (n = pd->last_map_symbol + 1; n < info->symtab_size; n++
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
riscv-dis.c 70 static int last_map_symbol = -1; variable
1148 /* Reset the last_map_symbol if we start to dump a new section. */
1150 last_map_symbol = -1;
1153 don't use the last_map_symbol to search. We usually reset the
1155 from_last_map_symbol = (last_map_symbol >= 0
1160 n = from_last_map_symbol ? last_map_symbol : info->symtab_pos + 1;
1185 n = from_last_map_symbol ? last_map_symbol : info->symtab_pos;
1236 last_map_symbol = symbol;
1254 && last_map_symbol >= 0)
1258 for (n = last_map_symbol + 1; n < info->symtab_size; n++
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
riscv-dis.c 62 int last_map_symbol; member in struct:riscv_private_data
1210 /* Reset the last_map_symbol if we start to dump a new section. */
1212 pd->last_map_symbol = -1;
1215 don't use the last_map_symbol to search. We usually reset the
1217 from_last_map_symbol = (pd->last_map_symbol >= 0
1222 n = from_last_map_symbol ? pd->last_map_symbol : info->symtab_pos + 1;
1247 n = from_last_map_symbol ? pd->last_map_symbol : info->symtab_pos;
1299 pd->last_map_symbol = symbol;
1318 && pd->last_map_symbol >= 0)
1322 for (n = pd->last_map_symbol + 1; n < info->symtab_size; n++
    [all...]

Completed in 44 milliseconds