Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDgdbarch.c253 gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special; member
528 current_gdbarch->elf_make_msymbol_special = default_elf_make_msymbol_special; in gdbarch_alloc()
1727 (long) current_gdbarch->elf_make_msymbol_special in gdbarch_dump()
5159 gdb_assert (gdbarch->elf_make_msymbol_special != NULL); in gdbarch_elf_make_msymbol_special()
5162 gdbarch->elf_make_msymbol_special (sym, msym); in gdbarch_elf_make_msymbol_special()
5167 … gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special) in set_gdbarch_elf_make_msymbol_special() argument
5169 gdbarch->elf_make_msymbol_special = elf_make_msymbol_special; in set_gdbarch_elf_make_msymbol_special()
HDgdbarch.h2221 …pecial (struct gdbarch *gdbarch, gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special);