2012-03-26 19:18:29 +00:00
|
|
|
# ld: -T overlay.t -u __load_start_text1 -u __load_start_text2 -u __load_stop_text1 -u __load_stop_text2
|
|
|
|
#readelf: -s
|
2022-10-27 18:43:13 +00:00
|
|
|
#notarget: spu-*-*
|
|
|
|
# The SPU adds its own LOAD segments, out of order, at the start of the program header table.
|
2012-03-26 19:18:29 +00:00
|
|
|
|
|
|
|
#...
|
|
|
|
[ ]+[0-9]+:[ ]+0*4000[ ]+0[ ]+NOTYPE[ ]+GLOBAL[ ]+DEFAULT[ ]+ABS __load_start_text1
|
|
|
|
#...
|
|
|
|
[ ]+[0-9]+:[ ]+0*4010[ ]+0[ ]+NOTYPE[ ]+GLOBAL[ ]+DEFAULT[ ]+ABS __load_start_text2
|
|
|
|
#...
|
|
|
|
[ ]+[0-9]+:[ ]+0*4030[ ]+0[ ]+NOTYPE[ ]+GLOBAL[ ]+DEFAULT[ ]+ABS __load_stop_text2
|
|
|
|
#...
|
|
|
|
[ ]+[0-9]+:[ ]+0*4010[ ]+0[ ]+NOTYPE[ ]+GLOBAL[ ]+DEFAULT[ ]+ABS __load_stop_text1
|
|
|
|
#pass
|