/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/files/ |
H A D | 0001-Makefile-for-cross-compile-SoftFloat.patch | 76 +OBJ = .o 85 + s_compare96M$(OBJ) \ 86 + s_compare128M$(OBJ) \ 87 + s_shortShiftLeft64To96M$(OBJ) \ 88 + s_shortShiftLeftM$(OBJ) \ 89 + s_shiftLeftM$(OBJ) \ 90 + s_shortShiftRightM$(OBJ) \ 91 + s_shortShiftRightJam64$(OBJ) \ 92 + s_shortShiftRightJamM$(OBJ) \ 93 + s_shiftRightJam32$(OBJ) \ [all …]
|
H A D | 0002-Makefile-for-cross-compile-TestFloat.patch | 90 +OBJ = .o 103 + genCases_ui32$(OBJ) \ 104 + genCases_ui64$(OBJ) \ 105 + genCases_i32$(OBJ) \ 106 + genCases_i64$(OBJ) \ 107 + genCases_f16$(OBJ) \ 108 + genCases_f32$(OBJ) \ 109 + genCases_f64$(OBJ) \ 110 + genCases_extF80$(OBJ) \ 111 + genCases_f128$(OBJ) \ [all …]
|
/openbmc/linux/include/net/ |
H A D | switchdev.h | 109 #define SWITCHDEV_OBJ_PORT_VLAN(OBJ) \ argument 110 container_of((OBJ), struct switchdev_obj_port_vlan, obj) 119 #define SWITCHDEV_OBJ_PORT_MDB(OBJ) \ argument 120 container_of((OBJ), struct switchdev_obj_port_mdb, obj) 132 #define SWITCHDEV_OBJ_MRP(OBJ) \ argument 133 container_of((OBJ), struct switchdev_obj_mrp, obj) 146 #define SWITCHDEV_OBJ_RING_TEST_MRP(OBJ) \ argument 147 container_of((OBJ), struct switchdev_obj_ring_test_mrp, obj) 157 #define SWITCHDEV_OBJ_RING_ROLE_MRP(OBJ) \ argument 158 container_of((OBJ), struct switchdev_obj_ring_role_mrp, obj) [all …]
|
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/ |
H A D | makefile-fix.patch | 12 @@ -25,16 +25,16 @@ ${OBJ}: config.mk libacpi.h 14 libacpi.a: ${OBJ} 16 - @${AR} $@ ${OBJ} 17 + ${AR} ${ARFLAGS} $@ ${OBJ} 20 libacpi.so: ${OBJ} 22 - @${LD} ${SOFLAGS} -o $@.${SOVERSION} ${OBJ} 23 + @${CC} ${SOFLAGS} -o $@.${SOVERSION} ${OBJ}
|
H A D | ldflags.patch | 22 @@ -34,7 +35,7 @@ libacpi.a: ${OBJ} 24 libacpi.so: ${OBJ} 26 - @${CC} ${SOFLAGS} -o $@.${SOVERSION} ${OBJ} 27 + @${CC} ${SOFLAGS} ${LDFLAGS} -o $@.${SOVERSION} ${OBJ}
|
H A D | use_correct_strip_in_cross_environment.patch | 15 @@ -39,7 +39,7 @@ libacpi.so: ${OBJ}
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init_check.sh | 37 OBJ="$2" 53 for UNDEF in $($NM -u $OBJ | awk '{print $2}') 90 check_section $OBJ .data 91 check_section $OBJ .bss 92 check_section $OBJ .init.data
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
H A D | 0001-regress-banner.sh-log-input-and-output-files-on-erro.patch | 51 ( ${SSH} -F $OBJ/ssh_proxy otherhost true 2>$OBJ/banner.out && \ 52 cmp $OBJ/banner.in $OBJ/banner.out ) || \ 54 + ( verbose "Contents of $OBJ/banner.in:"; cat $OBJ/banner.in; \ 55 + verbose "Contents of $OBJ/banner.out:"; cat $OBJ/banner.out; \
|
/openbmc/linux/arch/x86/boot/ |
H A D | mtools.conf.in | 11 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=18 filter 15 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=36 filter 19 file="@OBJ@/hdimage" offset=32768 mformat_only 21 file="@OBJ@/hdimage" partition=1 mformat_only
|
/openbmc/u-boot/examples/api/ |
H A D | Makefile | 26 OBJ-y += crt0.o 27 OBJ-y += demo.o 28 OBJ-y += glue.o 29 OBJ-y += libgenwrap.o 47 OBJS := $(OBJ-y) $(notdir $(EXT_COBJ-y) $(EXT_SOBJ-y))
|
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/ |
H A D | 0001-Fix-build-race-in-Makefile.patch | 28 @@ -171,21 +171,20 @@ VISUALINFO.BIN.OBJ := $(VISUALINFO.BIN.OBJ:.c=.o) 42 bin/$(GLEWINFO.BIN): $(GLEWINFO.BIN.OBJ) $(LIB.SHARED.DIR)/$(LIB.SHARED) 44 $(CC) $(CFLAGS) -o $@ $(GLEWINFO.BIN.OBJ) $(BIN.LIBS) 49 bin/$(VISUALINFO.BIN): $(VISUALINFO.BIN.OBJ) $(LIB.SHARED.DIR)/$(LIB.SHARED) 51 $(CC) $(CFLAGS) -o $@ $(VISUALINFO.BIN.OBJ) $(BIN.LIBS)
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-struct_ops.rst | 29 | **bpftool** **struct_ops register** *OBJ* [*LINK_DIR*] 34 | *OBJ* := /a/file/of/bpf_struct_ops.o 54 **bpftool struct_ops register** *OBJ* [*LINK_DIR*] 55 Register bpf struct_ops from *OBJ*. All struct_ops under
|
H A D | bpftool-iter.rst | 26 | **bpftool** **iter pin** *OBJ* *PATH* [**map** *MAP*] 29 | *OBJ* := /a/file/of/bpf_iter_target.o 34 **bpftool iter pin** *OBJ* *PATH* [**map** *MAP*] 41 The *pin* command creates a bpf iterator from *OBJ*,
|
H A D | bpftool-prog.rst | 34 | **bpftool** **prog** { **load** | **loadall** } *OBJ* *PATH* [**type** *TYPE*] [**map** { **idx**… 132 …**bpftool prog { load | loadall }** *OBJ* *PATH* [**type** *TYPE*] [**map** { **idx** *IDX* | **na… 133 Load bpf program(s) from binary *OBJ* and pin as *PATH*. 135 *OBJ* as *PATH*. **bpftool prog loadall** pins all programs 136 from the *OBJ* under *PATH* directory.
|
/openbmc/linux/scripts/ |
H A D | objdump-func | 22 OBJ=$1; shift 25 ${OBJDUMP} -wdr $OBJ | gawk -M -v _funcs="${FUNCS[*]}" '
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/ |
H A D | 0002-Makefile-modify-compile-parameters.patch | 21 -OBJ=rarpd.o ethernet.o 22 +OBJ=rarpd.o
|
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0010-Workaround-multiple-definition-of-symbol-errors.patch | 25 @mkdir -p $(OBJ)/libmenu 51 $(addprefix $(OBJ),$(sort $(dir $(LIBOBJS)))),$(b)) 102 @@ -71,7 +71,7 @@ $(OBJS): | $(OBJ)/$(ARCH)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/live555/live555/ |
H A D | config.linux-cross | 8 OBJ = o
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/ |
H A D | 0001-Add-LDFLAGS-to-linker-cmdline.patch | 47 $(OBJ): kerncompat.h logfs.h logfs_abi.h btree.h
|
/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript/ |
H A D | avoid-host-contamination.patch | 21 @@ -403,7 +403,7 @@ $(DEVOBJ)gdevxalt.$(OBJ) : $(DEVSRC)gdevxalt.c $(GDEVX) $(math__h) $(memory__h)\
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/files/ |
H A D | 0001-Makefile-tweak-install-dir.patch | 32 rm -f $(OBJ) joinch.o joingrp.o ssmping asmping ssmpingd mcfirst
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_vma.h | 456 #define for_each_ggtt_vma(V, OBJ) \ argument 457 list_for_each_entry(V, &(OBJ)->vma.list, obj_link) \
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libsquish/libsquish/ |
H A D | 0001-Add-support-for-variable-libdir.patch | 37 $(LIB) : $(OBJ)
|
/openbmc/openbmc/poky/meta/recipes-kernel/makedumpfile/makedumpfile/ |
H A D | 0001-makedumpfile-replace-hardcode-CFLAGS.patch | 139 rm -f $(OBJ) $(OBJ_PART) $(OBJ_ARCH) makedumpfile makedumpfile.8 makedumpfile.conf.5
|
/openbmc/linux/tools/lib/bpf/ |
H A D | Makefile | 72 OBJ = $@ macro
|