Home
last modified time | relevance | path

Searched refs:dladdr (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-gnome/gobject-introspection/gobject-introspection/
H A D0001-Relocate-the-repository-directory-for-native-builds.patch7 gobject-introspection is built, use dladdr() to determine where
53 + if (dladdr (g_irepository_get_default, &gi_lib_info)) {
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/
H A Dcrosscompile.patch19 if (dladdr(backtrace_buffer[x], &dlinfo))
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A Drelocate-modules.patch6 Instead of hard-coding GIO_MODULE_PATH when glib is built, use dladdr() to
/openbmc/linux/tools/testing/selftests/x86/
H A Dunwind_vdso.c145 if (!dladdr((void *)sysinfo, &info)) { in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/
H A Dfltk-native-link-libdl.patch21 602252b553 dlfcn: Move dladdr into libc
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libexecinfo/libexecinfo/
H A D0002-execinfo-Fix-compiler-errors-found-with-newer-gcc-cl.patch33 if (dladdr(buffer[i], &info) != 0) {
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c143 section_info->dladdr = in rtw89_fw_hdr_parser_v0()
209 section_info->dladdr = in rtw89_fw_hdr_parser_v1()
H A Dfw.h216 u32 dladdr; member