Searched refs:_text (Results 1 - 1 of 1) sorted by relevance

/scripts/
H A Dkallsyms.c44 static unsigned long long _text; variable
121 if (strcmp(sym, "_text") == 0)
122 _text = s->addr;
306 /* Provide proper symbols relocatability by their '_text'
316 if (_text <= table[i].addr)
318 table[i].addr - _text);
321 _text - table[i].addr);

Completed in 67 milliseconds