Home
last modified time | relevance | path

Searched full:linked (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/openbmc/phosphor-host-ipmid/scripts/
H A Dentity-example.md43 # Records can be linked if necessary to extend the number of contained
44 # entities within a container entity; this record is not linked
65 # This record is linked with the below record; this record and the
83 # This record is linked with the above record; this record and the
105 # This record is not linked
126 # This record is linked with the below record; this record and the
144 # This record is linked with the above record; this record and the
/openbmc/u-boot/arch/arm/lib/
H A Drelocate_64.S34 * running at an address other than it was linked to, that instruction
36 * correctly apply relocations, we need to know the linked value.
38 * Linked &__image_copy_start, which we know was at
42 ldr x1, _TEXT_BASE /* x1 <- Linked &__image_copy_start */
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-3.0-with-zeromq-exception29 with which the Combined Work was made is also called the "Linked
35 based on the Application, and not on the Linked Version.
105 the Linked Version to produce a modified Combined Work, in the
113 of the Library that is interface-compatible with the Linked
121 Application with a modified version of the Linked Version. (If
175 meet, for each linked independent module, the terms and conditions of
H A DLGPL-3.0-only18 …r version of the Library with which the Combined Work was made is also called the “Linked Version”.
20 …ed Work that, considered in isolation, are based on the Application, and not on the Linked Version.
48 …er to recombine or relink the Application with a modified version of the Linked Version to produce…
49 …operly with a modified version of the Library that is interface-compatible with the Linked Version.
50 … recombining or relinking the Application with a modified version of the Linked Version. (If you u…
H A DLGPL-3.0-or-later38 Work was made is also called the "Linked Version".
45 and not on the Linked Version.
110 version of the Linked Version to produce a modified Combined Work, in the
117 Linked Version.
123 with a modified version of the Linked Version. (If you use option 4d0, the
H A DGPL-2.0-with-GCC-exception10 they cover modification of the file, and distribution when not linked into a
H A DGPL-2.0-with-classpath-exception6 …utable under terms of your choice, provided that you also meet, for each linked independent module…
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/
H A D0001-gio-tests-resources.c-comment-out-a-build-host-only-.patch23 - g_test_add_func ("/resource/binary-linked", test_resource_binary_linked);
24 + /* g_test_add_func ("/resource/binary-linked", test_resource_binary_linked); */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uthash/
H A Duthash_2.3.0.bb1 SUMMARY = "Hash table and linked list for C structures"
4 * utlist.h provides linked list macros for C structures\n\
/openbmc/qemu/chardev/
H A Dchardev-internal.h39 /* Linked frontends */
41 /* Linked backend */
74 /* Linked backends */
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0005-libtool-Check-for-static-libs-for-internal-compiler-.patch7 Libtool checks only for libraries linked as -l* when trying to
10 handles clang's statically linked libraries when finding internal
/openbmc/qemu/include/qemu/
H A Dqueue.h5 * the implementations. Left in singly-linked lists, lists, simple
44 * This file defines four types of data structures: singly-linked lists,
47 * A singly-linked list is headed by a single forward pointer. The
48 * elements are singly linked for minimum space and pointer manipulation
53 * efficiency. A singly-linked list may only be traversed in the forward
54 * direction. Singly-linked lists are ideal for applications with large
58 * pointers for a hash table header). The elements are doubly linked
66 * linked to save space, so elements can only be removed from the
73 * linked so that an arbitrary element can be removed without a need to
185 * Singly-linked List definitions.
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dspdx.py182 # Document should be fully linked
192 # Document should be fully linked
204 # Document should be fully linked
257 # Document should be fully linked
/openbmc/u-boot/arch/mips/mach-mt7620/
H A DKconfig53 This builds an image that is linked to a RAM address. It can be used
61 This builds an image that is linked to a ROM address. It can be
/openbmc/qemu/target/arm/
H A Dhyp_gdbstub.c26 * simple un-linked breakpoints (i.e. we don't chain breakpoints
39 * LBN: Linked BP number (0 = unused)
103 * stuff if we want to. The watch points can be linked with the break
115 * WT: 0 - unlinked, 1 - linked (not currently used)
116 * LBN: Linked BP number (not currently used)
H A Ddebug_helper.c174 /* Return true if the linked breakpoint entry lbn passes its checks */
188 * as if linked to an UNKNOWN context-aware breakpoint (in which in linked_bp_matches()
199 /* Linked breakpoint disabled : generate no events */ in linked_bp_matches()
207 case 3: /* linked context ID match */ in linked_bp_matches()
232 case 7: /* linked contextidr_el1 match */ in linked_bp_matches()
235 case 13: /* linked contextidr_el2 match */ in linked_bp_matches()
239 case 9: /* linked VMID match (reserved if no EL2) */ in linked_bp_matches()
240 case 11: /* linked context ID and VMID match (reserved if no EL2) */ in linked_bp_matches()
241 case 15: /* linked full context ID match */ in linked_bp_matches()
297 * linked breakpoints. We rely on WCR and BCR having the same layout in bp_wp_matches()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch65 - _("Linked: ")), ctl->nlinks);
67 + ("Linked: ")), ctl->nlinks);
174 - (ctl->no_link ? _("Would link") : _("Linked")),
176 + (ctl->no_link ? ("Would link") : ("Linked")),
182 - (ctl->no_link ? _("Would link") : _("Linked")),
184 + (ctl->no_link ? ("Would link") : ("Linked")),
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h38 * This file defines five types of data structures: singly-linked lists,
41 * A singly-linked list is headed by a single forward pointer. The
42 * elements are singly linked for minimum space and pointer manipulation
47 * efficiency. A singly-linked list may only be traversed in the forward
48 * direction. Singly-linked lists are ideal for applications with large
52 * pointers for a hash table header). The elements are doubly linked
60 * linked to save space, so elements can only be removed from the
67 * linked so that an arbitrary element can be removed without a need to
74 * linked so that an arbitrary element can be removed without a need to
104 * Singly-linked List definitions.
[all …]
/openbmc/openbmc/poky/documentation/
H A Ddownloads.rst8 another device. The currently supported formats are linked below:
/openbmc/openbmc/poky/meta/recipes-devtools/dwarfsrcfiles/files/
H A Ddwarfsrcfiles.c104 // We don't want to follow debug linked files due to the way OE processes in main()
105 // files, could race against changes in the linked binary (e.g. objcopy on it) in main()
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0009-go-Filter-build-paths-on-staticly-linked-arches.patch4 Subject: [PATCH 09/11] go: Filter build paths on staticly linked arches
8 location. This codepath is hit for statically linked go binaries such as those
/openbmc/u-boot/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py60 # being linked incorrectly, or is being placed at the wrong offset
64 # flash address to which it is linked. For example, if
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-Add-prototype-to-function-definitions.patch75 The following functions are linked from the Tcl library. They
113 The following functions are linked from the Tcl library. They
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libbacktrace/
H A Dlibbacktrace_git.bb4 SUMMARY = "A C library that may be linked into a C/C++ program to produce symbolic backtraces"
/openbmc/qemu/hw/xen/
H A Dxen_stubs.c4 * Those functions are used only if xen_enabled(). This file is linked only if

12345678910>>...13