Home
last modified time | relevance | path

Searched refs:sym_base (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/usr.bin/ldd/
Dsods.c105 static const struct nlist *sym_base; variable
236 sym_base = (const struct nlist *) align_struct(file_base + N_SYMOFF(*ex)); in dump_file()
241 sym_count = ex->a_syms / sizeof sym_base[0]; in dump_file()
242 assert(sym_count * sizeof sym_base[0] == ex->a_syms); in dump_file()
550 dump_sym(&sym_base[i]); in dump_syms()
568 if (sym_base[n].n_un.n_strx == 0) in sym_name()
570 return str_base + sym_base[n].n_un.n_strx; in sym_name()
/freebsd-10-stable/contrib/binutils/bfd/
Decoff.c1451 bfd_size_type sym_base; in _bfd_ecoff_print_symbol() local
1460 sym_base = fdr->isymBase; in _bfd_ecoff_print_symbol()
1462 sym_base += in _bfd_ecoff_print_symbol()
1484 (long) (indx + sym_base)); in _bfd_ecoff_print_symbol()
1491 (long) (indx + sym_base)); in _bfd_ecoff_print_symbol()
1497 + sym_base))); in _bfd_ecoff_print_symbol()
1509 + sym_base)), in _bfd_ecoff_print_symbol()
1514 + (long) sym_base in _bfd_ecoff_print_symbol()
1521 (long) (indx + sym_base)); in _bfd_ecoff_print_symbol()
1526 (long) (indx + sym_base)); in _bfd_ecoff_print_symbol()
[all …]
Dcoff64-rs6000.c762 file_ptr sym_base; local
792 sym_base = lineno_base + lnno_size;
928 obj_sym_filepos (abfd) = sym_base;
950 internal_f.f_symptr = sym_base;
955 internal_f.f_symptr = sym_base;
Dcoffcode.h3375 file_ptr sym_base; in coff_write_object_contents() local
3418 sym_base = lineno_base + lnno_size; in coff_write_object_contents()
3935 obj_sym_filepos (abfd) = sym_base; in coff_write_object_contents()
3970 (file_ptr) BFD_ALIGN (sym_base, COFF_PAGE_SIZE) - 1, in coff_write_object_contents()
3983 internal_f.f_symptr = sym_base; in coff_write_object_contents()
3993 internal_f.f_symptr = sym_base; in coff_write_object_contents()
DChangeLog-91931058 (ecoff_print_symbol): Use %ld, and cast indx and sym_base to long.