Provide symbols constructed from the object name and line number for code fragments placed into alternative sections, such as inline REAL_CODE() assembly placed into .text16. This simplifies the debugging task of finding the source code corresponding to a given instruction pointer. Note that we cannot use __FUNCTION__ since it is not a preprocessor macro and so cannot be concatenated with string literals. Signed-off-by: Michael Brown <mcb30@ipxe.org>tags/v1.20.1
|
|
||
254 |
|
254 |
|
255 |
|
255 |
|
256 |
|
256 |
|
|
257 |
|
|
|
258 |
|
|
|
259 |
|
|
257 |
|
260 |
|
258 |
|
261 |
|
259 |
|
262 |
|
|
263 |
|
|
260 |
|
264 |
|
261 |
|
265 |
|
262 |
|
266 |
|
|
|
||
276 |
|
280 |
|
277 |
|
281 |
|
278 |
|
282 |
|
|
283 |
|
|
279 |
|
284 |
|
280 |
|
285 |
|
281 |
|
286 |
|