Searched refs:get_func (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dno-plt-extern1b.S3 .globl get_func
4 .type get_func, @function
5 get_func: label
8 .size get_func, .-get_func
H A Dno-plt-extern1a.S3 .globl get_func
4 .type get_func, @function
5 get_func: label
10 .size get_func, .-get_func
H A Dno-plt-check1b.S10 call *get_func@GOT
H A Dno-plt-check1a.S13 call *get_func@GOT(%ebx)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dno-plt-extern1.S3 .globl get_func
4 .type get_func, @function
5 get_func: label
8 .size get_func, .-get_func
H A Dno-plt-check1.S10 call *get_func@GOTPCREL(%rip)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcommand.h665 setting_func_types<const char *>::get get_func, show_value_ftype *show_func,
678 setting_func_types<enum auto_boolean>::get get_func,
692 setting_func_types<bool>::get get_func, show_value_ftype *show_func,
705 setting_func_types<std::string>::get get_func, show_value_ftype *show_func,
718 setting_func_types<std::string>::get get_func,
732 setting_func_types<std::string>::get get_func, show_value_ftype *show_func,
745 setting_func_types<std::string>::get get_func,
759 setting_func_types<int>::get get_func, show_value_ftype *show_func,
772 setting_func_types<unsigned int>::get get_func, show_value_ftype *show_func,
785 setting_func_types<int>::get get_func, show_value_ftyp
[all...]
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dunbound-querycachedb.py65 get_func = _redis_get
69 value = get_func(options, key)
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-decode.c657 setting_func_types<const char *>::get get_func,
664 help_doc, set_func, get_func,
711 setting_func_types<enum auto_boolean>::get get_func,
720 set_func, get_func,
766 setting_func_types<bool>::get get_func,
773 set_func, get_func, nullptr,
813 setting_func_types<std::string>::get get_func,
820 help_doc, set_func, get_func,
862 setting_func_types<std::string>::get get_func,
869 help_doc, set_func, get_func,
653 add_setshow_enum_cmd(const char *name, command_class theclass, const char *const *enumlist, const char *set_doc, const char *show_doc, const char *help_doc, setting_func_types<const char *>::set set_func, setting_func_types<const char *>::get get_func, show_value_ftype *show_func, cmd_list_element **set_list, cmd_list_element **show_list) argument
707 add_setshow_auto_boolean_cmd(const char *name, command_class theclass, const char *set_doc, const char *show_doc, const char *help_doc, setting_func_types<enum auto_boolean>::set set_func, setting_func_types<enum auto_boolean>::get get_func, show_value_ftype *show_func, cmd_list_element **set_list, cmd_list_element **show_list) argument
762 add_setshow_boolean_cmd(const char *name, command_class theclass, const char *set_doc, const char *show_doc, const char *help_doc, setting_func_types<bool>::set set_func, setting_func_types<bool>::get get_func, show_value_ftype *show_func, cmd_list_element **set_list, cmd_list_element **show_list) argument
809 add_setshow_filename_cmd(const char *name, command_class theclass, const char *set_doc, const char *show_doc, const char *help_doc, setting_func_types<std::string>::set set_func, setting_func_types<std::string>::get get_func, show_value_ftype *show_func, cmd_list_element **set_list, cmd_list_element **show_list) argument
858 add_setshow_string_cmd(const char *name, command_class theclass, const char *set_doc, const char *show_doc, const char *help_doc, setting_func_types<std::string>::set set_func, setting_func_types<std::string>::get get_func, show_value_ftype *show_func, cmd_list_element **set_list, cmd_list_element **show_list) argument
908 add_setshow_string_noescape_cmd(const char *name, command_class theclass, const char *set_doc, const char *show_doc, const char *help_doc, setting_func_types<std::string>::set set_func, setting_func_types<std::string>::get get_func, show_value_ftype *show_func, cmd_list_element **set_list, cmd_list_element **show_list) argument
958 add_setshow_optional_filename_cmd(const char *name, command_class theclass, const char *set_doc, const char *show_doc, const char *help_doc, setting_func_types<std::string>::set set_func, setting_func_types<std::string>::get get_func, show_value_ftype *show_func, cmd_list_element **set_list, cmd_list_element **show_list) argument
1028 add_setshow_integer_cmd(const char *name, command_class theclass, const char *set_doc, const char *show_doc, const char *help_doc, setting_func_types<int>::set set_func, setting_func_types<int>::get get_func, show_value_ftype *show_func, cmd_list_element **set_list, cmd_list_element **show_list) argument
1077 add_setshow_uinteger_cmd(const char *name, command_class theclass, const char *set_doc, const char *show_doc, const char *help_doc, setting_func_types<unsigned int>::set set_func, setting_func_types<unsigned int>::get get_func, show_value_ftype *show_func, cmd_list_element **set_list, cmd_list_element **show_list) argument
1122 add_setshow_zinteger_cmd(const char *name, command_class theclass, const char *set_doc, const char *show_doc, const char *help_doc, setting_func_types<int>::set set_func, setting_func_types<int>::get get_func, show_value_ftype *show_func, cmd_list_element **set_list, cmd_list_element **show_list) argument
1164 add_setshow_zuinteger_unlimited_cmd(const char *name, command_class theclass, const char *set_doc, const char *show_doc, const char *help_doc, setting_func_types<int>::set set_func, setting_func_types<int>::get get_func, show_value_ftype *show_func, cmd_list_element **set_list, cmd_list_element **show_list) argument
1209 add_setshow_zuinteger_cmd(const char *name, command_class theclass, const char *set_doc, const char *show_doc, const char *help_doc, setting_func_types<unsigned int>::set set_func, setting_func_types<unsigned int>::get get_func, show_value_ftype *show_func, cmd_list_element **set_list, cmd_list_element **show_list) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dopncls.c1405 get_func_type get_func,
1427 base = get_func (abfd, func_data);
1401 find_separate_debug_file(bfd * abfd, const char * debug_file_directory, bfd_boolean include_dirs, get_func_type get_func, check_func_type check_func, void * func_data) argument
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dopncls.c1442 get_func_type get_func,
1464 base = get_func (abfd, func_data);
1438 find_separate_debug_file(bfd *abfd, const char *debug_file_directory, bool include_dirs, get_func_type get_func, check_func_type check_func, void *func_data) argument
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dopncls.c1442 get_func_type get_func,
1464 base = get_func (abfd, func_data);
1438 find_separate_debug_file(bfd *abfd, const char *debug_file_directory, bool include_dirs, get_func_type get_func, check_func_type check_func, void *func_data) argument
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dopncls.c1401 get_func_type get_func,
1423 base = get_func (abfd, func_data);
1397 find_separate_debug_file(bfd *abfd, const char *debug_file_directory, bool include_dirs, get_func_type get_func, check_func_type check_func, void *func_data) argument

Completed in 142 milliseconds