Home
last modified time | relevance | path

Searched refs:interp (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/
H A D0005-tcl-fix-race-in-interp.test.patch4 Subject: [PATCH] tcl: fix race in interp.test
6 The interp-36.7 patch has race conditions and is missing cleanup. This patch by
12 tests/interp.test | 7 ++++---
15 diff --git a/tests/interp.test b/tests/interp.test
17 --- a/tests/interp.test
18 +++ b/tests/interp.test
19 @@ -3614,17 +3614,18 @@ test interp-36.7 {ChildBgerror sets error handler of child [1999035]} -setu…
38 interp delete child
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/
H A Dinterp.patch4 Subject: [PATCH] tcl: fix race in interp.test
6 The interp-36.7 patch has race conditions and is missing cleanup. This patch by
12 tests/interp.test | 7 ++++---
15 diff --git a/tests/interp.test b/tests/interp.test
17 --- a/tests/interp.test
18 +++ b/tests/interp.test
19 @@ -3614,17 +3614,18 @@ test interp-36.7 {ChildBgerror sets error handler of child [1999035]} -setu…
38 interp delete child
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/
H A Dfind-sh4errors.sh112 interp=`/usr/bin/head -n 1 "$i" | /bin/awk '{ print $1 }' | \
114 if [ x"$interp" = "x" -o ! -x "$interp" ] ; then
115 interp="/bin/sh"
117 $interp -n "$i" 2>/dev/null
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env122 local interp="$2"
124 if test -n "$interp" && test -x "$interp"; then
129 deps="`$interp --list "$path"`"
153 add_dependency "$lib" "$interp"
163 local interp="$2"
168 add_deps "$path" "$interp"
182interp=`readelf -W -l "$path" | grep "Requesting program interpreter:" | sed "s/\s*\[Requesting pr…
183 print_debug "Interpreter is '$interp'"
185 add_deps "$path" "$interp"
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0001-binutils-crosssdk-Generate-relocatable-SDKs.patch11 generate larger .interp section for gold linker as well
28 gold_assert(interp != NULL);
31 - size_t len = strlen(interp) + 1;
34 Output_section_data* odata = new Output_data_const(interp, len, 1);
70 - INITIAL_READONLY_SECTIONS=".interp ${RELOCATING-0} : { *(.interp) }"
72 + INITIAL_READONLY_SECTIONS=".interp ${RELOCATING-0} : { *(.interp); . = 0x1000; }"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/
H A DMakefile20 lib/colord/cd-interp-akima.c \
22 lib/colord/cd-interp.c \
23 lib/colord/cd-interp-linear.c \
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch21 elf/interp.c | 2 +-
89 diff --git a/elf/interp.c b/elf/interp.c
91 --- a/elf/interp.c
92 +++ b/elf/interp.c
97 -const char __invoke_dynamic_linker__[] __attribute__ ((section (".interp")))
98 +const char __invoke_dynamic_linker__[4096] __attribute__ ((section (".interp")))
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Du-boot-spl.lds65 .interp : { *(.interp*) }
/openbmc/openbmc/poky/meta/recipes-devtools/file/files/
H A D0001-PR-579-net147-Fix-stack-overrun.patch29 - char interp[128];
30 + char interp[NBUFSIZE];
/openbmc/u-boot/arch/arm/cpu/
H A Du-boot-spl.lds76 .interp : { *(.interp*) }
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-nand.lds25 .interp : { *(.interp) }
H A Du-boot.lds31 .interp : { *(.interp) }
/openbmc/u-boot/board/compulab/cm_t335/
H A Du-boot.lds107 .interp : { *(.interp*) }
/openbmc/u-boot/board/birdland/bav335x/
H A Du-boot.lds112 .interp : { *(.interp*) }
/openbmc/u-boot/board/cirrus/edb93xx/
H A Du-boot.lds110 .interp : { *(.interp*) }
/openbmc/openbmc/poky/meta/recipes-support/libcap/files/
H A D0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch29 -const char __execable_dl_loader[] __attribute((section(".interp"))) =
30 +const char __execable_dl_loader[4096] __attribute((section(".interp"))) =
/openbmc/u-boot/board/vscom/baltos/
H A Du-boot.lds125 .interp : { *(.interp*) }
/openbmc/u-boot/board/ti/am335x/
H A Du-boot.lds161 .interp : { *(.interp*) }
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/
H A Dpy-3.11.patch286 + return tstate->interp;
316 + PyInterpreterState *interp;
322 + interp = tstate->interp;
323 + if (interp == NULL) {
326 + return interp;
/openbmc/qemu/tests/docker/
H A Ddocker.py190 interp = m.group(1)
191 if interp and interp != executable:
193 (binary, executable, interp))
195 return interp, True
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-Add-prototype-to-function-definitions.patch39 @@ -760,7 +761,7 @@ expCreateChannel(interp,fdin,fdout,pid)
85 + Tcl_Interp *interp,
/openbmc/u-boot/arch/arm/mach-zynq/
H A Du-boot-spl.lds62 /DISCARD/ : { *(.interp*) }
/openbmc/u-boot/arch/x86/cpu/
H A Du-boot-spl.lds54 /DISCARD/ : { *(.interp*) }
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Du-boot-spl.lds76 /DISCARD/ : { *(.interp*) }
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/
H A D0001-Set-interpreter-only-when-necessary.patch29 std::string & section = replaceSection(".interp", newInterpreter.size() + 1);

12