There's no guarantee that .rodata is anywhere near .text in the large code model. If I'm reading gcc's generated code right, they place constant pool entries the .text section for the large code model. CC: @jrtc27 @kito-cheng @lenary @tclin914