HomeSort by: relevance | last modified time | path
    Searched defs:glibc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 1621 This reflects the way glibc's ld.so works.
2305 /* Return true if linked against glibc. Otherwise return false. If
2306 linked against glibc, add VERSION_DEP to the list of glibc version
2309 defines VERSION_DEP. GLIBC_MINOR_BASE is the pointer to the glibc
2323 bool glibc = false;
2344 glibc = true;
2357 /* Skip if it isn't linked against glibc. */
2361 glibc = true;
2399 glibc = false
2318 bool glibc = false; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 1605 This reflects the way glibc's ld.so works.
2289 /* Return true if linked against glibc. Otherwise return false. If
2290 linked against glibc, add VERSION_DEP to the list of glibc version
2293 defines VERSION_DEP. GLIBC_MINOR_BASE is the pointer to the glibc
2307 bool glibc = false;
2328 glibc = true;
2341 /* Skip if it isn't linked against glibc. */
2345 glibc = true;
2383 glibc = false
2302 bool glibc = false; local
    [all...]

Completed in 24 milliseconds