Lines Matching refs:GOT
32 # If the output has a GOT section, there must be exactly 0x7ff0 bytes
33 # between .got and _gp.
36 # .got.plt is only used for the PLT psABI extension. It should not be
37 # included in the .sdata block with .got, as there is no need to access
42 # .got : { *(.got.plt) *(.got) }
45 # of *(.got).
46 GOT=".got ${RELOCATING-0} : { *(.got) }"
50 OTHER_RELRO_SECTIONS=".got.plt ${RELOCATING-0} : { *(.got.plt) }"
52 OTHER_READWRITE_SECTIONS=".got.plt ${RELOCATING-0} : { *(.got.plt) }"