Home
last modified time | relevance | path

Searched refs:sym_table (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/binutils/
H A Delfcomm.c577 arch->sym_table = (char *) malloc (size); in process_archive_index_and_symbols()
578 if (arch->sym_table == NULL) in process_archive_index_and_symbols()
585 got = fread (arch->sym_table, 1, size, arch->file); in process_archive_index_and_symbols()
619 arch->sym_table = NULL; in setup_archive()
743 if (arch->sym_table != NULL) in release_archive()
744 free (arch->sym_table); in release_archive()
H A Delfcomm.h61 char * sym_table; /* The symbol table. */ member
H A Delfedit.c549 arch.sym_table = NULL; in process_archive()
558 nested_arch.sym_table = NULL; in process_archive()
H A Dreadelf.c20103 arch.sym_table = NULL; in process_archive()
20112 nested_arch.sym_table = NULL; in process_archive()
20124 if (arch.sym_table == NULL) in process_archive()
20166 printf ("\t%.*s\n", (int) (arch.sym_size - l), arch.sym_table + l); in process_archive()
20167 l += strnlen (arch.sym_table + l, arch.sym_size - l) + 1; in process_archive()
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Delfcomm.c565 arch->sym_table = (char *) malloc (size); in process_archive_index_and_symbols()
566 if (arch->sym_table == NULL) in process_archive_index_and_symbols()
573 got = fread (arch->sym_table, 1, size, arch->file); in process_archive_index_and_symbols()
607 arch->sym_table = NULL; in setup_archive()
728 if (arch->sym_table != NULL) in release_archive()
729 free (arch->sym_table); in release_archive()
H A Delfcomm.h68 char * sym_table; /* The symbol table. */ member
H A Delfedit.c341 arch.sym_table = NULL; in process_archive()
350 nested_arch.sym_table = NULL; in process_archive()
H A Dreadelf.c16504 arch.sym_table = NULL; in process_archive()
16513 nested_arch.sym_table = NULL; in process_archive()
16524 if (arch.sym_table == NULL) in process_archive()
16564 printf ("\t%.*s\n", (int) (arch.sym_size - l), arch.sym_table + l); in process_archive()
16565 l += strnlen (arch.sym_table + l, arch.sym_size - l) + 1; in process_archive()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dpeicode.h102 unsigned int * sym_table; member
428 #define SIZEOF_ILF_SYM_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_table))
847 vars.sym_table = (unsigned int *) ptr; in pe_ILF_build_a_bfd()
1125 obj_convert (abfd) = vars.sym_table; in pe_ILF_build_a_bfd()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dpeicode.h102 unsigned int * sym_table; member
407 #define SIZEOF_ILF_SYM_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_table))
823 vars.sym_table = (unsigned int *) ptr; in pe_ILF_build_a_bfd()
1101 obj_convert (abfd) = vars.sym_table; in pe_ILF_build_a_bfd()