Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/tools/wasm-compilation-hints/
H A Dwasm-objdump-compilation-hints.py34 section_name_length, section_name_length_bs = read_varuintN(fin) variable
35 section_name_bs = fin.read(section_name_length)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/wasm-compilation-hints/
H A Dwasm-objdump-compilation-hints.py34 section_name_length, section_name_length_bs = read_varuintN(fin) variable
35 section_name_bs = fin.read(section_name_length)
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/wasm-compilation-hints/
H A Dwasm-objdump-compilation-hints.py34 section_name_length, section_name_length_bs = read_varuintN(fin) variable
35 section_name_bs = fin.read(section_name_length)
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/cl/program/
H A Dprogram-tester.c958 size_t section_name_length = strcspn(src, "\n\0"); in get_section_content() local
961 if(src[section_name_length] != '\0') { in get_section_content()
962 src += section_name_length+1; in get_section_content()
964 src += section_name_length; in get_section_content()