Lines Matching refs:symbol

44  * sym_strtbl: String table included at the end of the symbol table
327 /* Ignore special members like the symbol and string tables */
617 /* loop through sections to find symbol table */
674 * symbol table, so that applications that rely
677 * we require a small empty symbol string table.
730 * Write the archive symbol table member to the output archive file.
747 * We require a buffer large enough to hold a symbol table count,
748 * plus one offset for each symbol.
811 * The symbol string table can be larger than 32-bits on a 64-bit
905 * Enter a symbol name into the symbol string table.
908 savename(char *symbol)
912 need = strlen(symbol) + 1;
916 (void) strcpy(sym_strtbl.base + sym_strtbl.used, symbol);
979 * Returns TRUE (1) if the 64-bit symbol table is needed, and
992 * because that symbol table is limited to a length of 4GB by
1019 /* 32-bit symbol table will suffice */
1056 * 64-bit symbol table.
1068 * If the user requested it, use the 64-bit symbol table even if
1078 * preceeding special member will be the symbol table, or the long
1172 * The symbol table member is always first if present. Note that
1189 * The accuracy of the symbol table depends on our having calculated
1214 * used those offsets to fill the symbol table. If this is
1358 * Write 32/64-bit words into buffer in archive symbol table
1394 Elf_Data *str_data, *sym_data; /* string table, symbol table */
1440 return (0); /* no symbols; 0th symbol is the non-symbol */
1481 /* start at 1, first symbol entry is ignored */
1514 /* symbol table string table */
1560 * Compute the size of the symbol table archive member.
1565 * eltsize - Size of the integer type to use for the symbol
1574 /* Member header, symbol count, and one slot per symbol */