Home | History | Annotate | Download | only in src

Lines Matching refs:exec_offset

1948   (mmap_exec_offset((b),(s)) == (S)->exec_offset)
1950 # define add_segment_exec_offset(p,S) ((char*)(p) + (S)->exec_offset)
1951 # define sub_segment_exec_offset(p,S) ((char*)(p) - (S)->exec_offset)
1958 (((S)->exec_offset = \
1960 (mmap_exec_offset((S)->base + (S)->exec_offset, (S)->size) != \
1961 (S)->exec_offset) ? (ABORT, (v)) : \
1967 ptrdiff_t exec_offset;