Lines Matching defs:link

329         #[link(name = "util", kind = "static", modifiers = "-bundle",
331 #[link(name = "rt", kind = "static", modifiers = "-bundle",
333 #[link(name = "pthread", kind = "static", modifiers = "-bundle",
335 #[link(name = "m", kind = "static", modifiers = "-bundle",
337 #[link(name = "dl", kind = "static", modifiers = "-bundle",
339 #[link(name = "c", kind = "static", modifiers = "-bundle",
341 #[link(name = "gcc_eh", kind = "static", modifiers = "-bundle",
343 #[link(name = "gcc", kind = "static", modifiers = "-bundle",
345 #[link(name = "c", kind = "static", modifiers = "-bundle",
347 #[link(name = "util", cfg(not(target_feature = "crt-static")))]
348 #[link(name = "rt", cfg(not(target_feature = "crt-static")))]
349 #[link(name = "pthread", cfg(not(target_feature = "crt-static")))]
350 #[link(name = "m", cfg(not(target_feature = "crt-static")))]
351 #[link(name = "dl", cfg(not(target_feature = "crt-static")))]
352 #[link(name = "c", cfg(not(target_feature = "crt-static")))]
356 link(name = "c", kind = "static", modifiers = "-bundle",
359 link(name = "c", cfg(not(target_feature = "crt-static"))))]
362 #[link(name = "c")]
365 #[link(name = "c", kind = "static", modifiers = "-bundle",
367 #[link(name = "m", kind = "static", modifiers = "-bundle",
369 #[link(name = "m", cfg(not(target_feature = "crt-static")))]
370 #[link(name = "c", cfg(not(target_feature = "crt-static")))]
380 #[link(name = "c")]
381 #[link(name = "m")]
384 #[link(name = "root")]
385 #[link(name = "network")]
388 #[link(name = "c")]
389 #[link(name = "m")]
392 // no_default_libraries is set to false for HermitCore, so only a link
394 #[link(name = "pthread")]
397 #[link(name = "c")]
398 #[link(name = "m")]
402 link(name = "c", kind = "static", modifiers = "-bundle",
405 link(name = "c", cfg(not(target_feature = "crt-static"))))]
408 #[link(name = "c")]
409 #[link(name = "m")]
410 #[link(name = "rt")]
411 #[link(name = "pthread")]
907 pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int;