Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
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()
Delfcomm.h68 char * sym_table; /* The symbol table. */ member
Delfedit.c341 arch.sym_table = NULL; in process_archive()
350 nested_arch.sym_table = NULL; in process_archive()
Dreadelf.c16643 arch.sym_table = NULL; in process_archive()
16652 nested_arch.sym_table = NULL; in process_archive()
16663 if (arch.sym_table == NULL) in process_archive()
16703 printf ("\t%.*s\n", (int) (arch.sym_size - l), arch.sym_table + l); in process_archive()
16704 l += strnlen (arch.sym_table + l, arch.sym_size - l) + 1; in process_archive()
/toolchain/binutils/binutils-2.27/bfd/
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()