Searched refs:subsection_code (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dwasm-module.c265 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)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dwasm-module.c258 bfd_byte subsection_code = *p++; local
259 if (subsection_code == WASM_FUNCTION_SUBSECTION)
262 /* subsection_code is documented to be a varuint7, meaning that
265 if (subsection_code & 0x80)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dwasm-module.c265 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)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dwasm-module.c265 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 109 milliseconds