| /src/external/gpl3/binutils/dist/bfd/ |
| coffcode.h | 4643 alent **func_table; 4652 else if ((func_table = (alent **) bfd_alloc (abfd, amt)) != NULL) 4654 alent **p = func_table; 4661 BFD_ASSERT ((unsigned int) (p - func_table) == nbr_func); 4664 qsort (func_table, nbr_func, sizeof (alent *), coff_sort_func_alent); 4679 alent *old_ptr = func_table[i]; 4697 bfd_release (abfd, func_table); 4642 alent **func_table; local
|
| vms-alpha.c | 257 struct funcinfo *func_table; 4452 funcinfo->next = module->func_table; 4453 module->func_table = funcinfo; 4462 if (!module->func_table) 4464 module->func_table->high = module->func_table->low 4467 if (module->func_table->high > module->high) 4468 module->high = module->func_table->high; 5077 for (funcinfo = module->func_table; funcinfo; funcinfo = funcinfo->next) 256 struct funcinfo *func_table; member in struct:module
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coffcode.h | 4636 alent **func_table; 4645 else if ((func_table = (alent **) bfd_alloc (abfd, amt)) != NULL) 4647 alent **p = func_table; 4654 BFD_ASSERT ((unsigned int) (p - func_table) == nbr_func); 4657 qsort (func_table, nbr_func, sizeof (alent *), coff_sort_func_alent); 4672 alent *old_ptr = func_table[i]; 4690 bfd_release (abfd, func_table); 4635 alent **func_table; local
|
| vms-alpha.c | 257 struct funcinfo *func_table; 4439 funcinfo->next = module->func_table; 4440 module->func_table = funcinfo; 4449 if (!module->func_table) 4451 module->func_table->high = module->func_table->low 4454 if (module->func_table->high > module->high) 4455 module->high = module->func_table->high; 5064 for (funcinfo = module->func_table; funcinfo; funcinfo = funcinfo->next) 256 struct funcinfo *func_table; member in struct:module
|
| /src/external/gpl3/gdb/dist/bfd/ |
| coffcode.h | 4645 alent **func_table; 4654 else if ((func_table = (alent **) bfd_alloc (abfd, amt)) != NULL) 4656 alent **p = func_table; 4663 BFD_ASSERT ((unsigned int) (p - func_table) == nbr_func); 4666 qsort (func_table, nbr_func, sizeof (alent *), coff_sort_func_alent); 4681 alent *old_ptr = func_table[i]; 4699 bfd_release (abfd, func_table); 4644 alent **func_table; local
|
| vms-alpha.c | 257 struct funcinfo *func_table; 4439 funcinfo->next = module->func_table; 4440 module->func_table = funcinfo; 4449 if (!module->func_table) 4451 module->func_table->high = module->func_table->low 4454 if (module->func_table->high > module->high) 4455 module->high = module->func_table->high; 5064 for (funcinfo = module->func_table; funcinfo; funcinfo = funcinfo->next) 256 struct funcinfo *func_table; member in struct:module
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| coffcode.h | 4645 alent **func_table; 4654 else if ((func_table = (alent **) bfd_alloc (abfd, amt)) != NULL) 4656 alent **p = func_table; 4663 BFD_ASSERT ((unsigned int) (p - func_table) == nbr_func); 4666 qsort (func_table, nbr_func, sizeof (alent *), coff_sort_func_alent); 4681 alent *old_ptr = func_table[i]; 4699 bfd_release (abfd, func_table); 4644 alent **func_table; local
|
| vms-alpha.c | 257 struct funcinfo *func_table; 4445 funcinfo->next = module->func_table; 4446 module->func_table = funcinfo; 4455 if (!module->func_table) 4457 module->func_table->high = module->func_table->low 4460 if (module->func_table->high > module->high) 4461 module->high = module->func_table->high; 5070 for (funcinfo = module->func_table; funcinfo; funcinfo = funcinfo->next) 256 struct funcinfo *func_table; member in struct:module
|