Searched refs:elf_make_msymbol_special (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c264 gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special; member in struct:gdbarch
634 /* Skip verify of elf_make_msymbol_special, has predicate. */
985 "gdbarch_dump: elf_make_msymbol_special = <%s>\n",
986 host_address_to_string (gdbarch->elf_make_msymbol_special));
3420 return gdbarch->elf_make_msymbol_special != NULL;
3427 gdb_assert (gdbarch->elf_make_msymbol_special != NULL);
3430 gdbarch->elf_make_msymbol_special (sym, msym);
3435 gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special)
3437 gdbarch->elf_make_msymbol_special = elf_make_msymbol_special;
3434 set_gdbarch_elf_make_msymbol_special(struct gdbarch *gdbarch, gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special) argument
[all...]
H A Dgdbarch.h801 extern void set_gdbarch_elf_make_msymbol_special (struct gdbarch *gdbarch, gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special);
H A Dgdbarch.sh661 F;void;elf_make_msymbol_special;asymbol *sym, struct minimal_symbol *msym;sym, msym
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c162 gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special = nullptr; member in struct:gdbarch
420 /* Skip verify of elf_make_msymbol_special, has predicate. */
945 "gdbarch_dump: elf_make_msymbol_special = <%s>\n",
946 host_address_to_string (gdbarch->elf_make_msymbol_special));
3392 return gdbarch->elf_make_msymbol_special != NULL;
3399 gdb_assert (gdbarch->elf_make_msymbol_special != NULL);
3402 gdbarch->elf_make_msymbol_special (sym, msym);
3407 gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special)
3409 gdbarch->elf_make_msymbol_special = elf_make_msymbol_special;
3406 set_gdbarch_elf_make_msymbol_special(struct gdbarch *gdbarch, gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special) argument
[all...]
H A Dgdbarch-gen.h780 extern void set_gdbarch_elf_make_msymbol_special (struct gdbarch *gdbarch, gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special);

Completed in 237 milliseconds