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

  /src/external/gpl3/binutils/dist/opcodes/
riscv-dis.c 66 asection *last_map_section; member in struct:riscv_private_data
1192 if (pd->last_map_section == info->section
1196 pd->last_map_section = info->section;
1474 pd->last_map_section = NULL;
  /src/external/gpl3/binutils.old/dist/opcodes/
riscv-dis.c 66 asection *last_map_section; member in struct:riscv_private_data
1192 if (pd->last_map_section == info->section
1196 pd->last_map_section = info->section;
1474 pd->last_map_section = NULL;
  /src/external/gpl3/gdb.old/dist/opcodes/
riscv-dis.c 74 static asection *last_map_section = NULL; variable
1130 if (last_map_section == info->section
1134 last_map_section = info->section;
  /src/external/gpl3/gdb/dist/opcodes/
riscv-dis.c 66 asection *last_map_section; member in struct:riscv_private_data
1192 if (pd->last_map_section == info->section
1196 pd->last_map_section = info->section;
1474 pd->last_map_section = NULL;

Completed in 20 milliseconds