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

  /src/external/gpl3/binutils/dist/opcodes/
wasm32-dis.c 82 const char *section_prefix; member in struct:wasm32_private_data
148 if (private_data && private_data->section_prefix != NULL
149 && strncmp (sym->section->name, private_data->section_prefix,
150 strlen (private_data->section_prefix)))
167 private.section_prefix = NULL;
440 private_data->section_prefix = ".space.function_index";
442 private_data->section_prefix = NULL;
  /src/external/gpl3/binutils.old/dist/opcodes/
wasm32-dis.c 82 const char *section_prefix; member in struct:wasm32_private_data
148 if (private_data && private_data->section_prefix != NULL
149 && strncmp (sym->section->name, private_data->section_prefix,
150 strlen (private_data->section_prefix)))
167 private.section_prefix = NULL;
440 private_data->section_prefix = ".space.function_index";
442 private_data->section_prefix = NULL;
  /src/external/gpl3/gdb.old/dist/opcodes/
wasm32-dis.c 82 const char *section_prefix; member in struct:wasm32_private_data
148 if (private_data && private_data->section_prefix != NULL
149 && strncmp (sym->section->name, private_data->section_prefix,
150 strlen (private_data->section_prefix)))
167 private.section_prefix = NULL;
440 private_data->section_prefix = ".space.function_index";
442 private_data->section_prefix = NULL;
  /src/external/gpl3/gdb/dist/opcodes/
wasm32-dis.c 82 const char *section_prefix; member in struct:wasm32_private_data
148 if (private_data && private_data->section_prefix != NULL
149 && strncmp (sym->section->name, private_data->section_prefix,
150 strlen (private_data->section_prefix)))
167 private.section_prefix = NULL;
440 private_data->section_prefix = ".space.function_index";
442 private_data->section_prefix = NULL;

Completed in 24 milliseconds