Home | History | Annotate | Download | only in emulparams

Lines Matching refs:GOT

22   GOT="
23 .got : ALIGN(256) { *(.got .toc) }"
25 GOT="
26 .got 0 : { *(.got) }
38 # it up against .got which is 256 byte aligned, so that the offset
41 # .branch_lt, .plt, .iplt, then .got, so in that case we move
42 # .branch_lt so that the end of .iplt is against .got. All of these
60 .branch_lt ${RELOCATING-0}${RELOCATING+ALIGNOF(.branch_lt) < 256 && SIZEOF(.got) != 0 ? . + (((-MAX(ALIGNOF(.branch_lt),8) & (-SIZEOF(.branch_lt)${RELRO_NOW+ + (-MAX(ALIGNOF(.plt),8) & (-SIZEOF(.plt) + (-MAX(ALIGNOF(.iplt),8) & -SIZEOF(.iplt))))})) - .) & 255) : ALIGN(MAX(ALIGNOF(.branch_lt), SIZEOF(.got) != 0 ? 256 : 8))} : { *(.branch_lt) }"
63 # Put .got before .data
65 # Always make .got read-only after relocation