Lines Matching defs:symbol
420 struct symbol struct
426 /* Index of the symbol in the symbol table of the object. */ argument
428 /* Index of the symbol in the symbol table of the output file. */ argument
431 /* Description where the symbol is found/needed. */ argument
434 /* Index of the symbol table. */ argument
437 /* Index of the symbol in the dynamic symbol table of the output argument
442 /* Type of the symbol. */ argument
452 /* Nonzero if the symbol is on the from_dso list. */ argument
454 /* Nonzero if symbol needs copy relocation, reset when the argument
468 /* Pointer to next/previous symbol on whatever list the symbol is. */ argument
469 struct symbol *next; argument
470 struct symbol *previous; argument
473 struct symbol *next_in_scn; argument
1000 struct symbol *symbol; member