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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c253 gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special; member in struct:gdbarch
420 0, /* elf_make_msymbol_special */
528 current_gdbarch->elf_make_msymbol_special = default_elf_make_msymbol_special;
728 /* Skip verify of elf_make_msymbol_special, invalid_p == 0 */
1727 (long) current_gdbarch->elf_make_msymbol_special
5159 gdb_assert (gdbarch->elf_make_msymbol_special != NULL);
5162 gdbarch->elf_make_msymbol_special (sym, msym);
5167 gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special)
5169 gdbarch->elf_make_msymbol_special = elf_make_msymbol_special;
5166 set_gdbarch_elf_make_msymbol_special(struct gdbarch *gdbarch, gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special) argument
[all...]
H A Dgdbarch.h2221 extern void set_gdbarch_elf_make_msymbol_special (struct gdbarch *gdbarch, gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special);

Completed in 117 milliseconds