Searched refs:elf_make_msymbol_special (Results 1 – 2 of 2) sorted by relevance
253 gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special; member528 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() argument5169 gdbarch->elf_make_msymbol_special = elf_make_msymbol_special; in set_gdbarch_elf_make_msymbol_special()
2221 …pecial (struct gdbarch *gdbarch, gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special);