Lines Matching defs:symbol

44  * sym_strtbl: String table included at the end of the symbol table
331 /* Ignore special members like the symbol and string tables */
643 /* loop through sections to find symbol table */
701 * symbol table, so that applications that rely
704 * we require a small empty symbol string table.
757 * Write the archive symbol table member to the output archive file.
774 * We require a buffer large enough to hold a symbol table count,
775 * plus one offset for each symbol.
838 * The symbol string table can be larger than 32-bits on a 64-bit
932 * Enter a symbol name into the symbol string table.
935 savename(char *symbol)
939 need = strlen(symbol) + 1;
943 (void) strcpy(sym_strtbl.base + sym_strtbl.used, symbol);
1006 * Returns TRUE (1) if the 64-bit symbol table is needed, and
1019 * because that symbol table is limited to a length of 4GB by
1046 /* 32-bit symbol table will suffice */
1083 * 64-bit symbol table.
1095 * If the user requested it, use the 64-bit symbol table even if
1105 * preceeding special member will be the symbol table, or the long
1199 * The symbol table member is always first if present. Note that
1216 * The accuracy of the symbol table depends on our having calculated
1241 * used those offsets to fill the symbol table. If this is
1385 * Write 32/64-bit words into buffer in archive symbol table
1421 Elf_Data *str_data, *sym_data; /* string table, symbol table */
1467 return (0); /* no symbols; 0th symbol is the non-symbol */
1508 /* start at 1, first symbol entry is ignored */
1541 /* symbol table string table */
1587 * Compute the size of the symbol table archive member.
1592 * eltsize - Size of the integer type to use for the symbol
1601 /* Member header, symbol count, and one slot per symbol */