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

  /src/external/gpl3/binutils/dist/opcodes/
wasm32-dis.c 432 uint32_t function_index; local
435 function_index = val;
436 if (error || function_index != val)
440 private_data->section_prefix = ".space.function_index";
441 (*info->print_address_func) ((bfd_vma) function_index, info);
  /src/external/gpl3/binutils.old/dist/opcodes/
wasm32-dis.c 432 uint32_t function_index; local
435 function_index = val;
436 if (error || function_index != val)
440 private_data->section_prefix = ".space.function_index";
441 (*info->print_address_func) ((bfd_vma) function_index, info);
  /src/external/gpl3/gdb.old/dist/opcodes/
wasm32-dis.c 432 uint32_t function_index; local
435 function_index = val;
436 if (error || function_index != val)
440 private_data->section_prefix = ".space.function_index";
441 (*info->print_address_func) ((bfd_vma) function_index, info);
  /src/external/gpl3/gdb/dist/opcodes/
wasm32-dis.c 432 uint32_t function_index; local
435 function_index = val;
436 if (error || function_index != val)
440 private_data->section_prefix = ".space.function_index";
441 (*info->print_address_func) ((bfd_vma) function_index, info);

Completed in 30 milliseconds