Home
last modified time | relevance | path

Searched refs:symprefix (Results 1 – 25 of 138) sorted by relevance

123456

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dcheck-symbols.sh26 symprefix=
27 if test $suffix = dylib; then symprefix=_; fi
29 …EXPORTED_SYMBOLS="`nm "$so" | grep ' [BCDGINRSTVW] .' | grep -v " $symprefix\\($IGNORED_SYMBOLS\\>…
31 prefix=$symprefix`basename "$so" | sed 's/libharfbuzz/hb/; s/-/_/g; s/[.].*//'`
48 echo "$EXPORTED_SYMBOLS" | sed -e "s/^${symprefix}hb/hb/g"
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dcheck-symbols.sh26 symprefix=
27 if test $suffix = dylib; then symprefix=_; fi
29 …EXPORTED_SYMBOLS=`nm "$so" | grep ' [BCDGINRST] .' | grep -v " $symprefix\\($IGNORED_SYMBOLS\\>\\)…
31 prefix=$symprefix`basename "$so" | sed 's/libharfbuzz/hb/; s/-/_/g; s/[.].*//'`
46 echo "$EXPORTED_SYMBOLS" | sed -e "s/^${symprefix}hb/hb/g"
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dcheck-symbols.sh26 symprefix=
27 if test $suffix = dylib; then symprefix=_; fi
29 …EXPORTED_SYMBOLS=`nm "$so" | grep ' [BCDGINRST] .' | grep -v " $symprefix\\($IGNORED_SYMBOLS\\>\\)…
31 prefix=$symprefix`basename "$so" | sed 's/libharfbuzz/hb/; s/-/_/g; s/[.].*//'`
46 echo "$EXPORTED_SYMBOLS" | sed -e "s/^${symprefix}hb/hb/g"
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dcheck-symbols.sh27 symprefix=
28 if test $suffix = dylib; then symprefix=_; fi
30 …EXPORTED_SYMBOLS=`nm "$so" | grep ' [BCDGIRST] .' | grep -v " $symprefix\\($IGNORED_SYMBOLS\\>\\)"…
32 prefix=$symprefix`basename "$so" | sed 's/libharfbuzz/hb/; s/-/_/g; s/[.].*//'`
47 echo "$EXPORTED_SYMBOLS" | sed -e "s/^${symprefix}hb/hb/g"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dcheck-symbols.sh27 symprefix=
28 if test $suffix = dylib; then symprefix=_; fi
30 …EXPORTED_SYMBOLS=`nm "$so" | grep ' [BCDGINRST] .' | grep -v " $symprefix\\($IGNORED_SYMBOLS\\>\\)…
32 prefix=$symprefix`basename "$so" | sed 's/libharfbuzz/hb/; s/-/_/g; s/[.].*//'`
47 echo "$EXPORTED_SYMBOLS" | sed -e "s/^${symprefix}hb/hb/g"
/dports/sysutils/busybox/busybox-1.26.2/examples/
H A Ddepmod.pl25 my $symprefix="";
62 "symbol-prefix|P=s" => \$symprefix,
226 my $ksymtab = grep m/ ${symprefix}__ksymtab/, @$sym_ar;
232 / ${symprefix}__ksymtab_(.*)$/ and do {
233 my $sym = ${symprefix} . $1;
249 push @{$dep->{$name}}, $symprefix . 'printk' unless $name eq 'vmlinux';
253 !/ ${symprefix}__this_module/ && / U (.*)$/ and do {
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/dtc/
H A Dflattree.c452 const char *symprefix = "dt"; in dt_to_asm() local
463 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
464 emit_label(f, symprefix, "header"); in dt_to_asm()
469 symprefix, symprefix); in dt_to_asm()
472 symprefix, symprefix); in dt_to_asm()
475 symprefix, symprefix); in dt_to_asm()
478 symprefix, symprefix); in dt_to_asm()
492 symprefix, symprefix); in dt_to_asm()
498 symprefix, symprefix); in dt_to_asm()
546 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/emulators/qemu/qemu-6.2.0/dtc/
H A Dflattree.c452 const char *symprefix = "dt"; in dt_to_asm() local
463 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
464 emit_label(f, symprefix, "header"); in dt_to_asm()
469 symprefix, symprefix); in dt_to_asm()
472 symprefix, symprefix); in dt_to_asm()
475 symprefix, symprefix); in dt_to_asm()
478 symprefix, symprefix); in dt_to_asm()
492 symprefix, symprefix); in dt_to_asm()
498 symprefix, symprefix); in dt_to_asm()
546 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/dtc/
H A Dflattree.c452 const char *symprefix = "dt"; in dt_to_asm() local
463 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
464 emit_label(f, symprefix, "header"); in dt_to_asm()
469 symprefix, symprefix); in dt_to_asm()
472 symprefix, symprefix); in dt_to_asm()
475 symprefix, symprefix); in dt_to_asm()
478 symprefix, symprefix); in dt_to_asm()
492 symprefix, symprefix); in dt_to_asm()
498 symprefix, symprefix); in dt_to_asm()
546 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/dtc/
H A Dflattree.c452 const char *symprefix = "dt"; in dt_to_asm() local
463 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
464 emit_label(f, symprefix, "header"); in dt_to_asm()
469 symprefix, symprefix); in dt_to_asm()
472 symprefix, symprefix); in dt_to_asm()
475 symprefix, symprefix); in dt_to_asm()
478 symprefix, symprefix); in dt_to_asm()
492 symprefix, symprefix); in dt_to_asm()
498 symprefix, symprefix); in dt_to_asm()
546 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/scripts/dtc/
H A Dflattree.c467 const char *symprefix = "dt"; in dt_to_asm() local
478 emit_label(f, symprefix, "blob_start"); in dt_to_asm()
479 emit_label(f, symprefix, "header"); in dt_to_asm()
484 symprefix, symprefix); in dt_to_asm()
487 symprefix, symprefix); in dt_to_asm()
490 symprefix, symprefix); in dt_to_asm()
493 symprefix, symprefix); in dt_to_asm()
507 symprefix, symprefix); in dt_to_asm()
513 symprefix, symprefix); in dt_to_asm()
561 emit_label(f, symprefix, "blob_end"); in dt_to_asm()
[all …]

123456