Home
last modified time | relevance | path

Searched refs:pdb (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/
H A Dphosphor-pid-control_%.bbappend19 file://config-pdb-brick.json \
26 ${datadir}/swampd/config-pdb-brick.json \
35 … install -m 0644 -D ${UNPACKDIR}/config-pdb-brick.json ${D}${datadir}/swampd/config-pdb-brick.json
/openbmc/qemu/contrib/elf2dmp/
H A Dmain.c69 static KDDEBUGGER_DATA64 *get_kdbg(uint64_t KernBase, struct pdb_reader *pdb, in get_kdbg() argument
90 if (!SYM_RESOLVE(KernBase, pdb, KiWaitNever) || in get_kdbg()
91 !SYM_RESOLVE(KernBase, pdb, KiWaitAlways) || in get_kdbg()
92 !SYM_RESOLVE(KernBase, pdb, KdpDataBlockEncoded)) { in get_kdbg()
523 struct pdb_reader pdb; in main() local
596 if (!pdb_init_from_file(PDB_NAME, &pdb)) { in main()
601 if (!SYM_RESOLVE(KernBase, &pdb, KdDebuggerDataBlock) || in main()
602 !SYM_RESOLVE(KernBase, &pdb, KdVersionBlock)) { in main()
606 kdbg = get_kdbg(KernBase, &pdb, &vs, KdDebuggerDataBlock); in main()
628 pdb_exit(&pdb); in main()
H A Dmeson.build2 executable('elf2dmp', files('main.c', 'addrspace.c', 'download.c', 'pdb.c', 'qemu_elf.c'), genh,
/openbmc/openbmc/poky/meta/recipes-support/serf/serf/
H A Dnorpath.patch17 - PDB='${TARGET.filebase}.pdb')
18 +env.Append(PDB='${TARGET.filebase}.pdb')
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0014-Remove-duplicate-pe-dll.o-entry-deom-targ_extra_ofil.patch28 - targ_extra_ofiles="deffilep.o pdb.o pep-dll.o pe-dll.o"
29 + targ_extra_ofiles="deffilep.o pdb.o pe-dll.o"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/
H A D0002-Do-not-install-tools-a-CMake-targets.patch29 …install(FILES ${CMAKE_BINARY_DIR}/${MODULE_NAME}.pdb DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT…
41 …install(FILES ${CMAKE_PDB_BINARY_DIR}/${MODULE_NAME}.pdb DESTINATION ${CMAKE_INSTALL_BINDIR} COMPO…
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-fru_%.bbappend5 EEPROM_NAMES = "motherboard pdb fp bmc"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/agent-proxy/files/
H A D0001-Makefile-Add-LDFLAGS-variable.patch30 …xy $(extpath)*.o $(extpath)*.obj $(extpath)*.exp $(extpath)*.exe $(extpath)*.ilk $(extpath)*.pdb *~
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dmulti-gpios-sys-init76 set_gpio power-config-pdb-power-good 0
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/
H A Dsamba_4.19.8.bb236 moduledir = '%s/samba/pdb' % libdir
237 …do_split_packages(d, moduledir, r'^(.*)\.so$', 'samba-pdb-%s', 'Samba %s password backend', hook=m…
241 PACKAGES_DYNAMIC = "samba-auth-.* samba-pdb-.*"
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0004-reproducible.patch153 if File.lower().endswith('.pdb'):