Home | History | Annotate | Download | only in src

Lines Matching refs:exec_offset

1891   (mmap_exec_offset((b),(s)) == (S)->exec_offset)
1893 # define add_segment_exec_offset(p,S) ((char*)(p) + (S)->exec_offset)
1894 # define sub_segment_exec_offset(p,S) ((char*)(p) - (S)->exec_offset)
1901 (((S)->exec_offset = \
1903 (mmap_exec_offset((S)->base + (S)->exec_offset, (S)->size) != \
1904 (S)->exec_offset) ? (ABORT, (v)) : \
1910 ptrdiff_t exec_offset;