Searched refs:WASM_SECTION_PREFIX (Results 1 – 4 of 4) sorted by relevance
32 #define WASM_SECTION_PREFIX ".wasm." macro35 #define WASM_SECTION(number, name) (WASM_SECTION_PREFIX name)
426 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()
427 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()