Lines Matching refs:symbols

342    and fix their symbols in given symbol vector. */
345 patch_block_stabs (struct pending *symbols, struct pending_stabs *stabs,
356 /* for all the stab entries, find their corresponding symbols and
368 sym = find_symbol_in_list (symbols, name, pp - name);
375 we do psymtabs (so that the minimal symbols from all
496 /* Create array of pointers mapping refids to symbols and stab strings.
497 Add pointers to reference definition symbols and/or their values as we
566 /* Defining symbols end in '=' */
592 /* We would like to eliminate nameless symbols, but keep their types.
603 /* Ignore old-style symbols from cc -go */
913 minimal symbols when the global_sym_chain is relocated.
1039 /* Sun cc uses a pair of symbols, one 'p' and one 'r', with
1048 On most machines, we want to preserve both symbols, so
3409 Also defines the symbols that represent the values of the type. */
3494 /* Find the symbols for the values and put them into the type.
3495 The symbols can be found in the symlist that we put them on
3987 /* List of symbols declared since the last BCOMM. This list is a tail
3988 of local_symbols. When ECOMM is seen, the symbols on the list
4047 /* Now we copy all the symbols which have been defined since the BCOMM. */
4059 NULL, it means copy all the local symbols (which we already did
4185 /* Scan through all of the global symbols defined in the object file,
4186 assigning values to the debugging symbols that need to be assigned
4187 to. Get these symbols from the minimal symbol table. */
4197 /* SVR4 based linkers copy referenced global symbols from shared
4199 If we are scanning the symbols for a shared library, try to resolve
4200 them from the minimal symbols of the main executable first. */
4209 /* Avoid expensive loop through all minimal symbols if there are
4210 no unresolved symbols. */
4225 /* Skip static symbols. */
4238 /* Get the hash index and check all the symbols
4312 /* Complain about unresolved common block symbols. */
4334 symbol file is specified (not just adding some symbols from another
4386 ObjC symbols which look like -[Foo bar::]:bla. */