Lines Matching refs:that

20 that the dynamic linker replaces with pointers to its own implementation at
26 thread-safe static initialization and the like, so it just calls functions that
33 has a `DT_INTERP` entry that says "use the following program to start me". On
34 Android, that's either `linker` or `linker64` (depending on whether it's a
36 into memory and resolving references to symbols (so that when your code tries to
61 # Each architecture has its own subdirectory for stuff that isn't shared
62 # because it's architecture-specific. There will be a .mk file in here that
116 # because the Linux kernel interface is sufficiently different that we
118 # legacy mess that needs to be sorted out, either by replacing it with
148 Note that you should check to see whether the constants are already in
149 kernel uapi header files, in which case you just need to make sure that
153 5. Add at least basic tests. Even a test that deliberately supplies
154 an invalid argument helps check that we're generating the right symbol
156 confirm that the correct system call is being made.)
180 If you make a change that is likely to have a wide effect on the tree (such as a
182 _not_ build the entire tree; just the minimum number of projects that are
184 modules will not be built. Note that `make checkbuild` will not be complete
208 The host tests require that you have `lunch`ed either an x86 or x86_64 target.
216 As a way to check that our tests do in fact test the correct behavior (and not
231 * Note that the build system is ignorant to this flag being toggled, i.e. if