Lines Matching full:for
11 # See the License for the specific language governing permissions and
14 # 32-bits pointers optimization in Panda for objects => addresses usage low 4GB
15 # We need use linker scripts for section replacement above 4GB
16 # Note: AddressSanitizer reserves (mmap) addresses for its own needs,
17 # so we have difference start addresses for asan and default buildings
20 # definitions for exception handling sections
32 # For cross-aarch64 with ASAN with linker script we need use additional path-link
40 # We need use specific options for AMD64 building with Clang compiler
41 # because it is necessary for placement of sections above 4GB
45 # so for rapidcheck test binaries panda_test_asan.ld is used which does not require
55 # This function need for non-SHARED libraries
56 # It is necessary for 32-bits pointers via amd64 building with Clang compiler