Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Delfcomm.c540 arch->sym_table = (char *) malloc (size); in process_archive_index_and_symbols()
541 if (arch->sym_table == NULL) in process_archive_index_and_symbols()
548 got = fread (arch->sym_table, 1, size, arch->file); in process_archive_index_and_symbols()
582 arch->sym_table = NULL; in setup_archive()
685 if (arch->sym_table != NULL) in release_archive()
686 free (arch->sym_table); in release_archive()
Delfcomm.h68 char * sym_table; /* The symbol table. */ member
Delfedit.c299 arch.sym_table = NULL; in process_archive()
308 nested_arch.sym_table = NULL; in process_archive()
Dreadelf.c15098 arch.sym_table = NULL; in process_archive()
15107 nested_arch.sym_table = NULL; in process_archive()
15118 if (arch.sym_table == NULL) in process_archive()
15157 printf ("\t%s\n", arch.sym_table + l); in process_archive()
15158 l += strlen (arch.sym_table + l) + 1; in process_archive()
/toolchain/binutils/binutils-2.25/bfd/
Dpeicode.h102 unsigned int * sym_table; member
407 #define SIZEOF_ILF_SYM_TABLE (NUM_ILF_SYMS * sizeof (* vars.sym_table))
809 vars.sym_table = (unsigned int *) ptr; in pe_ILF_build_a_bfd()
1059 obj_convert (abfd) = vars.sym_table; in pe_ILF_build_a_bfd()