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

  /src/external/gpl3/binutils/dist/bfd/
wasm-module.c 265 bfd_byte subsection_code = *p++; local
266 if (subsection_code == WASM_FUNCTION_SUBSECTION)
269 /* subsection_code is documented to be a varuint7, meaning that
272 if (subsection_code & 0x80)
  /src/external/gpl3/binutils.old/dist/bfd/
wasm-module.c 265 bfd_byte subsection_code = *p++; local
266 if (subsection_code == WASM_FUNCTION_SUBSECTION)
269 /* subsection_code is documented to be a varuint7, meaning that
272 if (subsection_code & 0x80)
  /src/external/gpl3/gdb.old/dist/bfd/
wasm-module.c 265 bfd_byte subsection_code = *p++; local
266 if (subsection_code == WASM_FUNCTION_SUBSECTION)
269 /* subsection_code is documented to be a varuint7, meaning that
272 if (subsection_code & 0x80)
  /src/external/gpl3/gdb/dist/bfd/
wasm-module.c 265 bfd_byte subsection_code = *p++; local
266 if (subsection_code == WASM_FUNCTION_SUBSECTION)
269 /* subsection_code is documented to be a varuint7, meaning that
272 if (subsection_code & 0x80)

Completed in 74 milliseconds