/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/libyasm/ |
H A D | dbgfmt.h | 65 void (*destroy) (/*@only@*/ yasm_dbgfmt *dbgfmt); 78 const char *yasm_dbgfmt_keyword(const yasm_dbgfmt *dbgfmt); 93 void yasm_dbgfmt_destroy(/*@only@*/ yasm_dbgfmt *dbgfmt); 108 #define yasm_dbgfmt_keyword(dbgfmt) \ argument 109 (((yasm_dbgfmt_base *)dbgfmt)->module->keyword) 114 #define yasm_dbgfmt_destroy(dbgfmt) \ argument 115 ((yasm_dbgfmt_base *)dbgfmt)->module->destroy(dbgfmt) 117 ((yasm_dbgfmt_base *)((object)->dbgfmt))->module->generate \
|
H A D | cmake-module.c | 77 yasm_dbgfmt_module *dbgfmt; in yasm_list_one_module() local 89 dbgfmt = node; in yasm_list_one_module() 90 data->printfunc(dbgfmt->name, dbgfmt->keyword); in yasm_list_one_module()
|
/dports/devel/yasm/yasm-1.3.0/libyasm/ |
H A D | dbgfmt.h | 65 void (*destroy) (/*@only@*/ yasm_dbgfmt *dbgfmt); 78 const char *yasm_dbgfmt_keyword(const yasm_dbgfmt *dbgfmt); 93 void yasm_dbgfmt_destroy(/*@only@*/ yasm_dbgfmt *dbgfmt); 108 #define yasm_dbgfmt_keyword(dbgfmt) \ argument 109 (((yasm_dbgfmt_base *)dbgfmt)->module->keyword) 114 #define yasm_dbgfmt_destroy(dbgfmt) \ argument 115 ((yasm_dbgfmt_base *)dbgfmt)->module->destroy(dbgfmt) 117 ((yasm_dbgfmt_base *)((object)->dbgfmt))->module->generate \
|
H A D | cmake-module.c | 77 yasm_dbgfmt_module *dbgfmt; in yasm_list_one_module() local 89 dbgfmt = node; in yasm_list_one_module() 90 data->printfunc(dbgfmt->name, dbgfmt->keyword); in yasm_list_one_module()
|
/dports/devel/yasm/yasm-1.3.0/modules/dbgfmts/null/ |
H A D | null-dbgfmt.c | 38 yasm_dbgfmt_base *dbgfmt = yasm_xmalloc(sizeof(yasm_dbgfmt_base)); in null_dbgfmt_create() local 39 dbgfmt->module = &yasm_null_LTX_dbgfmt; in null_dbgfmt_create() 40 return (yasm_dbgfmt *)dbgfmt; in null_dbgfmt_create() 44 null_dbgfmt_destroy(/*@only@*/ yasm_dbgfmt *dbgfmt) in null_dbgfmt_destroy() argument 46 yasm_xfree(dbgfmt); in null_dbgfmt_destroy()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/dbgfmts/null/ |
H A D | null-dbgfmt.c | 38 yasm_dbgfmt_base *dbgfmt = yasm_xmalloc(sizeof(yasm_dbgfmt_base)); in null_dbgfmt_create() local 39 dbgfmt->module = &yasm_null_LTX_dbgfmt; in null_dbgfmt_create() 40 return (yasm_dbgfmt *)dbgfmt; in null_dbgfmt_create() 44 null_dbgfmt_destroy(/*@only@*/ yasm_dbgfmt *dbgfmt) in null_dbgfmt_destroy() argument 46 yasm_xfree(dbgfmt); in null_dbgfmt_destroy()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
H A D | cv-dbgfmt.c | 42 dbgfmt_cv->dbgfmt.module = module; in cv_dbgfmt_create() 67 cv_dbgfmt_destroy(/*@only@*/ yasm_dbgfmt *dbgfmt) in cv_dbgfmt_destroy() argument 69 yasm_dbgfmt_cv *dbgfmt_cv = (yasm_dbgfmt_cv *)dbgfmt; in cv_dbgfmt_destroy() 76 yasm_xfree(dbgfmt); in cv_dbgfmt_destroy()
|
/dports/devel/yasm/yasm-1.3.0/modules/dbgfmts/codeview/ |
H A D | cv-dbgfmt.c | 42 dbgfmt_cv->dbgfmt.module = module; in cv_dbgfmt_create() 67 cv_dbgfmt_destroy(/*@only@*/ yasm_dbgfmt *dbgfmt) in cv_dbgfmt_destroy() argument 69 yasm_dbgfmt_cv *dbgfmt_cv = (yasm_dbgfmt_cv *)dbgfmt; in cv_dbgfmt_destroy() 76 yasm_xfree(dbgfmt); in cv_dbgfmt_destroy()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/ |
H A D | pr28574.c | 44 yasm_dbgfmt_module *dbgfmt; in yasm_list_modules() local 56 dbgfmt = modules[i].data; in yasm_list_modules() 57 printfunc(dbgfmt->name); in yasm_list_modules()
|