| /openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/ |
| H A D | 0005-tcl-fix-race-in-interp.test.patch | 4 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 D | interp.patch | 4 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 D | find-sh4errors.sh | 112 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 D | icecc-create-env | 122 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" 182 …interp=`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 D | 0001-binutils-crosssdk-Generate-relocatable-SDKs.patch | 11 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 D | Makefile | 20 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 D | 0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch | 21 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 D | u-boot-spl.lds | 65 .interp : { *(.interp*) }
|
| /openbmc/openbmc/poky/meta/recipes-devtools/file/files/ |
| H A D | 0001-PR-579-net147-Fix-stack-overrun.patch | 29 - char interp[128]; 30 + char interp[NBUFSIZE];
|
| /openbmc/u-boot/arch/arm/cpu/ |
| H A D | u-boot-spl.lds | 76 .interp : { *(.interp*) }
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | u-boot-nand.lds | 25 .interp : { *(.interp) }
|
| H A D | u-boot.lds | 31 .interp : { *(.interp) }
|
| /openbmc/u-boot/board/compulab/cm_t335/ |
| H A D | u-boot.lds | 107 .interp : { *(.interp*) }
|
| /openbmc/u-boot/board/birdland/bav335x/ |
| H A D | u-boot.lds | 112 .interp : { *(.interp*) }
|
| /openbmc/u-boot/board/cirrus/edb93xx/ |
| H A D | u-boot.lds | 110 .interp : { *(.interp*) }
|
| /openbmc/openbmc/poky/meta/recipes-support/libcap/files/ |
| H A D | 0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch | 29 -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 D | u-boot.lds | 125 .interp : { *(.interp*) }
|
| /openbmc/u-boot/board/ti/am335x/ |
| H A D | u-boot.lds | 161 .interp : { *(.interp*) }
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/ |
| H A D | py-3.11.patch | 286 + return tstate->interp; 316 + PyInterpreterState *interp; 322 + interp = tstate->interp; 323 + if (interp == NULL) { 326 + return interp;
|
| /openbmc/qemu/tests/docker/ |
| H A D | docker.py | 190 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 D | 0001-Add-prototype-to-function-definitions.patch | 39 @@ -760,7 +761,7 @@ expCreateChannel(interp,fdin,fdout,pid) 85 + Tcl_Interp *interp,
|
| /openbmc/u-boot/arch/arm/mach-zynq/ |
| H A D | u-boot-spl.lds | 62 /DISCARD/ : { *(.interp*) }
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | u-boot-spl.lds | 54 /DISCARD/ : { *(.interp*) }
|
| /openbmc/u-boot/arch/arm/cpu/armv8/ |
| H A D | u-boot-spl.lds | 76 /DISCARD/ : { *(.interp*) }
|
| /openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/ |
| H A D | 0001-Set-interpreter-only-when-necessary.patch | 29 std::string & section = replaceSection(".interp", newInterpreter.size() + 1);
|