Lines Matching full:undefined
66 The traditional Unix linker maintains a set of undefined symbols during
72 result, and undefined symbols in the object file are added to the set.
80 visits archives, there is no undefined symbols in the set. As a result, no
95 Here is how LLD approaches the problem. Instead of memorizing only undefined
97 undefined symbol that can be resolved by extracting an object file from an
152 There are basically three types of Symbols: Defined, Undefined, or Lazy.
157 - Undefined symbols represent undefined symbols, which need to be replaced by
169 to an undefined symbol before name resolution. If the symbol is resolved to a
171 defined symbol, because the undefined symbol the pointer pointed to will have
179 - If we add Defined and Undefined symbols, the symbol table will keep the
182 - If we add Lazy and Undefined, it will keep the former,
236 - checks if there's no remaining undefined symbols,