Lines Matching refs:segment
14 # INITIAL_READONLY_SECTIONS - at start of text segment
18 # INITIAL_READWRITE_SECTIONS - at start of data segment (after relro)
23 # OTHER_RELRO_SECTIONS_2 - as above, but after .dynamic in text segment
29 # TEXT_START_ADDR - the first byte of the text segment, after any
31 # TEXT_BASE_ADDRESS - the first byte of the text segment.
43 # PLT_NEXT_DATA - .plt next to data segment when .plt is in text segment.
44 # DATA_PLT - .plt should be in data segment, not text segment.
46 # BSS_PLT - .plt should be in bss segment
49 # NON_ALLOC_DYN - Place dynamic sections after data segment.
50 # TEXT_DYNAMIC - .dynamic in text segment, not data segment.
187 we can shorten the on-disk segment size. */
312 TEXT_START_ADDR="SEGMENT_START(\"text-segment\", ${TEXT_START_ADDR})"
313 SHLIB_TEXT_START_ADDR="SEGMENT_START(\"text-segment\", ${SHLIB_TEXT_START_ADDR:-0})"
350 /* Read-only sections, merged into text segment: */
512 SEGMENT_START(\"rodata-segment\", ${RODATA_ADDR}) + SIZEOF_HEADERS"
515 RODATA_ADDR="SEGMENT_START(\"rodata-segment\", ${RODATA_ADDR})"
519 SEGMENT_START(\"rodata-segment\", ${SHLIB_RODATA_ADDR}) + SIZEOF_HEADERS"
521 SHLIB_RODATA_ADDR="SEGMENT_START(\"rodata-segment\", ${SHLIB_RODATA_ADDR})"
525 /* Adjust the address for the rodata segment. We want to adjust up to
551 /* Adjust the address for the data segment. We want to adjust up to
639 LARGE_DATA_ADDR=". = SEGMENT_START(\"ldata-segment\", ${LARGE_DATA_ADDR-.});"
640 SHLIB_LARGE_DATA_ADDR=". = SEGMENT_START(\"ldata-segment\", ${SHLIB_LARGE_DATA_ADDR-.});"