Home | History | Annotate | Download | only in src

Lines Matching refs:exec_offset

1953   (mmap_exec_offset((b),(s)) == (S)->exec_offset)
1955 # define add_segment_exec_offset(p,S) ((char*)(p) + (S)->exec_offset)
1956 # define sub_segment_exec_offset(p,S) ((char*)(p) - (S)->exec_offset)
1963 (((S)->exec_offset = \
1965 (mmap_exec_offset((S)->base + (S)->exec_offset
1966 (S)->exec_offset) ? (ABORT, (v)) : \
1972 ptrdiff_t exec_offset;