Searched refs:alent (Results 1 – 25 of 27) sorted by relevance
12
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | coffcode.h | 4238 const alent *al1 = *(const alent **) arg1; in coff_sort_func_alent() 4239 const alent *al2 = *(const alent **) arg2; in coff_sort_func_alent() 4257 alent *lineno_cache; in coff_slurp_line_table() 4259 alent *cache_ptr; in coff_slurp_line_table() 4280 lineno_cache = (alent *) bfd_alloc2 (abfd, in coff_slurp_line_table() 4282 sizeof (alent)); in coff_slurp_line_table() 4392 alent **func_table; in coff_slurp_line_table() 4393 alent *n_lineno_cache; in coff_slurp_line_table() 4396 func_table = (alent **) bfd_alloc2 (abfd, nbr_func, sizeof (alent *)); in coff_slurp_line_table() 4399 alent **p = func_table; in coff_slurp_line_table() [all …]
|
| HD | syms.c | 1494 alent * 1497 return (alent *) _bfd_ptr_bfd_null_error (abfd); in _bfd_nosymbols_get_lineno()
|
| HD | coffgen.c | 630 alent *l = q->lineno; in coff_count_linenumbers() 1180 alent *lineno = symbol->lineno; in coff_write_native_symbol() 1481 alent *l = in coff_write_linenumbers() 1517 alent * 2273 alent *l; in coff_find_nearest_line_with_names()
|
| HD | libaout.h | 544 extern alent * NAME (aout, get_lineno)
|
| HD | libcoff.h | 327 extern alent *coff_get_lineno
|
| HD | libbfd.h | 468 extern alent *_bfd_nosymbols_get_lineno
|
| HD | bfd-in2.h | 279 alent; typedef 1145 alent *lineno; 7486 alent * (*_get_lineno) (bfd *, struct bfd_symbol *);
|
| HD | elf-bfd.h | 2192 extern alent *_bfd_elf_get_lineno
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | coffcode.h | 4535 const alent *al1 = *(const alent **) arg1; in coff_sort_func_alent() 4536 const alent *al2 = *(const alent **) arg2; in coff_sort_func_alent() 4554 alent *lineno_cache; in coff_slurp_line_table() 4557 alent *cache_ptr; in coff_slurp_line_table() 4567 amt = ((bfd_size_type) asect->lineno_count + 1) * sizeof (alent); in coff_slurp_line_table() 4568 lineno_cache = (alent *) bfd_alloc (abfd, amt); in coff_slurp_line_table() 4674 alent **func_table; in coff_slurp_line_table() 4675 alent *n_lineno_cache; in coff_slurp_line_table() 4678 func_table = (alent **) bfd_alloc (abfd, nbr_func * sizeof (alent *)); in coff_slurp_line_table() 4681 alent **p = func_table; in coff_slurp_line_table() [all …]
|
| HD | coffgen.c | 621 alent *l = q->lineno; in coff_count_linenumbers() 1171 alent *lineno = symbol->lineno; in coff_write_native_symbol() 1471 alent *l = in coff_write_linenumbers() 1507 alent * 2231 alent *l; in coff_find_nearest_line_with_names()
|
| HD | libaout.h | 544 extern alent * NAME (aout, get_lineno)
|
| HD | libcoff.h | 323 extern alent *coff_get_lineno
|
| HD | libbfd.h | 434 ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr)
|
| HD | bfd-in2.h | 277 alent; typedef 1572 alent *lineno; 7372 alent * (*_get_lineno) (bfd *, struct bfd_symbol *);
|
| HD | elf-bfd.h | 2007 extern alent *_bfd_elf_get_lineno
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | coffgen.c | 607 alent *l = q->lineno; in coff_count_linenumbers() 1157 alent *lineno = symbol->lineno; in coff_write_native_symbol() 1452 alent *l = in coff_write_linenumbers() 1487 alent * 2207 alent *l; in coff_find_nearest_line_with_names()
|
| HD | libaout.h | 546 extern alent * NAME (aout, get_lineno)
|
| HD | libcoff.h | 330 extern alent *coff_get_lineno
|
| HD | libbfd.h | 408 ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr)
|
| HD | bfd-in.h | 272 alent; typedef
|
| HD | bfd-in2.h | 279 alent; typedef 1522 alent *lineno; 6585 alent * (*_get_lineno) (bfd *, struct bfd_symbol *);
|
| HD | elf-bfd.h | 1897 extern alent *_bfd_elf_get_lineno
|
| HD | elf.c | 7475 alent *
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | rdcoff.c | 673 alent *linenos; in parse_coff()
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | rdcoff.c | 669 alent *linenos; in parse_coff()
|
12