I am reading my build scripts of my project and found a place where it is written the following command
objcopy --redefine-sym =.L.str before.a after.a
Could somebody please explain me what does .L.str
mean here?
I am reading my build scripts of my project and found a place where it is written the following command
objcopy --redefine-sym =.L.str before.a after.a
Could somebody please explain me what does .L.str
mean here?