HomeSort by: relevance | last modified time | path
    Searched refs:sym_table (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
elfcomm.h 58 char *sym_table; /* The symbol table. */
57 char *sym_table; \/* The symbol table. *\/ member in struct:archive_info
elfcomm.c 334 ARCH->sym_size and ARCH->sym_table.
336 ARCH->sym_table.
455 arch->sym_table = (char *) malloc (size);
456 if (arch->sym_table == NULL)
463 got = fread (arch->sym_table, 1, size, arch->file);
497 arch->sym_table = NULL;
626 free (arch->sym_table);
630 arch->sym_table = NULL;
elfedit.c 585 arch.sym_table = NULL;
594 nested_arch.sym_table = NULL;
readelf.c 25067 arch.sym_table = NULL;
25076 nested_arch.sym_table = NULL;
25089 if (arch.sym_table == NULL)
25141 (int) (arch.sym_size - l), arch.sym_table + l);
25142 l += strnlen (arch.sym_table + l, arch.sym_size - l) + 1;
  /src/external/gpl3/binutils.old/dist/binutils/
elfcomm.h 58 char *sym_table; /* The symbol table. */
57 char *sym_table; \/* The symbol table. *\/ member in struct:archive_info
elfcomm.c 334 ARCH->sym_size and ARCH->sym_table.
336 ARCH->sym_table.
455 arch->sym_table = (char *) malloc (size);
456 if (arch->sym_table == NULL)
463 got = fread (arch->sym_table, 1, size, arch->file);
497 arch->sym_table = NULL;
626 free (arch->sym_table);
630 arch->sym_table = NULL;
elfedit.c 585 arch.sym_table = NULL;
594 nested_arch.sym_table = NULL;
readelf.c 23934 arch.sym_table = NULL;
23943 nested_arch.sym_table = NULL;
23956 if (arch.sym_table == NULL)
24008 (int) (arch.sym_size - l), arch.sym_table + l);
24009 l += strnlen (arch.sym_table + l, arch.sym_size - l) + 1;
  /src/external/gpl3/binutils/dist/bfd/
peicode.h 107 unsigned int * sym_table; member in struct:__anon7489
430 #define SIZEOF_ILF_SYM_TABLE (NUM_ILF_SYMS * sizeof (*vars.sym_table))
886 vars.sym_table = (unsigned int *) ptr;
1169 obj_convert (abfd) = vars.sym_table;
  /src/external/gpl3/binutils.old/dist/bfd/
peicode.h 102 unsigned int * sym_table; member in struct:__anon8971
425 #define SIZEOF_ILF_SYM_TABLE (NUM_ILF_SYMS * sizeof (*vars.sym_table))
881 vars.sym_table = (unsigned int *) ptr;
1164 obj_convert (abfd) = vars.sym_table;

Completed in 60 milliseconds