Home
last modified time | relevance | path

Searched refs:minsym (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/sys/arch/sun3/sun3x/
H A Dlocore2.c100 vaddr_t minsym, maxsym; in _save_symtab() local
118 minsym = ~maxsym; in _save_symtab()
125 minsym = uimin(minsym, (vaddr_t)end + shp[i].sh_offset); in _save_symtab()
/netbsd-src/sys/arch/sun2/sun2/
H A Dlocore2.c116 vaddr_t minsym, maxsym; in _save_symtab() local
134 minsym = ~maxsym; in _save_symtab()
141 minsym = uimin(minsym, (vaddr_t)end + shp[i].sh_offset); in _save_symtab()
/netbsd-src/sys/arch/sun3/sun3/
H A Dlocore2.c120 vaddr_t minsym, maxsym; in _save_symtab() local
138 minsym = ~maxsym; in _save_symtab()
145 minsym = uimin(minsym, (vaddr_t)end + shp[i].sh_offset); in _save_symtab()
/netbsd-src/sys/arch/next68k/next68k/
H A Dnextrom.c143 vaddr_t minsym, maxsym; in next68k_bootargs() local
182 minsym = ~maxsym; in next68k_bootargs()
189 minsym = MIN(minsym, (vaddr_t)reloc_end + shp[i].sh_offset); in next68k_bootargs()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dmachdep.c889 vaddr_t minsym; in getenvvars()
1020 minsym = ~0; in getenvvars()
1027 minsym = MIN(minsym, (vaddr_t)end + shp[i].sh_offset);
883 vaddr_t minsym; getenvvars() local
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201812572 lhs minsym.
12579 ifunc targets here. Instead, if we have an ifunc minsym, use its
12581 (add_location_to_breakpoint): Store the minsym and the objfile in
12585 Record the minsym in the sal.
16353 minsym's language is language_auto or language_cplus, pass down
H A DChangeLog-2002148 information associated to a minsym, not lookup_symbol.
1059 * symtab.c (lookup_symbol_aux): Move minsym code into a separate
2599 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
4359 static blocks, not the minsym's name.
H A DChangeLog-19953719 of a minsym is nonempty. Ignore solib trampoline symbols from
H A DChangeLog-201410695 * sol-thread.c: #include "symtab.h", "minsym.h" and "objfiles.h".
11420 bound minimal symbols. Move code that knows about minsym
H A DChangeLog-20178956 function name from symbol/minsym and pass it to
8966 <OP_FUNCALL>: Extract function name from symbol/minsym and pass it
H A DChangeLog-19923508 * coffread.c (record_minimal_symbol): Pass the minsym type to it.
H A DChangeLog-20083808 * minsym.c (prim_record_minimal_symbol_and_info): Record symbol
H A DChangeLog-20125890 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
H A DChangeLog-20196735 minsym over symtab sym in "certain pathological cases".
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201812572 lhs minsym.
12579 ifunc targets here. Instead, if we have an ifunc minsym, use its
12581 (add_location_to_breakpoint): Store the minsym and the objfile in
12585 Record the minsym in the sal.
16353 minsym's language is language_auto or language_cplus, pass down
H A DChangeLog-2002148 information associated to a minsym, not lookup_symbol.
1059 * symtab.c (lookup_symbol_aux): Move minsym code into a separate
2599 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
4359 static blocks, not the minsym's name.
H A DChangeLog-19953719 of a minsym is nonempty. Ignore solib trampoline symbols from
H A DChangeLog-201410695 * sol-thread.c: #include "symtab.h", "minsym.h" and "objfiles.h".
11420 bound minimal symbols. Move code that knows about minsym
H A DChangeLog-20178956 function name from symbol/minsym and pass it to
8966 <OP_FUNCALL>: Extract function name from symbol/minsym and pass it
H A DChangeLog-19923508 * coffread.c (record_minimal_symbol): Pass the minsym type to it.
H A DChangeLog-20083808 * minsym.c (prim_record_minimal_symbol_and_info): Record symbol
H A DChangeLog-20125890 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
H A DChangeLog-20196735 minsym over symtab sym in "certain pathological cases".
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git34470 gdb core to look up the minsym and print its name.
61352 This turns out to happen because a Rust minsym winds up in a
72544 this code (the fallback loop -- the minsym lookup code is "ok") is
135347 worker thread (and I don't think the existing minsym threading code
150603 Send minsym logging to gdb_stdlog