Lines Matching defs:native
1655 /* Native-level interface to symbols. */
2365 unsigned char *native, *natptr;
2376 native = (unsigned char *) bfd_zalloc (abfd, natsize);
2377 if (!native)
2384 for (natptr = native;
2405 for (natptr = native;
2422 if (bfd_write (native, natsize, abfd) != natsize)
2424 bfd_release (abfd, native);
2427 bfd_release (abfd, native);
4070 is what the native linker does. */
4393 is what the native linker does. */