Home
last modified time | relevance | path

Searched refs:WASM_SECTION_PREFIX (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dwasm-module.h32 #define WASM_SECTION_PREFIX ".wasm." macro
35 #define WASM_SECTION(number, name) (WASM_SECTION_PREFIX name)
H A Dwasm-module.c426 char *prefix = WASM_SECTION_PREFIX; in wasm_scan()
534 if (startswith (asect->name, WASM_SECTION_PREFIX)) in wasm_compute_custom_section_file_position()
536 const char *name = asect->name + strlen (WASM_SECTION_PREFIX); in wasm_compute_custom_section_file_position()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dwasm-module.h32 #define WASM_SECTION_PREFIX ".wasm." macro
35 #define WASM_SECTION(number, name) (WASM_SECTION_PREFIX name)
H A Dwasm-module.c427 char *prefix = WASM_SECTION_PREFIX; in wasm_scan()
535 if (startswith (asect->name, WASM_SECTION_PREFIX)) in wasm_compute_custom_section_file_position()
537 const char *name = asect->name + strlen (WASM_SECTION_PREFIX); in wasm_compute_custom_section_file_position()