Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Ddebug.c675 debug_set_filename (void *handle, const char *name) in debug_set_filename()
716 debug_start_source (void *handle, const char *name) in debug_start_source()
764 debug_record_function (void *handle, const char *name, in debug_record_function()
820 debug_record_parameter (void *handle, const char *name, debug_type type, in debug_record_parameter()
856 debug_end_function (void *handle, bfd_vma addr) in debug_end_function()
888 debug_start_block (void *handle, bfd_vma addr) in debug_start_block()
926 debug_end_block (void *handle, bfd_vma addr) in debug_end_block()
956 debug_record_line (void *handle, unsigned long lineno, bfd_vma addr) in debug_record_line()
1035 debug_record_int_const (void *handle, const char *name, bfd_vma val) in debug_record_int_const()
1056 debug_record_float_const (void *handle, const char *name, double val) in debug_record_float_const()
[all …]
Dstabs.c373 finish_stab (void *dhandle, void *handle) in finish_stab()
405 parse_stab (void *dhandle, void *handle, int type, int desc, bfd_vma value, in parse_stab()
/toolchain/binutils/binutils-2.25/gold/
Dplugin.cc50 dlsym(void *handle, const char *name) in dlsym()
458 unsigned int handle = this->objects_.size(); in claim_file() local
724 Plugin_manager::make_plugin_object(unsigned int handle) in make_plugin_object()
749 Plugin_manager::get_input_file(unsigned int handle, in get_input_file()
768 Plugin_manager::release_input_file(unsigned int handle) in release_input_file()
786 Plugin_manager::get_elf_object(const void* handle) in get_elf_object()
800 Plugin_manager::get_view(unsigned int handle, const void **viewp) in get_view()
1468 add_symbols(void* handle, int nsyms, const ld_plugin_symbol* syms) in add_symbols()
1483 get_input_file(const void* handle, struct ld_plugin_input_file* file) in get_input_file()
1494 release_input_file(const void* handle) in release_input_file()
[all …]
Dplugin.h236 object(unsigned int handle) const in object()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Ddl6amain.c10 void *handle; in main() local
Ddl6bmain.c10 void *handle; in main() local
Ddl6dmain.c10 void *handle; in main() local
Ddl6cmain.c10 void *handle; in main() local
Ddl1main.c10 void *handle; in main() local
/toolchain/binutils/binutils-2.25/ld/
Dplugin.c145 dlsym (void *handle, const char *name) in dlsym()
151 dlclose (void *handle) in dlclose()
413 add_symbols (void *handle, int nsyms, const struct ld_plugin_symbol *syms) in add_symbols()
501 get_symbols (const void *handle, int nsyms, struct ld_plugin_symbol *syms, in get_symbols()
607 get_symbols_v1 (const void *handle, int nsyms, struct ld_plugin_symbol *syms) in get_symbols_v1()
613 get_symbols_v2 (const void *handle, int nsyms, struct ld_plugin_symbol *syms) in get_symbols_v2()
/toolchain/binutils/binutils-2.25/bfd/
Dplugin.c52 dlsym (void *handle, const char *name) in dlsym()
58 dlclose (void *handle) in dlclose()
133 add_symbols (void * handle, in add_symbols()
Decofflink.c522 bfd_ecoff_debug_free (void * handle, in bfd_ecoff_debug_free()
549 bfd_ecoff_debug_accumulate (void * handle, in bfd_ecoff_debug_accumulate()
1080 bfd_ecoff_debug_accumulate_other (void * handle, in bfd_ecoff_debug_accumulate_other()
1573 bfd_ecoff_write_accumulated_debug (void * handle, in bfd_ecoff_write_accumulated_debug()
2431 _bfd_ecoff_get_accumulated_pdr (void * handle, in _bfd_ecoff_get_accumulated_pdr()
2442 _bfd_ecoff_get_accumulated_sym (void * handle, bfd_byte *buff) in _bfd_ecoff_get_accumulated_sym()
2452 _bfd_ecoff_get_accumulated_ss (void * handle, bfd_byte *buff) in _bfd_ecoff_get_accumulated_ss()
Dopncls.c1631 FILE * handle; in bfd_fill_in_gnu_debuglink_section() local
Decoff.c3719 void * handle) in ecoff_final_link_debug_accumulate()
4267 void * handle; in _bfd_ecoff_bfd_final_link() local
Delfxx-mips.c1438 mips_elf_create_procedure_table (void *handle, bfd *abfd, in mips_elf_create_procedure_table()
/toolchain/binutils/binutils-2.25/include/
Dplugin-api.h81 void *handle; member
101 const void* handle; member
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dplugin_test.c35 void* handle; member