Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 17 of 17) sorted by relevance

/qemu/contrib/elf2dmp/
H A Dpdb.c55 size_t size = pdb_get_file_size(r, r->symbols->gsym_file); in pdb_find_public_v3_symbol()
104 g_free(r->symbols); in pdb_exit_symbols()
181 PDB_SYMBOLS *symbols; in pdb_init_symbols() local
183 symbols = pdb_ds_read_file(r, 3); in pdb_init_symbols()
184 if (!symbols) { in pdb_init_symbols()
188 r->symbols = symbols; in pdb_init_symbols()
191 symbols->module_size + symbols->offset_size + in pdb_init_symbols()
192 symbols->hash_size + symbols->srcmodule_size + in pdb_init_symbols()
193 symbols->pdbimport_size + symbols->unknown2_size + in pdb_init_symbols()
197 r->modimage = pdb_ds_read_file(r, symbols->gsym_file); in pdb_init_symbols()
[all …]
H A Dpdb.h229 PDB_SYMBOLS *symbols; member
/qemu/plugins/
H A Dmeson.build2 # Modules need more symbols than just those in plugins/qemu-plugins.symbols
6 input: files('qemu-plugins.symbols'),
7 output: 'qemu-plugins-ld64.symbols',
10 plugin_ldflags = ['-Wl,-exported_symbols_list,plugins/qemu-plugins-ld64.symbols']
12 … = ['-Xlinker', '--dynamic-list=' + (meson.project_source_root() / 'plugins/qemu-plugins.symbols')]
21 # First, create a .def file listing all the symbols a plugin should expect to have
24 input: files('qemu-plugins.symbols'),
/qemu/linux-user/hppa/
H A Dvdso.ld23 * except that those symbols don't exist. The actual symbols are
/qemu/
H A DKconfig.host1 # These are "proxy" symbols used to pass config-host.mak values
/qemu/docs/devel/
H A Dkconfig.rst52 symbols; they are only visible in the Makefile. Each configurable component
150 up to other symbols to ``select`` whatever subsystems they require.
237 Other symbols that are commonly used as dependencies for boards
309 they will include all these symbols and some help text on what they do.
319 These symbols should be listed in ``Kconfig.host`` like this::
H A Dbuild-system.rst230 configuration symbols. Sourcesets belong to one of four groups:
319 symbols concept.
340 These files mostly define symbols that appear in the ``*-config-target.h``
H A Dstyle.rst805 convention and separated by the symbols '.', '/', ':', or ' ' (such as
H A Dqapi-code-gen.rst878 some ``=`` symbols and then a space defines a section heading::
/qemu/docs/specs/
H A Dfsi.rst28 symbols addressed to it. Slaves can be cascaded off of one another. The
58 As for FSI, its symbols and wire-protocol are not modelled at all. This is not
/qemu/stubs/
H A Dmeson.build57 # more symbols provided by the monitor
/qemu/include/disas/
H A Ddis-asm.h310 asymbol **symbols; member
/qemu/include/hw/
H A Delf_ops.h.inc160 /* We are only interested in function symbols.
178 /* check we have symbols left */
/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc307 /* Search both dynsym and symtab for the signal return symbols. */
/qemu/docs/
H A Dimage-fuzzer.txt110 for integers or unsafe symbols as '%s' for strings. For bitmasks random amount
/qemu/disas/
H A Dmips.c5070 && info->symbols != NULL in _print_insn_mips()
5071 && ((*(elf_symbol_type **) info->symbols)->internal_elf_sym.st_other in _print_insn_mips()
/qemu/tcg/ppc/
H A Dtcg-target.c.inc30 * Standardize on the _CALL_FOO symbols used by GCC: