Searched refs:func_table (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/providers/ |
H A D | baseprov.c | 86 #define STORE(name, _fips, func_table) \ argument 87 { name, "provider=base,fips=" _fips, (func_table) },
|
H A D | defltprov.c | 479 #define STORE(name, _fips, func_table) \ argument 480 { name, "provider=default,fips=" _fips, (func_table) },
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | coffcode.h | 4506 alent **func_table; in coff_slurp_line_table() local 4515 else if ((func_table = (alent **) bfd_alloc (abfd, amt)) != NULL) in coff_slurp_line_table() 4517 alent **p = func_table; in coff_slurp_line_table() 4524 BFD_ASSERT ((unsigned int) (p - func_table) == nbr_func); in coff_slurp_line_table() 4527 qsort (func_table, nbr_func, sizeof (alent *), coff_sort_func_alent); in coff_slurp_line_table() 4542 alent *old_ptr = func_table[i]; in coff_slurp_line_table() 4560 bfd_release (abfd, func_table); in coff_slurp_line_table()
|
H A D | vms-alpha.c | 256 struct funcinfo *func_table; member 4402 funcinfo->next = module->func_table; in parse_module() 4403 module->func_table = funcinfo; in parse_module() 4410 if (!module->func_table) in parse_module() 4412 module->func_table->high = module->func_table->low in parse_module() 4415 if (module->func_table->high > module->high) in parse_module() 4416 module->high = module->func_table->high; in parse_module() 4904 for (funcinfo = module->func_table; funcinfo; funcinfo = funcinfo->next) in module_find_nearest_line()
|
H A D | ChangeLog-2014 | 818 when building func_table.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | coffcode.h | 4644 alent **func_table; in coff_slurp_line_table() local 4653 else if ((func_table = (alent **) bfd_alloc (abfd, amt)) != NULL) in coff_slurp_line_table() 4655 alent **p = func_table; in coff_slurp_line_table() 4662 BFD_ASSERT ((unsigned int) (p - func_table) == nbr_func); in coff_slurp_line_table() 4665 qsort (func_table, nbr_func, sizeof (alent *), coff_sort_func_alent); in coff_slurp_line_table() 4680 alent *old_ptr = func_table[i]; in coff_slurp_line_table() 4698 bfd_release (abfd, func_table); in coff_slurp_line_table()
|
H A D | vms-alpha.c | 256 struct funcinfo *func_table; member 4437 funcinfo->next = module->func_table; in parse_module() 4438 module->func_table = funcinfo; in parse_module() 4447 if (!module->func_table) in parse_module() 4449 module->func_table->high = module->func_table->low in parse_module() 4452 if (module->func_table->high > module->high) in parse_module() 4453 module->high = module->func_table->high; in parse_module() 5062 for (funcinfo = module->func_table; funcinfo; funcinfo = funcinfo->next) in module_find_nearest_line()
|
H A D | ChangeLog-2014 | 818 when building func_table.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2014 | 818 when building func_table.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 34654 (func_table): Change type from char ** to vms_func_ref. 34655 (write_rtnbeg): Update to reflect func_table change. Use
|
H A D | ChangeLog-2010 | 24094 * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 137852 has set module->func_table for DST__K_RTNEND. Check return
|