HomeSort by: relevance | last modified time | path
    Searched defs:elf_make_msymbol_special (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 164 gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special = nullptr; member in struct:gdbarch
431 /* Skip verify of elf_make_msymbol_special, has predicate. */
982 "gdbarch_dump: elf_make_msymbol_special = <%s>\n",
983 host_address_to_string (gdbarch->elf_make_msymbol_special));
3539 return gdbarch->elf_make_msymbol_special != NULL;
3546 gdb_assert (gdbarch->elf_make_msymbol_special != NULL);
3549 gdbarch->elf_make_msymbol_special (sym, msym);
3554 gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special)
3556 gdbarch->elf_make_msymbol_special = elf_make_msymbol_special;
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 162 gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special = nullptr; member in struct:gdbarch
426 /* Skip verify of elf_make_msymbol_special, has predicate. */
970 "gdbarch_dump: elf_make_msymbol_special = <%s>\n",
971 host_address_to_string (gdbarch->elf_make_msymbol_special));
3490 return gdbarch->elf_make_msymbol_special != NULL;
3497 gdb_assert (gdbarch->elf_make_msymbol_special != NULL);
3500 gdbarch->elf_make_msymbol_special (sym, msym);
3505 gdbarch_elf_make_msymbol_special_ftype elf_make_msymbol_special)
3507 gdbarch->elf_make_msymbol_special = elf_make_msymbol_special;
    [all...]

Completed in 27 milliseconds