Home | History | Annotate | Download | only in linux

Lines Matching full:symbol

200 /* The following type indicates the definition of a symbol as being
201 an indirect reference to another symbol. The other symbol
202 appears as an undefined reference, immediately following this symbol.
204 Indirection is asymmetrical. The other symbol's value will be used
205 to satisfy requests for the indirect symbol, but not vice versa.
206 If the other symbol does not have a definition, libraries will
216 The address of the set is made into an N_SETV symbol
218 This symbol acts like a N_DATA global symbol
222 #define N_SETA 0x14 /* Absolute set element symbol */
223 #define N_SETT 0x16 /* Text set element symbol */
224 #define N_SETD 0x18 /* Data set element symbol */
225 #define N_SETB 0x1A /* Bss set element symbol */
245 as well as for changes in the symbol or section specified. */
250 /* 1 => relocate with value of symbol.
251 r_symbolnum is the index of the symbol
252 in file's the symbol table.