| author | |
| committer | |
| log | f69f55c807efa336e85862efdfe2abe03e15bd0d |
| tree | d0bbd8dfd1354a87ec989542f8e512d2130eaafc |
| parent | da9542c0af1955c54fba4a9466d43d94290e36c9 |
This is the result of the work on tools/gen_stubs.zig. It now uses the
preprocessor to emit different symbols and sizes depending on the
architecture. The data is collected directly from multiple libc.so files
on disk built with upstream musl.
Closes #8178
Addresses #8896 for musl
There is still room for further improvement to this, which is to
put `.ds` directives after symbols that are not followed by aliases, to
avoid the potential problem of a linker believing that all symbols are
aliases of each other.3 files changed, 5417 insertions(+), 5049 deletions(-)
lib/libc/musl/libc.S created+5405| ... | @@ -0,0 +1,5405 @@ | ||
| 1 | #ifdef PTR64 | ||
| 2 | #define WEAK64 .weak | ||
| 3 | #define PTR_SIZE_BYTES 8 | ||
| 4 | #define PTR2_SIZE_BYTES 16 | ||
| 5 | #else | ||
| 6 | #define WEAK64 .globl | ||
| 7 | #define PTR_SIZE_BYTES 4 | ||
| 8 | #define PTR2_SIZE_BYTES 8 | ||
| 9 | #endif | ||
| 10 | .rodata | ||
| 11 | .globl in6addr_any | ||
| 12 | .type in6addr_any, %object; | ||
| 13 | .size in6addr_any, 16 | ||
| 14 | in6addr_any: | ||
| 15 | .globl in6addr_loopback | ||
| 16 | .type in6addr_loopback, %object; | ||
| 17 | .size in6addr_loopback, 16 | ||
| 18 | in6addr_loopback: | ||
| 19 | .globl _ns_flagdata | ||
| 20 | .type _ns_flagdata, %object; | ||
| 21 | .size _ns_flagdata, 128 | ||
| 22 | _ns_flagdata: | ||
| 23 | .text | ||
| 24 | .weak aio_read64 | ||
| 25 | .type aio_read64, %function; | ||
| 26 | aio_read64: | ||
| 27 | .globl aio_read | ||
| 28 | .type aio_read, %function; | ||
| 29 | aio_read: | ||
| 30 | .globl aio_write | ||
| 31 | .type aio_write, %function; | ||
| 32 | aio_write: | ||
| 33 | .weak aio_write64 | ||
| 34 | .type aio_write64, %function; | ||
| 35 | aio_write64: | ||
| 36 | .globl aio_fsync | ||
| 37 | .type aio_fsync, %function; | ||
| 38 | aio_fsync: | ||
| 39 | .weak aio_fsync64 | ||
| 40 | .type aio_fsync64, %function; | ||
| 41 | aio_fsync64: | ||
| 42 | .weak aio_return64 | ||
| 43 | .type aio_return64, %function; | ||
| 44 | aio_return64: | ||
| 45 | .globl aio_return | ||
| 46 | .type aio_return, %function; | ||
| 47 | aio_return: | ||
| 48 | .globl aio_error | ||
| 49 | .type aio_error, %function; | ||
| 50 | aio_error: | ||
| 51 | .weak aio_error64 | ||
| 52 | .type aio_error64, %function; | ||
| 53 | aio_error64: | ||
| 54 | .globl aio_cancel | ||
| 55 | .type aio_cancel, %function; | ||
| 56 | aio_cancel: | ||
| 57 | .weak aio_cancel64 | ||
| 58 | .type aio_cancel64, %function; | ||
| 59 | aio_cancel64: | ||
| 60 | .globl aio_suspend | ||
| 61 | .type aio_suspend, %function; | ||
| 62 | aio_suspend: | ||
| 63 | .weak aio_suspend64 | ||
| 64 | .type aio_suspend64, %function; | ||
| 65 | aio_suspend64: | ||
| 66 | .globl lio_listio | ||
| 67 | .type lio_listio, %function; | ||
| 68 | lio_listio: | ||
| 69 | .weak lio_listio64 | ||
| 70 | .type lio_listio64, %function; | ||
| 71 | lio_listio64: | ||
| 72 | .globl cabs | ||
| 73 | .type cabs, %function; | ||
| 74 | cabs: | ||
| 75 | .globl cabsf | ||
| 76 | .type cabsf, %function; | ||
| 77 | cabsf: | ||
| 78 | .globl cabsl | ||
| 79 | .type cabsl, %function; | ||
| 80 | cabsl: | ||
| 81 | .globl cacos | ||
| 82 | .type cacos, %function; | ||
| 83 | cacos: | ||
| 84 | .globl cacosf | ||
| 85 | .type cacosf, %function; | ||
| 86 | cacosf: | ||
| 87 | .globl cacosh | ||
| 88 | .type cacosh, %function; | ||
| 89 | cacosh: | ||
| 90 | .globl cacoshf | ||
| 91 | .type cacoshf, %function; | ||
| 92 | cacoshf: | ||
| 93 | .globl cacoshl | ||
| 94 | .type cacoshl, %function; | ||
| 95 | cacoshl: | ||
| 96 | .globl cacosl | ||
| 97 | .type cacosl, %function; | ||
| 98 | cacosl: | ||
| 99 | .globl carg | ||
| 100 | .type carg, %function; | ||
| 101 | carg: | ||
| 102 | .globl cargf | ||
| 103 | .type cargf, %function; | ||
| 104 | cargf: | ||
| 105 | .globl cargl | ||
| 106 | .type cargl, %function; | ||
| 107 | cargl: | ||
| 108 | .globl casin | ||
| 109 | .type casin, %function; | ||
| 110 | casin: | ||
| 111 | .globl casinf | ||
| 112 | .type casinf, %function; | ||
| 113 | casinf: | ||
| 114 | .globl casinh | ||
| 115 | .type casinh, %function; | ||
| 116 | casinh: | ||
| 117 | .globl casinhf | ||
| 118 | .type casinhf, %function; | ||
| 119 | casinhf: | ||
| 120 | .globl casinhl | ||
| 121 | .type casinhl, %function; | ||
| 122 | casinhl: | ||
| 123 | .globl casinl | ||
| 124 | .type casinl, %function; | ||
| 125 | casinl: | ||
| 126 | .globl catan | ||
| 127 | .type catan, %function; | ||
| 128 | catan: | ||
| 129 | .globl catanf | ||
| 130 | .type catanf, %function; | ||
| 131 | catanf: | ||
| 132 | .globl catanh | ||
| 133 | .type catanh, %function; | ||
| 134 | catanh: | ||
| 135 | .globl catanhf | ||
| 136 | .type catanhf, %function; | ||
| 137 | catanhf: | ||
| 138 | .globl catanhl | ||
| 139 | .type catanhl, %function; | ||
| 140 | catanhl: | ||
| 141 | .globl catanl | ||
| 142 | .type catanl, %function; | ||
| 143 | catanl: | ||
| 144 | .globl ccos | ||
| 145 | .type ccos, %function; | ||
| 146 | ccos: | ||
| 147 | .globl ccosf | ||
| 148 | .type ccosf, %function; | ||
| 149 | ccosf: | ||
| 150 | .globl ccosh | ||
| 151 | .type ccosh, %function; | ||
| 152 | ccosh: | ||
| 153 | .globl ccoshf | ||
| 154 | .type ccoshf, %function; | ||
| 155 | ccoshf: | ||
| 156 | .globl ccoshl | ||
| 157 | .type ccoshl, %function; | ||
| 158 | ccoshl: | ||
| 159 | .globl ccosl | ||
| 160 | .type ccosl, %function; | ||
| 161 | ccosl: | ||
| 162 | .globl cexp | ||
| 163 | .type cexp, %function; | ||
| 164 | cexp: | ||
| 165 | .globl cexpf | ||
| 166 | .type cexpf, %function; | ||
| 167 | cexpf: | ||
| 168 | .globl cexpl | ||
| 169 | .type cexpl, %function; | ||
| 170 | cexpl: | ||
| 171 | .globl cimag | ||
| 172 | .type cimag, %function; | ||
| 173 | cimag: | ||
| 174 | .globl cimagf | ||
| 175 | .type cimagf, %function; | ||
| 176 | cimagf: | ||
| 177 | .globl cimagl | ||
| 178 | .type cimagl, %function; | ||
| 179 | cimagl: | ||
| 180 | .globl clog | ||
| 181 | .type clog, %function; | ||
| 182 | clog: | ||
| 183 | .globl clogf | ||
| 184 | .type clogf, %function; | ||
| 185 | clogf: | ||
| 186 | .globl clogl | ||
| 187 | .type clogl, %function; | ||
| 188 | clogl: | ||
| 189 | .globl conj | ||
| 190 | .type conj, %function; | ||
| 191 | conj: | ||
| 192 | .globl conjf | ||
| 193 | .type conjf, %function; | ||
| 194 | conjf: | ||
| 195 | .globl conjl | ||
| 196 | .type conjl, %function; | ||
| 197 | conjl: | ||
| 198 | .globl cpow | ||
| 199 | .type cpow, %function; | ||
| 200 | cpow: | ||
| 201 | .globl cpowf | ||
| 202 | .type cpowf, %function; | ||
| 203 | cpowf: | ||
| 204 | .globl cpowl | ||
| 205 | .type cpowl, %function; | ||
| 206 | cpowl: | ||
| 207 | .globl cproj | ||
| 208 | .type cproj, %function; | ||
| 209 | cproj: | ||
| 210 | .globl cprojf | ||
| 211 | .type cprojf, %function; | ||
| 212 | cprojf: | ||
| 213 | .globl cprojl | ||
| 214 | .type cprojl, %function; | ||
| 215 | cprojl: | ||
| 216 | .globl creal | ||
| 217 | .type creal, %function; | ||
| 218 | creal: | ||
| 219 | .globl crealf | ||
| 220 | .type crealf, %function; | ||
| 221 | crealf: | ||
| 222 | .globl creall | ||
| 223 | .type creall, %function; | ||
| 224 | creall: | ||
| 225 | .globl csin | ||
| 226 | .type csin, %function; | ||
| 227 | csin: | ||
| 228 | .globl csinf | ||
| 229 | .type csinf, %function; | ||
| 230 | csinf: | ||
| 231 | .globl csinh | ||
| 232 | .type csinh, %function; | ||
| 233 | csinh: | ||
| 234 | .globl csinhf | ||
| 235 | .type csinhf, %function; | ||
| 236 | csinhf: | ||
| 237 | .globl csinhl | ||
| 238 | .type csinhl, %function; | ||
| 239 | csinhl: | ||
| 240 | .globl csinl | ||
| 241 | .type csinl, %function; | ||
| 242 | csinl: | ||
| 243 | .globl csqrt | ||
| 244 | .type csqrt, %function; | ||
| 245 | csqrt: | ||
| 246 | .globl csqrtf | ||
| 247 | .type csqrtf, %function; | ||
| 248 | csqrtf: | ||
| 249 | .globl csqrtl | ||
| 250 | .type csqrtl, %function; | ||
| 251 | csqrtl: | ||
| 252 | .globl ctan | ||
| 253 | .type ctan, %function; | ||
| 254 | ctan: | ||
| 255 | .globl ctanf | ||
| 256 | .type ctanf, %function; | ||
| 257 | ctanf: | ||
| 258 | .globl ctanh | ||
| 259 | .type ctanh, %function; | ||
| 260 | ctanh: | ||
| 261 | .globl ctanhf | ||
| 262 | .type ctanhf, %function; | ||
| 263 | ctanhf: | ||
| 264 | .globl ctanhl | ||
| 265 | .type ctanhl, %function; | ||
| 266 | ctanhl: | ||
| 267 | .globl ctanl | ||
| 268 | .type ctanl, %function; | ||
| 269 | ctanl: | ||
| 270 | .globl confstr | ||
| 271 | .type confstr, %function; | ||
| 272 | confstr: | ||
| 273 | .globl fpathconf | ||
| 274 | .type fpathconf, %function; | ||
| 275 | fpathconf: | ||
| 276 | .globl get_nprocs_conf | ||
| 277 | .type get_nprocs_conf, %function; | ||
| 278 | get_nprocs_conf: | ||
| 279 | .globl get_nprocs | ||
| 280 | .type get_nprocs, %function; | ||
| 281 | get_nprocs: | ||
| 282 | .globl get_phys_pages | ||
| 283 | .type get_phys_pages, %function; | ||
| 284 | get_phys_pages: | ||
| 285 | .globl get_avphys_pages | ||
| 286 | .type get_avphys_pages, %function; | ||
| 287 | get_avphys_pages: | ||
| 288 | .globl pathconf | ||
| 289 | .type pathconf, %function; | ||
| 290 | pathconf: | ||
| 291 | .globl sysconf | ||
| 292 | .type sysconf, %function; | ||
| 293 | sysconf: | ||
| 294 | .globl crypt | ||
| 295 | .type crypt, %function; | ||
| 296 | crypt: | ||
| 297 | .weak crypt_r | ||
| 298 | .type crypt_r, %function; | ||
| 299 | crypt_r: | ||
| 300 | .globl setkey | ||
| 301 | .type setkey, %function; | ||
| 302 | setkey: | ||
| 303 | .globl encrypt | ||
| 304 | .type encrypt, %function; | ||
| 305 | encrypt: | ||
| 306 | .globl __ctype_b_loc | ||
| 307 | .type __ctype_b_loc, %function; | ||
| 308 | __ctype_b_loc: | ||
| 309 | .globl __ctype_get_mb_cur_max | ||
| 310 | .type __ctype_get_mb_cur_max, %function; | ||
| 311 | __ctype_get_mb_cur_max: | ||
| 312 | .globl __ctype_tolower_loc | ||
| 313 | .type __ctype_tolower_loc, %function; | ||
| 314 | __ctype_tolower_loc: | ||
| 315 | .globl __ctype_toupper_loc | ||
| 316 | .type __ctype_toupper_loc, %function; | ||
| 317 | __ctype_toupper_loc: | ||
| 318 | .globl isalnum | ||
| 319 | .type isalnum, %function; | ||
| 320 | isalnum: | ||
| 321 | .globl __isalnum_l | ||
| 322 | .type __isalnum_l, %function; | ||
| 323 | __isalnum_l: | ||
| 324 | .weak isalnum_l | ||
| 325 | .type isalnum_l, %function; | ||
| 326 | isalnum_l: | ||
| 327 | .globl isalpha | ||
| 328 | .type isalpha, %function; | ||
| 329 | isalpha: | ||
| 330 | .weak isalpha_l | ||
| 331 | .type isalpha_l, %function; | ||
| 332 | isalpha_l: | ||
| 333 | .globl __isalpha_l | ||
| 334 | .type __isalpha_l, %function; | ||
| 335 | __isalpha_l: | ||
| 336 | .globl isascii | ||
| 337 | .type isascii, %function; | ||
| 338 | isascii: | ||
| 339 | .globl isblank | ||
| 340 | .type isblank, %function; | ||
| 341 | isblank: | ||
| 342 | .globl __isblank_l | ||
| 343 | .type __isblank_l, %function; | ||
| 344 | __isblank_l: | ||
| 345 | .weak isblank_l | ||
| 346 | .type isblank_l, %function; | ||
| 347 | isblank_l: | ||
| 348 | .globl iscntrl | ||
| 349 | .type iscntrl, %function; | ||
| 350 | iscntrl: | ||
| 351 | .weak iscntrl_l | ||
| 352 | .type iscntrl_l, %function; | ||
| 353 | iscntrl_l: | ||
| 354 | .globl __iscntrl_l | ||
| 355 | .type __iscntrl_l, %function; | ||
| 356 | __iscntrl_l: | ||
| 357 | .globl isdigit | ||
| 358 | .type isdigit, %function; | ||
| 359 | isdigit: | ||
| 360 | .weak isdigit_l | ||
| 361 | .type isdigit_l, %function; | ||
| 362 | isdigit_l: | ||
| 363 | .globl __isdigit_l | ||
| 364 | .type __isdigit_l, %function; | ||
| 365 | __isdigit_l: | ||
| 366 | .globl isgraph | ||
| 367 | .type isgraph, %function; | ||
| 368 | isgraph: | ||
| 369 | .globl __isgraph_l | ||
| 370 | .type __isgraph_l, %function; | ||
| 371 | __isgraph_l: | ||
| 372 | .weak isgraph_l | ||
| 373 | .type isgraph_l, %function; | ||
| 374 | isgraph_l: | ||
| 375 | .globl islower | ||
| 376 | .type islower, %function; | ||
| 377 | islower: | ||
| 378 | .weak islower_l | ||
| 379 | .type islower_l, %function; | ||
| 380 | islower_l: | ||
| 381 | .globl __islower_l | ||
| 382 | .type __islower_l, %function; | ||
| 383 | __islower_l: | ||
| 384 | .globl isprint | ||
| 385 | .type isprint, %function; | ||
| 386 | isprint: | ||
| 387 | .weak isprint_l | ||
| 388 | .type isprint_l, %function; | ||
| 389 | isprint_l: | ||
| 390 | .globl __isprint_l | ||
| 391 | .type __isprint_l, %function; | ||
| 392 | __isprint_l: | ||
| 393 | .globl ispunct | ||
| 394 | .type ispunct, %function; | ||
| 395 | ispunct: | ||
| 396 | .weak ispunct_l | ||
| 397 | .type ispunct_l, %function; | ||
| 398 | ispunct_l: | ||
| 399 | .globl __ispunct_l | ||
| 400 | .type __ispunct_l, %function; | ||
| 401 | __ispunct_l: | ||
| 402 | .globl isspace | ||
| 403 | .type isspace, %function; | ||
| 404 | isspace: | ||
| 405 | .weak isspace_l | ||
| 406 | .type isspace_l, %function; | ||
| 407 | isspace_l: | ||
| 408 | .globl __isspace_l | ||
| 409 | .type __isspace_l, %function; | ||
| 410 | __isspace_l: | ||
| 411 | .globl isupper | ||
| 412 | .type isupper, %function; | ||
| 413 | isupper: | ||
| 414 | .weak isupper_l | ||
| 415 | .type isupper_l, %function; | ||
| 416 | isupper_l: | ||
| 417 | .globl __isupper_l | ||
| 418 | .type __isupper_l, %function; | ||
| 419 | __isupper_l: | ||
| 420 | .globl iswalnum | ||
| 421 | .type iswalnum, %function; | ||
| 422 | iswalnum: | ||
| 423 | .globl __iswalnum_l | ||
| 424 | .type __iswalnum_l, %function; | ||
| 425 | __iswalnum_l: | ||
| 426 | .weak iswalnum_l | ||
| 427 | .type iswalnum_l, %function; | ||
| 428 | iswalnum_l: | ||
| 429 | .globl iswalpha | ||
| 430 | .type iswalpha, %function; | ||
| 431 | iswalpha: | ||
| 432 | .globl __iswalpha_l | ||
| 433 | .type __iswalpha_l, %function; | ||
| 434 | __iswalpha_l: | ||
| 435 | .weak iswalpha_l | ||
| 436 | .type iswalpha_l, %function; | ||
| 437 | iswalpha_l: | ||
| 438 | .globl iswblank | ||
| 439 | .type iswblank, %function; | ||
| 440 | iswblank: | ||
| 441 | .globl __iswblank_l | ||
| 442 | .type __iswblank_l, %function; | ||
| 443 | __iswblank_l: | ||
| 444 | .weak iswblank_l | ||
| 445 | .type iswblank_l, %function; | ||
| 446 | iswblank_l: | ||
| 447 | .globl iswcntrl | ||
| 448 | .type iswcntrl, %function; | ||
| 449 | iswcntrl: | ||
| 450 | .globl __iswcntrl_l | ||
| 451 | .type __iswcntrl_l, %function; | ||
| 452 | __iswcntrl_l: | ||
| 453 | .weak iswcntrl_l | ||
| 454 | .type iswcntrl_l, %function; | ||
| 455 | iswcntrl_l: | ||
| 456 | .globl iswctype | ||
| 457 | .type iswctype, %function; | ||
| 458 | iswctype: | ||
| 459 | .globl wctype | ||
| 460 | .type wctype, %function; | ||
| 461 | wctype: | ||
| 462 | .globl __iswctype_l | ||
| 463 | .type __iswctype_l, %function; | ||
| 464 | __iswctype_l: | ||
| 465 | .weak iswctype_l | ||
| 466 | .type iswctype_l, %function; | ||
| 467 | iswctype_l: | ||
| 468 | .globl __wctype_l | ||
| 469 | .type __wctype_l, %function; | ||
| 470 | __wctype_l: | ||
| 471 | .weak wctype_l | ||
| 472 | .type wctype_l, %function; | ||
| 473 | wctype_l: | ||
| 474 | .globl iswdigit | ||
| 475 | .type iswdigit, %function; | ||
| 476 | iswdigit: | ||
| 477 | .globl __iswdigit_l | ||
| 478 | .type __iswdigit_l, %function; | ||
| 479 | __iswdigit_l: | ||
| 480 | .weak iswdigit_l | ||
| 481 | .type iswdigit_l, %function; | ||
| 482 | iswdigit_l: | ||
| 483 | .globl iswgraph | ||
| 484 | .type iswgraph, %function; | ||
| 485 | iswgraph: | ||
| 486 | .globl __iswgraph_l | ||
| 487 | .type __iswgraph_l, %function; | ||
| 488 | __iswgraph_l: | ||
| 489 | .weak iswgraph_l | ||
| 490 | .type iswgraph_l, %function; | ||
| 491 | iswgraph_l: | ||
| 492 | .globl iswlower | ||
| 493 | .type iswlower, %function; | ||
| 494 | iswlower: | ||
| 495 | .weak iswlower_l | ||
| 496 | .type iswlower_l, %function; | ||
| 497 | iswlower_l: | ||
| 498 | .globl __iswlower_l | ||
| 499 | .type __iswlower_l, %function; | ||
| 500 | __iswlower_l: | ||
| 501 | .globl iswprint | ||
| 502 | .type iswprint, %function; | ||
| 503 | iswprint: | ||
| 504 | .globl __iswprint_l | ||
| 505 | .type __iswprint_l, %function; | ||
| 506 | __iswprint_l: | ||
| 507 | .weak iswprint_l | ||
| 508 | .type iswprint_l, %function; | ||
| 509 | iswprint_l: | ||
| 510 | .globl iswpunct | ||
| 511 | .type iswpunct, %function; | ||
| 512 | iswpunct: | ||
| 513 | .globl __iswpunct_l | ||
| 514 | .type __iswpunct_l, %function; | ||
| 515 | __iswpunct_l: | ||
| 516 | .weak iswpunct_l | ||
| 517 | .type iswpunct_l, %function; | ||
| 518 | iswpunct_l: | ||
| 519 | .globl iswspace | ||
| 520 | .type iswspace, %function; | ||
| 521 | iswspace: | ||
| 522 | .globl __iswspace_l | ||
| 523 | .type __iswspace_l, %function; | ||
| 524 | __iswspace_l: | ||
| 525 | .weak iswspace_l | ||
| 526 | .type iswspace_l, %function; | ||
| 527 | iswspace_l: | ||
| 528 | .globl iswupper | ||
| 529 | .type iswupper, %function; | ||
| 530 | iswupper: | ||
| 531 | .globl __iswupper_l | ||
| 532 | .type __iswupper_l, %function; | ||
| 533 | __iswupper_l: | ||
| 534 | .weak iswupper_l | ||
| 535 | .type iswupper_l, %function; | ||
| 536 | iswupper_l: | ||
| 537 | .globl iswxdigit | ||
| 538 | .type iswxdigit, %function; | ||
| 539 | iswxdigit: | ||
| 540 | .globl __iswxdigit_l | ||
| 541 | .type __iswxdigit_l, %function; | ||
| 542 | __iswxdigit_l: | ||
| 543 | .weak iswxdigit_l | ||
| 544 | .type iswxdigit_l, %function; | ||
| 545 | iswxdigit_l: | ||
| 546 | .globl isxdigit | ||
| 547 | .type isxdigit, %function; | ||
| 548 | isxdigit: | ||
| 549 | .globl __isxdigit_l | ||
| 550 | .type __isxdigit_l, %function; | ||
| 551 | __isxdigit_l: | ||
| 552 | .weak isxdigit_l | ||
| 553 | .type isxdigit_l, %function; | ||
| 554 | isxdigit_l: | ||
| 555 | .globl toascii | ||
| 556 | .type toascii, %function; | ||
| 557 | toascii: | ||
| 558 | .globl tolower | ||
| 559 | .type tolower, %function; | ||
| 560 | tolower: | ||
| 561 | .globl __tolower_l | ||
| 562 | .type __tolower_l, %function; | ||
| 563 | __tolower_l: | ||
| 564 | .weak tolower_l | ||
| 565 | .type tolower_l, %function; | ||
| 566 | tolower_l: | ||
| 567 | .globl toupper | ||
| 568 | .type toupper, %function; | ||
| 569 | toupper: | ||
| 570 | .weak toupper_l | ||
| 571 | .type toupper_l, %function; | ||
| 572 | toupper_l: | ||
| 573 | .globl __toupper_l | ||
| 574 | .type __toupper_l, %function; | ||
| 575 | __toupper_l: | ||
| 576 | .globl towlower | ||
| 577 | .type towlower, %function; | ||
| 578 | towlower: | ||
| 579 | .globl towupper | ||
| 580 | .type towupper, %function; | ||
| 581 | towupper: | ||
| 582 | .globl __towupper_l | ||
| 583 | .type __towupper_l, %function; | ||
| 584 | __towupper_l: | ||
| 585 | .weak towupper_l | ||
| 586 | .type towupper_l, %function; | ||
| 587 | towupper_l: | ||
| 588 | .globl __towlower_l | ||
| 589 | .type __towlower_l, %function; | ||
| 590 | __towlower_l: | ||
| 591 | .weak towlower_l | ||
| 592 | .type towlower_l, %function; | ||
| 593 | towlower_l: | ||
| 594 | .globl wcswidth | ||
| 595 | .type wcswidth, %function; | ||
| 596 | wcswidth: | ||
| 597 | .globl wctrans | ||
| 598 | .type wctrans, %function; | ||
| 599 | wctrans: | ||
| 600 | .globl towctrans | ||
| 601 | .type towctrans, %function; | ||
| 602 | towctrans: | ||
| 603 | .globl __wctrans_l | ||
| 604 | .type __wctrans_l, %function; | ||
| 605 | __wctrans_l: | ||
| 606 | .weak wctrans_l | ||
| 607 | .type wctrans_l, %function; | ||
| 608 | wctrans_l: | ||
| 609 | .weak towctrans_l | ||
| 610 | .type towctrans_l, %function; | ||
| 611 | towctrans_l: | ||
| 612 | .globl __towctrans_l | ||
| 613 | .type __towctrans_l, %function; | ||
| 614 | __towctrans_l: | ||
| 615 | .globl wcwidth | ||
| 616 | .type wcwidth, %function; | ||
| 617 | wcwidth: | ||
| 618 | .globl alphasort | ||
| 619 | .type alphasort, %function; | ||
| 620 | alphasort: | ||
| 621 | .weak alphasort64 | ||
| 622 | .type alphasort64, %function; | ||
| 623 | alphasort64: | ||
| 624 | .globl closedir | ||
| 625 | .type closedir, %function; | ||
| 626 | closedir: | ||
| 627 | .globl dirfd | ||
| 628 | .type dirfd, %function; | ||
| 629 | dirfd: | ||
| 630 | .globl fdopendir | ||
| 631 | .type fdopendir, %function; | ||
| 632 | fdopendir: | ||
| 633 | .globl opendir | ||
| 634 | .type opendir, %function; | ||
| 635 | opendir: | ||
| 636 | .globl readdir | ||
| 637 | .type readdir, %function; | ||
| 638 | readdir: | ||
| 639 | .weak readdir64 | ||
| 640 | .type readdir64, %function; | ||
| 641 | readdir64: | ||
| 642 | .weak readdir64_r | ||
| 643 | .type readdir64_r, %function; | ||
| 644 | readdir64_r: | ||
| 645 | .globl readdir_r | ||
| 646 | .type readdir_r, %function; | ||
| 647 | readdir_r: | ||
| 648 | .globl rewinddir | ||
| 649 | .type rewinddir, %function; | ||
| 650 | rewinddir: | ||
| 651 | .weak scandir64 | ||
| 652 | .type scandir64, %function; | ||
| 653 | scandir64: | ||
| 654 | .globl scandir | ||
| 655 | .type scandir, %function; | ||
| 656 | scandir: | ||
| 657 | .globl seekdir | ||
| 658 | .type seekdir, %function; | ||
| 659 | seekdir: | ||
| 660 | .globl telldir | ||
| 661 | .type telldir, %function; | ||
| 662 | telldir: | ||
| 663 | .globl versionsort | ||
| 664 | .type versionsort, %function; | ||
| 665 | versionsort: | ||
| 666 | .weak versionsort64 | ||
| 667 | .type versionsort64, %function; | ||
| 668 | versionsort64: | ||
| 669 | .weak _init | ||
| 670 | .type _init, %function; | ||
| 671 | _init: | ||
| 672 | .globl __libc_start_main | ||
| 673 | .type __libc_start_main, %function; | ||
| 674 | __libc_start_main: | ||
| 675 | .globl __stack_chk_fail | ||
| 676 | .type __stack_chk_fail, %function; | ||
| 677 | __stack_chk_fail: | ||
| 678 | .globl clearenv | ||
| 679 | .type clearenv, %function; | ||
| 680 | clearenv: | ||
| 681 | .globl getenv | ||
| 682 | .type getenv, %function; | ||
| 683 | getenv: | ||
| 684 | .globl putenv | ||
| 685 | .type putenv, %function; | ||
| 686 | putenv: | ||
| 687 | .globl secure_getenv | ||
| 688 | .type secure_getenv, %function; | ||
| 689 | secure_getenv: | ||
| 690 | .globl setenv | ||
| 691 | .type setenv, %function; | ||
| 692 | setenv: | ||
| 693 | .globl unsetenv | ||
| 694 | .type unsetenv, %function; | ||
| 695 | unsetenv: | ||
| 696 | .globl __errno_location | ||
| 697 | .type __errno_location, %function; | ||
| 698 | __errno_location: | ||
| 699 | .weak strerror_l | ||
| 700 | .type strerror_l, %function; | ||
| 701 | strerror_l: | ||
| 702 | .globl __strerror_l | ||
| 703 | .type __strerror_l, %function; | ||
| 704 | __strerror_l: | ||
| 705 | .globl strerror | ||
| 706 | .type strerror, %function; | ||
| 707 | strerror: | ||
| 708 | .globl _Exit | ||
| 709 | .type _Exit, %function; | ||
| 710 | _Exit: | ||
| 711 | .globl abort | ||
| 712 | .type abort, %function; | ||
| 713 | abort: | ||
| 714 | .globl __assert_fail | ||
| 715 | .type __assert_fail, %function; | ||
| 716 | __assert_fail: | ||
| 717 | .globl at_quick_exit | ||
| 718 | .type at_quick_exit, %function; | ||
| 719 | at_quick_exit: | ||
| 720 | .globl __cxa_finalize | ||
| 721 | .type __cxa_finalize, %function; | ||
| 722 | __cxa_finalize: | ||
| 723 | .globl __cxa_atexit | ||
| 724 | .type __cxa_atexit, %function; | ||
| 725 | __cxa_atexit: | ||
| 726 | .globl atexit | ||
| 727 | .type atexit, %function; | ||
| 728 | atexit: | ||
| 729 | .weak _fini | ||
| 730 | .type _fini, %function; | ||
| 731 | _fini: | ||
| 732 | .globl exit | ||
| 733 | .type exit, %function; | ||
| 734 | exit: | ||
| 735 | .globl quick_exit | ||
| 736 | .type quick_exit, %function; | ||
| 737 | quick_exit: | ||
| 738 | .globl creat | ||
| 739 | .type creat, %function; | ||
| 740 | creat: | ||
| 741 | .weak creat64 | ||
| 742 | .type creat64, %function; | ||
| 743 | creat64: | ||
| 744 | .globl fcntl | ||
| 745 | .type fcntl, %function; | ||
| 746 | fcntl: | ||
| 747 | .weak open64 | ||
| 748 | .type open64, %function; | ||
| 749 | open64: | ||
| 750 | .globl open | ||
| 751 | .type open, %function; | ||
| 752 | open: | ||
| 753 | .weak openat64 | ||
| 754 | .type openat64, %function; | ||
| 755 | openat64: | ||
| 756 | .globl openat | ||
| 757 | .type openat, %function; | ||
| 758 | openat: | ||
| 759 | .weak posix_fadvise64 | ||
| 760 | .type posix_fadvise64, %function; | ||
| 761 | posix_fadvise64: | ||
| 762 | .globl posix_fadvise | ||
| 763 | .type posix_fadvise, %function; | ||
| 764 | posix_fadvise: | ||
| 765 | .weak posix_fallocate64 | ||
| 766 | .type posix_fallocate64, %function; | ||
| 767 | posix_fallocate64: | ||
| 768 | .globl posix_fallocate | ||
| 769 | .type posix_fallocate, %function; | ||
| 770 | posix_fallocate: | ||
| 771 | .globl __flt_rounds | ||
| 772 | .type __flt_rounds, %function; | ||
| 773 | __flt_rounds: | ||
| 774 | .globl fegetexceptflag | ||
| 775 | .type fegetexceptflag, %function; | ||
| 776 | fegetexceptflag: | ||
| 777 | .globl feholdexcept | ||
| 778 | .type feholdexcept, %function; | ||
| 779 | feholdexcept: | ||
| 780 | .globl fesetexceptflag | ||
| 781 | .type fesetexceptflag, %function; | ||
| 782 | fesetexceptflag: | ||
| 783 | .globl fesetround | ||
| 784 | .type fesetround, %function; | ||
| 785 | fesetround: | ||
| 786 | .globl feupdateenv | ||
| 787 | .type feupdateenv, %function; | ||
| 788 | feupdateenv: | ||
| 789 | .globl feclearexcept | ||
| 790 | .type feclearexcept, %function; | ||
| 791 | feclearexcept: | ||
| 792 | .globl feraiseexcept | ||
| 793 | .type feraiseexcept, %function; | ||
| 794 | feraiseexcept: | ||
| 795 | .globl fetestexcept | ||
| 796 | .type fetestexcept, %function; | ||
| 797 | fetestexcept: | ||
| 798 | .globl fegetround | ||
| 799 | .type fegetround, %function; | ||
| 800 | fegetround: | ||
| 801 | .globl fegetenv | ||
| 802 | .type fegetenv, %function; | ||
| 803 | fegetenv: | ||
| 804 | .globl fesetenv | ||
| 805 | .type fesetenv, %function; | ||
| 806 | fesetenv: | ||
| 807 | .globl ftok | ||
| 808 | .type ftok, %function; | ||
| 809 | ftok: | ||
| 810 | .globl msgctl | ||
| 811 | .type msgctl, %function; | ||
| 812 | msgctl: | ||
| 813 | .globl msgget | ||
| 814 | .type msgget, %function; | ||
| 815 | msgget: | ||
| 816 | .globl msgrcv | ||
| 817 | .type msgrcv, %function; | ||
| 818 | msgrcv: | ||
| 819 | .globl msgsnd | ||
| 820 | .type msgsnd, %function; | ||
| 821 | msgsnd: | ||
| 822 | .globl semctl | ||
| 823 | .type semctl, %function; | ||
| 824 | semctl: | ||
| 825 | .globl semget | ||
| 826 | .type semget, %function; | ||
| 827 | semget: | ||
| 828 | .globl semop | ||
| 829 | .type semop, %function; | ||
| 830 | semop: | ||
| 831 | .globl semtimedop | ||
| 832 | .type semtimedop, %function; | ||
| 833 | semtimedop: | ||
| 834 | .globl shmat | ||
| 835 | .type shmat, %function; | ||
| 836 | shmat: | ||
| 837 | .globl shmctl | ||
| 838 | .type shmctl, %function; | ||
| 839 | shmctl: | ||
| 840 | .globl shmdt | ||
| 841 | .type shmdt, %function; | ||
| 842 | shmdt: | ||
| 843 | .globl shmget | ||
| 844 | .type shmget, %function; | ||
| 845 | shmget: | ||
| 846 | .globl dlclose | ||
| 847 | .type dlclose, %function; | ||
| 848 | dlclose: | ||
| 849 | .globl dlerror | ||
| 850 | .type dlerror, %function; | ||
| 851 | dlerror: | ||
| 852 | .globl dlinfo | ||
| 853 | .type dlinfo, %function; | ||
| 854 | dlinfo: | ||
| 855 | .globl dlsym | ||
| 856 | .type dlsym, %function; | ||
| 857 | dlsym: | ||
| 858 | .globl cuserid | ||
| 859 | .type cuserid, %function; | ||
| 860 | cuserid: | ||
| 861 | .globl daemon | ||
| 862 | .type daemon, %function; | ||
| 863 | daemon: | ||
| 864 | .globl vwarn | ||
| 865 | .type vwarn, %function; | ||
| 866 | vwarn: | ||
| 867 | .globl vwarnx | ||
| 868 | .type vwarnx, %function; | ||
| 869 | vwarnx: | ||
| 870 | .globl verr | ||
| 871 | .type verr, %function; | ||
| 872 | verr: | ||
| 873 | .globl verrx | ||
| 874 | .type verrx, %function; | ||
| 875 | verrx: | ||
| 876 | .globl warn | ||
| 877 | .type warn, %function; | ||
| 878 | warn: | ||
| 879 | .globl warnx | ||
| 880 | .type warnx, %function; | ||
| 881 | warnx: | ||
| 882 | .globl err | ||
| 883 | .type err, %function; | ||
| 884 | err: | ||
| 885 | .globl errx | ||
| 886 | .type errx, %function; | ||
| 887 | errx: | ||
| 888 | .globl euidaccess | ||
| 889 | .type euidaccess, %function; | ||
| 890 | euidaccess: | ||
| 891 | .weak eaccess | ||
| 892 | .type eaccess, %function; | ||
| 893 | eaccess: | ||
| 894 | .weak ftw64 | ||
| 895 | .type ftw64, %function; | ||
| 896 | ftw64: | ||
| 897 | .globl ftw | ||
| 898 | .type ftw, %function; | ||
| 899 | ftw: | ||
| 900 | .globl futimes | ||
| 901 | .type futimes, %function; | ||
| 902 | futimes: | ||
| 903 | .globl getdtablesize | ||
| 904 | .type getdtablesize, %function; | ||
| 905 | getdtablesize: | ||
| 906 | .globl getloadavg | ||
| 907 | .type getloadavg, %function; | ||
| 908 | getloadavg: | ||
| 909 | .globl getpagesize | ||
| 910 | .type getpagesize, %function; | ||
| 911 | getpagesize: | ||
| 912 | .globl getpass | ||
| 913 | .type getpass, %function; | ||
| 914 | getpass: | ||
| 915 | .globl endusershell | ||
| 916 | .type endusershell, %function; | ||
| 917 | endusershell: | ||
| 918 | .globl setusershell | ||
| 919 | .type setusershell, %function; | ||
| 920 | setusershell: | ||
| 921 | .globl getusershell | ||
| 922 | .type getusershell, %function; | ||
| 923 | getusershell: | ||
| 924 | .globl isastream | ||
| 925 | .type isastream, %function; | ||
| 926 | isastream: | ||
| 927 | .globl lutimes | ||
| 928 | .type lutimes, %function; | ||
| 929 | lutimes: | ||
| 930 | .globl ulimit | ||
| 931 | .type ulimit, %function; | ||
| 932 | ulimit: | ||
| 933 | .weak endutent | ||
| 934 | .type endutent, %function; | ||
| 935 | endutent: | ||
| 936 | .globl endutxent | ||
| 937 | .type endutxent, %function; | ||
| 938 | endutxent: | ||
| 939 | .weak setutent | ||
| 940 | .type setutent, %function; | ||
| 941 | setutent: | ||
| 942 | .globl setutxent | ||
| 943 | .type setutxent, %function; | ||
| 944 | setutxent: | ||
| 945 | .globl getutxent | ||
| 946 | .type getutxent, %function; | ||
| 947 | getutxent: | ||
| 948 | .weak getutent | ||
| 949 | .type getutent, %function; | ||
| 950 | getutent: | ||
| 951 | .weak getutid | ||
| 952 | .type getutid, %function; | ||
| 953 | getutid: | ||
| 954 | .globl getutxid | ||
| 955 | .type getutxid, %function; | ||
| 956 | getutxid: | ||
| 957 | .weak getutline | ||
| 958 | .type getutline, %function; | ||
| 959 | getutline: | ||
| 960 | .globl getutxline | ||
| 961 | .type getutxline, %function; | ||
| 962 | getutxline: | ||
| 963 | .weak pututline | ||
| 964 | .type pututline, %function; | ||
| 965 | pututline: | ||
| 966 | .globl pututxline | ||
| 967 | .type pututxline, %function; | ||
| 968 | pututxline: | ||
| 969 | .weak updwtmp | ||
| 970 | .type updwtmp, %function; | ||
| 971 | updwtmp: | ||
| 972 | .globl updwtmpx | ||
| 973 | .type updwtmpx, %function; | ||
| 974 | updwtmpx: | ||
| 975 | .weak utmpxname | ||
| 976 | .type utmpxname, %function; | ||
| 977 | utmpxname: | ||
| 978 | .weak utmpname | ||
| 979 | .type utmpname, %function; | ||
| 980 | utmpname: | ||
| 981 | .globl valloc | ||
| 982 | .type valloc, %function; | ||
| 983 | valloc: | ||
| 984 | .globl adjtime | ||
| 985 | .type adjtime, %function; | ||
| 986 | adjtime: | ||
| 987 | .globl adjtimex | ||
| 988 | .type adjtimex, %function; | ||
| 989 | adjtimex: | ||
| 990 | .globl brk | ||
| 991 | .type brk, %function; | ||
| 992 | brk: | ||
| 993 | #if !defined(ARCH_mips) && !defined(ARCH_i386) && !defined(ARCH_x86_64) && !defined(ARCH_powerpc) && !defined(ARCH_powerpc64) && !defined(ARCH_aarch64) | ||
| 994 | .weak riscv_flush_icache | ||
| 995 | .type riscv_flush_icache, %function; | ||
| 996 | riscv_flush_icache: | ||
| 997 | #endif | ||
| 998 | #if !defined(ARCH_mips) && !defined(ARCH_i386) && !defined(ARCH_x86_64) && !defined(ARCH_powerpc) && !defined(ARCH_powerpc64) && !defined(ARCH_aarch64) | ||
| 999 | .globl __riscv_flush_icache | ||
| 1000 | .type __riscv_flush_icache, %function; | ||
| 1001 | __riscv_flush_icache: | ||
| 1002 | #endif | ||
| 1003 | .globl capset | ||
| 1004 | .type capset, %function; | ||
| 1005 | capset: | ||
| 1006 | .globl capget | ||
| 1007 | .type capget, %function; | ||
| 1008 | capget: | ||
| 1009 | .globl chroot | ||
| 1010 | .type chroot, %function; | ||
| 1011 | chroot: | ||
| 1012 | .globl clock_adjtime | ||
| 1013 | .type clock_adjtime, %function; | ||
| 1014 | clock_adjtime: | ||
| 1015 | .globl clone | ||
| 1016 | .type clone, %function; | ||
| 1017 | clone: | ||
| 1018 | .globl copy_file_range | ||
| 1019 | .type copy_file_range, %function; | ||
| 1020 | copy_file_range: | ||
| 1021 | .globl epoll_create | ||
| 1022 | .type epoll_create, %function; | ||
| 1023 | epoll_create: | ||
| 1024 | .globl epoll_create1 | ||
| 1025 | .type epoll_create1, %function; | ||
| 1026 | epoll_create1: | ||
| 1027 | .globl epoll_ctl | ||
| 1028 | .type epoll_ctl, %function; | ||
| 1029 | epoll_ctl: | ||
| 1030 | .globl epoll_pwait | ||
| 1031 | .type epoll_pwait, %function; | ||
| 1032 | epoll_pwait: | ||
| 1033 | .globl epoll_wait | ||
| 1034 | .type epoll_wait, %function; | ||
| 1035 | epoll_wait: | ||
| 1036 | .globl eventfd | ||
| 1037 | .type eventfd, %function; | ||
| 1038 | eventfd: | ||
| 1039 | .globl eventfd_read | ||
| 1040 | .type eventfd_read, %function; | ||
| 1041 | eventfd_read: | ||
| 1042 | .globl eventfd_write | ||
| 1043 | .type eventfd_write, %function; | ||
| 1044 | eventfd_write: | ||
| 1045 | .weak fallocate64 | ||
| 1046 | .type fallocate64, %function; | ||
| 1047 | fallocate64: | ||
| 1048 | .globl fallocate | ||
| 1049 | .type fallocate, %function; | ||
| 1050 | fallocate: | ||
| 1051 | .globl fanotify_init | ||
| 1052 | .type fanotify_init, %function; | ||
| 1053 | fanotify_init: | ||
| 1054 | .globl fanotify_mark | ||
| 1055 | .type fanotify_mark, %function; | ||
| 1056 | fanotify_mark: | ||
| 1057 | .globl flock | ||
| 1058 | .type flock, %function; | ||
| 1059 | flock: | ||
| 1060 | .globl getdents | ||
| 1061 | .type getdents, %function; | ||
| 1062 | getdents: | ||
| 1063 | .weak getdents64 | ||
| 1064 | .type getdents64, %function; | ||
| 1065 | getdents64: | ||
| 1066 | .globl getrandom | ||
| 1067 | .type getrandom, %function; | ||
| 1068 | getrandom: | ||
| 1069 | .globl gettid | ||
| 1070 | .type gettid, %function; | ||
| 1071 | gettid: | ||
| 1072 | .globl inotify_init | ||
| 1073 | .type inotify_init, %function; | ||
| 1074 | inotify_init: | ||
| 1075 | .globl inotify_init1 | ||
| 1076 | .type inotify_init1, %function; | ||
| 1077 | inotify_init1: | ||
| 1078 | .globl inotify_add_watch | ||
| 1079 | .type inotify_add_watch, %function; | ||
| 1080 | inotify_add_watch: | ||
| 1081 | .globl inotify_rm_watch | ||
| 1082 | .type inotify_rm_watch, %function; | ||
| 1083 | inotify_rm_watch: | ||
| 1084 | .globl klogctl | ||
| 1085 | .type klogctl, %function; | ||
| 1086 | klogctl: | ||
| 1087 | .weak membarrier | ||
| 1088 | .type membarrier, %function; | ||
| 1089 | membarrier: | ||
| 1090 | .globl memfd_create | ||
| 1091 | .type memfd_create, %function; | ||
| 1092 | memfd_create: | ||
| 1093 | .globl mlock2 | ||
| 1094 | .type mlock2, %function; | ||
| 1095 | mlock2: | ||
| 1096 | .globl init_module | ||
| 1097 | .type init_module, %function; | ||
| 1098 | init_module: | ||
| 1099 | .globl delete_module | ||
| 1100 | .type delete_module, %function; | ||
| 1101 | delete_module: | ||
| 1102 | .globl mount | ||
| 1103 | .type mount, %function; | ||
| 1104 | mount: | ||
| 1105 | .globl umount | ||
| 1106 | .type umount, %function; | ||
| 1107 | umount: | ||
| 1108 | .globl umount2 | ||
| 1109 | .type umount2, %function; | ||
| 1110 | umount2: | ||
| 1111 | .globl name_to_handle_at | ||
| 1112 | .type name_to_handle_at, %function; | ||
| 1113 | name_to_handle_at: | ||
| 1114 | .globl open_by_handle_at | ||
| 1115 | .type open_by_handle_at, %function; | ||
| 1116 | open_by_handle_at: | ||
| 1117 | .globl personality | ||
| 1118 | .type personality, %function; | ||
| 1119 | personality: | ||
| 1120 | .globl pivot_root | ||
| 1121 | .type pivot_root, %function; | ||
| 1122 | pivot_root: | ||
| 1123 | .globl ppoll | ||
| 1124 | .type ppoll, %function; | ||
| 1125 | ppoll: | ||
| 1126 | .globl prctl | ||
| 1127 | .type prctl, %function; | ||
| 1128 | prctl: | ||
| 1129 | .weak prlimit64 | ||
| 1130 | .type prlimit64, %function; | ||
| 1131 | prlimit64: | ||
| 1132 | .globl prlimit | ||
| 1133 | .type prlimit, %function; | ||
| 1134 | prlimit: | ||
| 1135 | .globl process_vm_writev | ||
| 1136 | .type process_vm_writev, %function; | ||
| 1137 | process_vm_writev: | ||
| 1138 | .globl process_vm_readv | ||
| 1139 | .type process_vm_readv, %function; | ||
| 1140 | process_vm_readv: | ||
| 1141 | .globl ptrace | ||
| 1142 | .type ptrace, %function; | ||
| 1143 | ptrace: | ||
| 1144 | .globl quotactl | ||
| 1145 | .type quotactl, %function; | ||
| 1146 | quotactl: | ||
| 1147 | .globl readahead | ||
| 1148 | .type readahead, %function; | ||
| 1149 | readahead: | ||
| 1150 | .globl reboot | ||
| 1151 | .type reboot, %function; | ||
| 1152 | reboot: | ||
| 1153 | .globl remap_file_pages | ||
| 1154 | .type remap_file_pages, %function; | ||
| 1155 | remap_file_pages: | ||
| 1156 | .globl sbrk | ||
| 1157 | .type sbrk, %function; | ||
| 1158 | sbrk: | ||
| 1159 | .globl sendfile | ||
| 1160 | .type sendfile, %function; | ||
| 1161 | sendfile: | ||
| 1162 | .weak sendfile64 | ||
| 1163 | .type sendfile64, %function; | ||
| 1164 | sendfile64: | ||
| 1165 | .globl setfsgid | ||
| 1166 | .type setfsgid, %function; | ||
| 1167 | setfsgid: | ||
| 1168 | .globl setfsuid | ||
| 1169 | .type setfsuid, %function; | ||
| 1170 | setfsuid: | ||
| 1171 | .globl setgroups | ||
| 1172 | .type setgroups, %function; | ||
| 1173 | setgroups: | ||
| 1174 | .globl sethostname | ||
| 1175 | .type sethostname, %function; | ||
| 1176 | sethostname: | ||
| 1177 | .globl setns | ||
| 1178 | .type setns, %function; | ||
| 1179 | setns: | ||
| 1180 | .globl settimeofday | ||
| 1181 | .type settimeofday, %function; | ||
| 1182 | settimeofday: | ||
| 1183 | .globl signalfd | ||
| 1184 | .type signalfd, %function; | ||
| 1185 | signalfd: | ||
| 1186 | .globl splice | ||
| 1187 | .type splice, %function; | ||
| 1188 | splice: | ||
| 1189 | .globl stime | ||
| 1190 | .type stime, %function; | ||
| 1191 | stime: | ||
| 1192 | .globl swapon | ||
| 1193 | .type swapon, %function; | ||
| 1194 | swapon: | ||
| 1195 | .globl swapoff | ||
| 1196 | .type swapoff, %function; | ||
| 1197 | swapoff: | ||
| 1198 | .globl sync_file_range | ||
| 1199 | .type sync_file_range, %function; | ||
| 1200 | sync_file_range: | ||
| 1201 | .globl syncfs | ||
| 1202 | .type syncfs, %function; | ||
| 1203 | syncfs: | ||
| 1204 | .weak sysinfo | ||
| 1205 | .type sysinfo, %function; | ||
| 1206 | sysinfo: | ||
| 1207 | .globl tee | ||
| 1208 | .type tee, %function; | ||
| 1209 | tee: | ||
| 1210 | .globl timerfd_create | ||
| 1211 | .type timerfd_create, %function; | ||
| 1212 | timerfd_create: | ||
| 1213 | .globl timerfd_settime | ||
| 1214 | .type timerfd_settime, %function; | ||
| 1215 | timerfd_settime: | ||
| 1216 | .globl timerfd_gettime | ||
| 1217 | .type timerfd_gettime, %function; | ||
| 1218 | timerfd_gettime: | ||
| 1219 | .globl unshare | ||
| 1220 | .type unshare, %function; | ||
| 1221 | unshare: | ||
| 1222 | .globl utimes | ||
| 1223 | .type utimes, %function; | ||
| 1224 | utimes: | ||
| 1225 | .globl vhangup | ||
| 1226 | .type vhangup, %function; | ||
| 1227 | vhangup: | ||
| 1228 | .globl vmsplice | ||
| 1229 | .type vmsplice, %function; | ||
| 1230 | vmsplice: | ||
| 1231 | .globl wait3 | ||
| 1232 | .type wait3, %function; | ||
| 1233 | wait3: | ||
| 1234 | .globl wait4 | ||
| 1235 | .type wait4, %function; | ||
| 1236 | wait4: | ||
| 1237 | .globl getxattr | ||
| 1238 | .type getxattr, %function; | ||
| 1239 | getxattr: | ||
| 1240 | .globl lgetxattr | ||
| 1241 | .type lgetxattr, %function; | ||
| 1242 | lgetxattr: | ||
| 1243 | .globl fgetxattr | ||
| 1244 | .type fgetxattr, %function; | ||
| 1245 | fgetxattr: | ||
| 1246 | .globl listxattr | ||
| 1247 | .type listxattr, %function; | ||
| 1248 | listxattr: | ||
| 1249 | .globl llistxattr | ||
| 1250 | .type llistxattr, %function; | ||
| 1251 | llistxattr: | ||
| 1252 | .globl flistxattr | ||
| 1253 | .type flistxattr, %function; | ||
| 1254 | flistxattr: | ||
| 1255 | .globl setxattr | ||
| 1256 | .type setxattr, %function; | ||
| 1257 | setxattr: | ||
| 1258 | .globl lsetxattr | ||
| 1259 | .type lsetxattr, %function; | ||
| 1260 | lsetxattr: | ||
| 1261 | .globl fsetxattr | ||
| 1262 | .type fsetxattr, %function; | ||
| 1263 | fsetxattr: | ||
| 1264 | .globl removexattr | ||
| 1265 | .type removexattr, %function; | ||
| 1266 | removexattr: | ||
| 1267 | .globl lremovexattr | ||
| 1268 | .type lremovexattr, %function; | ||
| 1269 | lremovexattr: | ||
| 1270 | .globl fremovexattr | ||
| 1271 | .type fremovexattr, %function; | ||
| 1272 | fremovexattr: | ||
| 1273 | .globl bind_textdomain_codeset | ||
| 1274 | .type bind_textdomain_codeset, %function; | ||
| 1275 | bind_textdomain_codeset: | ||
| 1276 | .globl catclose | ||
| 1277 | .type catclose, %function; | ||
| 1278 | catclose: | ||
| 1279 | .globl catgets | ||
| 1280 | .type catgets, %function; | ||
| 1281 | catgets: | ||
| 1282 | .globl catopen | ||
| 1283 | .type catopen, %function; | ||
| 1284 | catopen: | ||
| 1285 | .globl bindtextdomain | ||
| 1286 | .type bindtextdomain, %function; | ||
| 1287 | bindtextdomain: | ||
| 1288 | .globl dcngettext | ||
| 1289 | .type dcngettext, %function; | ||
| 1290 | dcngettext: | ||
| 1291 | .globl dcgettext | ||
| 1292 | .type dcgettext, %function; | ||
| 1293 | dcgettext: | ||
| 1294 | .globl dngettext | ||
| 1295 | .type dngettext, %function; | ||
| 1296 | dngettext: | ||
| 1297 | .globl dgettext | ||
| 1298 | .type dgettext, %function; | ||
| 1299 | dgettext: | ||
| 1300 | .weak duplocale | ||
| 1301 | .type duplocale, %function; | ||
| 1302 | duplocale: | ||
| 1303 | .globl __duplocale | ||
| 1304 | .type __duplocale, %function; | ||
| 1305 | __duplocale: | ||
| 1306 | .weak __freelocale | ||
| 1307 | .type __freelocale, %function; | ||
| 1308 | __freelocale: | ||
| 1309 | .globl freelocale | ||
| 1310 | .type freelocale, %function; | ||
| 1311 | freelocale: | ||
| 1312 | .globl iconv_open | ||
| 1313 | .type iconv_open, %function; | ||
| 1314 | iconv_open: | ||
| 1315 | .globl iconv | ||
| 1316 | .type iconv, %function; | ||
| 1317 | iconv: | ||
| 1318 | .globl iconv_close | ||
| 1319 | .type iconv_close, %function; | ||
| 1320 | iconv_close: | ||
| 1321 | .weak nl_langinfo_l | ||
| 1322 | .type nl_langinfo_l, %function; | ||
| 1323 | nl_langinfo_l: | ||
| 1324 | .globl __nl_langinfo_l | ||
| 1325 | .type __nl_langinfo_l, %function; | ||
| 1326 | __nl_langinfo_l: | ||
| 1327 | .globl __nl_langinfo | ||
| 1328 | .type __nl_langinfo, %function; | ||
| 1329 | __nl_langinfo: | ||
| 1330 | .weak nl_langinfo | ||
| 1331 | .type nl_langinfo, %function; | ||
| 1332 | nl_langinfo: | ||
| 1333 | .globl localeconv | ||
| 1334 | .type localeconv, %function; | ||
| 1335 | localeconv: | ||
| 1336 | .weak newlocale | ||
| 1337 | .type newlocale, %function; | ||
| 1338 | newlocale: | ||
| 1339 | .globl __newlocale | ||
| 1340 | .type __newlocale, %function; | ||
| 1341 | __newlocale: | ||
| 1342 | .globl setlocale | ||
| 1343 | .type setlocale, %function; | ||
| 1344 | setlocale: | ||
| 1345 | .globl __strcoll_l | ||
| 1346 | .type __strcoll_l, %function; | ||
| 1347 | __strcoll_l: | ||
| 1348 | .weak strcoll_l | ||
| 1349 | .type strcoll_l, %function; | ||
| 1350 | strcoll_l: | ||
| 1351 | .globl strcoll | ||
| 1352 | .type strcoll, %function; | ||
| 1353 | strcoll: | ||
| 1354 | .globl strfmon_l | ||
| 1355 | .type strfmon_l, %function; | ||
| 1356 | strfmon_l: | ||
| 1357 | .globl strfmon | ||
| 1358 | .type strfmon, %function; | ||
| 1359 | strfmon: | ||
| 1360 | .globl __strxfrm_l | ||
| 1361 | .type __strxfrm_l, %function; | ||
| 1362 | __strxfrm_l: | ||
| 1363 | .weak strxfrm_l | ||
| 1364 | .type strxfrm_l, %function; | ||
| 1365 | strxfrm_l: | ||
| 1366 | .globl strxfrm | ||
| 1367 | .type strxfrm, %function; | ||
| 1368 | strxfrm: | ||
| 1369 | .globl textdomain | ||
| 1370 | .type textdomain, %function; | ||
| 1371 | textdomain: | ||
| 1372 | .globl gettext | ||
| 1373 | .type gettext, %function; | ||
| 1374 | gettext: | ||
| 1375 | .globl ngettext | ||
| 1376 | .type ngettext, %function; | ||
| 1377 | ngettext: | ||
| 1378 | .globl __uselocale | ||
| 1379 | .type __uselocale, %function; | ||
| 1380 | __uselocale: | ||
| 1381 | .weak uselocale | ||
| 1382 | .type uselocale, %function; | ||
| 1383 | uselocale: | ||
| 1384 | .globl __wcscoll_l | ||
| 1385 | .type __wcscoll_l, %function; | ||
| 1386 | __wcscoll_l: | ||
| 1387 | .weak wcscoll_l | ||
| 1388 | .type wcscoll_l, %function; | ||
| 1389 | wcscoll_l: | ||
| 1390 | .globl wcscoll | ||
| 1391 | .type wcscoll, %function; | ||
| 1392 | wcscoll: | ||
| 1393 | .globl __wcsxfrm_l | ||
| 1394 | .type __wcsxfrm_l, %function; | ||
| 1395 | __wcsxfrm_l: | ||
| 1396 | .weak wcsxfrm_l | ||
| 1397 | .type wcsxfrm_l, %function; | ||
| 1398 | wcsxfrm_l: | ||
| 1399 | .globl wcsxfrm | ||
| 1400 | .type wcsxfrm, %function; | ||
| 1401 | wcsxfrm: | ||
| 1402 | .globl calloc | ||
| 1403 | .type calloc, %function; | ||
| 1404 | calloc: | ||
| 1405 | .globl free | ||
| 1406 | .type free, %function; | ||
| 1407 | free: | ||
| 1408 | .weak malloc | ||
| 1409 | .type malloc, %function; | ||
| 1410 | malloc: | ||
| 1411 | .globl aligned_alloc | ||
| 1412 | .type aligned_alloc, %function; | ||
| 1413 | aligned_alloc: | ||
| 1414 | .globl malloc_usable_size | ||
| 1415 | .type malloc_usable_size, %function; | ||
| 1416 | malloc_usable_size: | ||
| 1417 | .globl memalign | ||
| 1418 | .type memalign, %function; | ||
| 1419 | memalign: | ||
| 1420 | .globl posix_memalign | ||
| 1421 | .type posix_memalign, %function; | ||
| 1422 | posix_memalign: | ||
| 1423 | .globl realloc | ||
| 1424 | .type realloc, %function; | ||
| 1425 | realloc: | ||
| 1426 | .globl reallocarray | ||
| 1427 | .type reallocarray, %function; | ||
| 1428 | reallocarray: | ||
| 1429 | .globl __fpclassify | ||
| 1430 | .type __fpclassify, %function; | ||
| 1431 | __fpclassify: | ||
| 1432 | .globl __fpclassifyf | ||
| 1433 | .type __fpclassifyf, %function; | ||
| 1434 | __fpclassifyf: | ||
| 1435 | .globl __fpclassifyl | ||
| 1436 | .type __fpclassifyl, %function; | ||
| 1437 | __fpclassifyl: | ||
| 1438 | .globl __signbit | ||
| 1439 | .type __signbit, %function; | ||
| 1440 | __signbit: | ||
| 1441 | .globl __signbitf | ||
| 1442 | .type __signbitf, %function; | ||
| 1443 | __signbitf: | ||
| 1444 | .globl __signbitl | ||
| 1445 | .type __signbitl, %function; | ||
| 1446 | __signbitl: | ||
| 1447 | .globl acos | ||
| 1448 | .type acos, %function; | ||
| 1449 | acos: | ||
| 1450 | .globl acosf | ||
| 1451 | .type acosf, %function; | ||
| 1452 | acosf: | ||
| 1453 | .globl acosh | ||
| 1454 | .type acosh, %function; | ||
| 1455 | acosh: | ||
| 1456 | .globl acoshf | ||
| 1457 | .type acoshf, %function; | ||
| 1458 | acoshf: | ||
| 1459 | .globl acoshl | ||
| 1460 | .type acoshl, %function; | ||
| 1461 | acoshl: | ||
| 1462 | .globl acosl | ||
| 1463 | .type acosl, %function; | ||
| 1464 | acosl: | ||
| 1465 | .globl asin | ||
| 1466 | .type asin, %function; | ||
| 1467 | asin: | ||
| 1468 | .globl asinf | ||
| 1469 | .type asinf, %function; | ||
| 1470 | asinf: | ||
| 1471 | .globl asinh | ||
| 1472 | .type asinh, %function; | ||
| 1473 | asinh: | ||
| 1474 | .globl asinhf | ||
| 1475 | .type asinhf, %function; | ||
| 1476 | asinhf: | ||
| 1477 | .globl asinhl | ||
| 1478 | .type asinhl, %function; | ||
| 1479 | asinhl: | ||
| 1480 | .globl asinl | ||
| 1481 | .type asinl, %function; | ||
| 1482 | asinl: | ||
| 1483 | .globl atan | ||
| 1484 | .type atan, %function; | ||
| 1485 | atan: | ||
| 1486 | .globl atan2 | ||
| 1487 | .type atan2, %function; | ||
| 1488 | atan2: | ||
| 1489 | .globl atan2f | ||
| 1490 | .type atan2f, %function; | ||
| 1491 | atan2f: | ||
| 1492 | .globl atan2l | ||
| 1493 | .type atan2l, %function; | ||
| 1494 | atan2l: | ||
| 1495 | .globl atanf | ||
| 1496 | .type atanf, %function; | ||
| 1497 | atanf: | ||
| 1498 | .globl atanh | ||
| 1499 | .type atanh, %function; | ||
| 1500 | atanh: | ||
| 1501 | .globl atanhf | ||
| 1502 | .type atanhf, %function; | ||
| 1503 | atanhf: | ||
| 1504 | .globl atanhl | ||
| 1505 | .type atanhl, %function; | ||
| 1506 | atanhl: | ||
| 1507 | .globl atanl | ||
| 1508 | .type atanl, %function; | ||
| 1509 | atanl: | ||
| 1510 | .globl cbrt | ||
| 1511 | .type cbrt, %function; | ||
| 1512 | cbrt: | ||
| 1513 | .globl cbrtf | ||
| 1514 | .type cbrtf, %function; | ||
| 1515 | cbrtf: | ||
| 1516 | .globl cbrtl | ||
| 1517 | .type cbrtl, %function; | ||
| 1518 | cbrtl: | ||
| 1519 | .globl ceil | ||
| 1520 | .type ceil, %function; | ||
| 1521 | ceil: | ||
| 1522 | .globl ceilf | ||
| 1523 | .type ceilf, %function; | ||
| 1524 | ceilf: | ||
| 1525 | .globl ceill | ||
| 1526 | .type ceill, %function; | ||
| 1527 | ceill: | ||
| 1528 | .globl copysignl | ||
| 1529 | .type copysignl, %function; | ||
| 1530 | copysignl: | ||
| 1531 | .globl cos | ||
| 1532 | .type cos, %function; | ||
| 1533 | cos: | ||
| 1534 | .globl cosf | ||
| 1535 | .type cosf, %function; | ||
| 1536 | cosf: | ||
| 1537 | .globl cosh | ||
| 1538 | .type cosh, %function; | ||
| 1539 | cosh: | ||
| 1540 | .globl coshf | ||
| 1541 | .type coshf, %function; | ||
| 1542 | coshf: | ||
| 1543 | .globl coshl | ||
| 1544 | .type coshl, %function; | ||
| 1545 | coshl: | ||
| 1546 | .globl cosl | ||
| 1547 | .type cosl, %function; | ||
| 1548 | cosl: | ||
| 1549 | .globl erf | ||
| 1550 | .type erf, %function; | ||
| 1551 | erf: | ||
| 1552 | .globl erfc | ||
| 1553 | .type erfc, %function; | ||
| 1554 | erfc: | ||
| 1555 | .globl erff | ||
| 1556 | .type erff, %function; | ||
| 1557 | erff: | ||
| 1558 | .globl erfcf | ||
| 1559 | .type erfcf, %function; | ||
| 1560 | erfcf: | ||
| 1561 | .globl erfl | ||
| 1562 | .type erfl, %function; | ||
| 1563 | erfl: | ||
| 1564 | .globl erfcl | ||
| 1565 | .type erfcl, %function; | ||
| 1566 | erfcl: | ||
| 1567 | .globl exp | ||
| 1568 | .type exp, %function; | ||
| 1569 | exp: | ||
| 1570 | .weak pow10 | ||
| 1571 | .type pow10, %function; | ||
| 1572 | pow10: | ||
| 1573 | .globl exp10 | ||
| 1574 | .type exp10, %function; | ||
| 1575 | exp10: | ||
| 1576 | .weak pow10f | ||
| 1577 | .type pow10f, %function; | ||
| 1578 | pow10f: | ||
| 1579 | .globl exp10f | ||
| 1580 | .type exp10f, %function; | ||
| 1581 | exp10f: | ||
| 1582 | .weak pow10l | ||
| 1583 | .type pow10l, %function; | ||
| 1584 | pow10l: | ||
| 1585 | .globl exp10l | ||
| 1586 | .type exp10l, %function; | ||
| 1587 | exp10l: | ||
| 1588 | .globl exp2 | ||
| 1589 | .type exp2, %function; | ||
| 1590 | exp2: | ||
| 1591 | .globl exp2f | ||
| 1592 | .type exp2f, %function; | ||
| 1593 | exp2f: | ||
| 1594 | .globl exp2l | ||
| 1595 | .type exp2l, %function; | ||
| 1596 | exp2l: | ||
| 1597 | .globl expf | ||
| 1598 | .type expf, %function; | ||
| 1599 | expf: | ||
| 1600 | .globl expl | ||
| 1601 | .type expl, %function; | ||
| 1602 | expl: | ||
| 1603 | .globl expm1 | ||
| 1604 | .type expm1, %function; | ||
| 1605 | expm1: | ||
| 1606 | .globl expm1f | ||
| 1607 | .type expm1f, %function; | ||
| 1608 | expm1f: | ||
| 1609 | .globl expm1l | ||
| 1610 | .type expm1l, %function; | ||
| 1611 | expm1l: | ||
| 1612 | .globl fabsl | ||
| 1613 | .type fabsl, %function; | ||
| 1614 | fabsl: | ||
| 1615 | .globl fdim | ||
| 1616 | .type fdim, %function; | ||
| 1617 | fdim: | ||
| 1618 | .globl fdimf | ||
| 1619 | .type fdimf, %function; | ||
| 1620 | fdimf: | ||
| 1621 | .globl fdiml | ||
| 1622 | .type fdiml, %function; | ||
| 1623 | fdiml: | ||
| 1624 | .globl finite | ||
| 1625 | .type finite, %function; | ||
| 1626 | finite: | ||
| 1627 | .globl finitef | ||
| 1628 | .type finitef, %function; | ||
| 1629 | finitef: | ||
| 1630 | .globl floor | ||
| 1631 | .type floor, %function; | ||
| 1632 | floor: | ||
| 1633 | .globl floorf | ||
| 1634 | .type floorf, %function; | ||
| 1635 | floorf: | ||
| 1636 | .globl floorl | ||
| 1637 | .type floorl, %function; | ||
| 1638 | floorl: | ||
| 1639 | .globl fmal | ||
| 1640 | .type fmal, %function; | ||
| 1641 | fmal: | ||
| 1642 | .globl fmaxl | ||
| 1643 | .type fmaxl, %function; | ||
| 1644 | fmaxl: | ||
| 1645 | .globl fminl | ||
| 1646 | .type fminl, %function; | ||
| 1647 | fminl: | ||
| 1648 | .globl fmod | ||
| 1649 | .type fmod, %function; | ||
| 1650 | fmod: | ||
| 1651 | .globl fmodf | ||
| 1652 | .type fmodf, %function; | ||
| 1653 | fmodf: | ||
| 1654 | .globl fmodl | ||
| 1655 | .type fmodl, %function; | ||
| 1656 | fmodl: | ||
| 1657 | .globl frexp | ||
| 1658 | .type frexp, %function; | ||
| 1659 | frexp: | ||
| 1660 | .globl frexpf | ||
| 1661 | .type frexpf, %function; | ||
| 1662 | frexpf: | ||
| 1663 | .globl frexpl | ||
| 1664 | .type frexpl, %function; | ||
| 1665 | frexpl: | ||
| 1666 | .globl hypot | ||
| 1667 | .type hypot, %function; | ||
| 1668 | hypot: | ||
| 1669 | .globl hypotf | ||
| 1670 | .type hypotf, %function; | ||
| 1671 | hypotf: | ||
| 1672 | .globl hypotl | ||
| 1673 | .type hypotl, %function; | ||
| 1674 | hypotl: | ||
| 1675 | .globl ilogb | ||
| 1676 | .type ilogb, %function; | ||
| 1677 | ilogb: | ||
| 1678 | .globl ilogbf | ||
| 1679 | .type ilogbf, %function; | ||
| 1680 | ilogbf: | ||
| 1681 | .globl ilogbl | ||
| 1682 | .type ilogbl, %function; | ||
| 1683 | ilogbl: | ||
| 1684 | .globl j0 | ||
| 1685 | .type j0, %function; | ||
| 1686 | j0: | ||
| 1687 | .globl y0 | ||
| 1688 | .type y0, %function; | ||
| 1689 | y0: | ||
| 1690 | .globl j0f | ||
| 1691 | .type j0f, %function; | ||
| 1692 | j0f: | ||
| 1693 | .globl y0f | ||
| 1694 | .type y0f, %function; | ||
| 1695 | y0f: | ||
| 1696 | .globl j1 | ||
| 1697 | .type j1, %function; | ||
| 1698 | j1: | ||
| 1699 | .globl y1 | ||
| 1700 | .type y1, %function; | ||
| 1701 | y1: | ||
| 1702 | .globl j1f | ||
| 1703 | .type j1f, %function; | ||
| 1704 | j1f: | ||
| 1705 | .globl y1f | ||
| 1706 | .type y1f, %function; | ||
| 1707 | y1f: | ||
| 1708 | .globl jn | ||
| 1709 | .type jn, %function; | ||
| 1710 | jn: | ||
| 1711 | .globl yn | ||
| 1712 | .type yn, %function; | ||
| 1713 | yn: | ||
| 1714 | .globl jnf | ||
| 1715 | .type jnf, %function; | ||
| 1716 | jnf: | ||
| 1717 | .globl ynf | ||
| 1718 | .type ynf, %function; | ||
| 1719 | ynf: | ||
| 1720 | .globl ldexp | ||
| 1721 | .type ldexp, %function; | ||
| 1722 | ldexp: | ||
| 1723 | .globl ldexpf | ||
| 1724 | .type ldexpf, %function; | ||
| 1725 | ldexpf: | ||
| 1726 | .globl ldexpl | ||
| 1727 | .type ldexpl, %function; | ||
| 1728 | ldexpl: | ||
| 1729 | .globl lgamma | ||
| 1730 | .type lgamma, %function; | ||
| 1731 | lgamma: | ||
| 1732 | .weak lgamma_r | ||
| 1733 | .type lgamma_r, %function; | ||
| 1734 | lgamma_r: | ||
| 1735 | .globl lgammaf | ||
| 1736 | .type lgammaf, %function; | ||
| 1737 | lgammaf: | ||
| 1738 | .weak lgammaf_r | ||
| 1739 | .type lgammaf_r, %function; | ||
| 1740 | lgammaf_r: | ||
| 1741 | .weak lgammal_r | ||
| 1742 | .type lgammal_r, %function; | ||
| 1743 | lgammal_r: | ||
| 1744 | .globl __lgammal_r | ||
| 1745 | .type __lgammal_r, %function; | ||
| 1746 | __lgammal_r: | ||
| 1747 | .globl lgammal | ||
| 1748 | .type lgammal, %function; | ||
| 1749 | lgammal: | ||
| 1750 | .globl llrint | ||
| 1751 | .type llrint, %function; | ||
| 1752 | llrint: | ||
| 1753 | .globl llrintf | ||
| 1754 | .type llrintf, %function; | ||
| 1755 | llrintf: | ||
| 1756 | .globl llrintl | ||
| 1757 | .type llrintl, %function; | ||
| 1758 | llrintl: | ||
| 1759 | .globl llround | ||
| 1760 | .type llround, %function; | ||
| 1761 | llround: | ||
| 1762 | .globl llroundf | ||
| 1763 | .type llroundf, %function; | ||
| 1764 | llroundf: | ||
| 1765 | .globl llroundl | ||
| 1766 | .type llroundl, %function; | ||
| 1767 | llroundl: | ||
| 1768 | .globl log | ||
| 1769 | .type log, %function; | ||
| 1770 | log: | ||
| 1771 | .globl log10 | ||
| 1772 | .type log10, %function; | ||
| 1773 | log10: | ||
| 1774 | .globl log10f | ||
| 1775 | .type log10f, %function; | ||
| 1776 | log10f: | ||
| 1777 | .globl log10l | ||
| 1778 | .type log10l, %function; | ||
| 1779 | log10l: | ||
| 1780 | .globl log1p | ||
| 1781 | .type log1p, %function; | ||
| 1782 | log1p: | ||
| 1783 | .globl log1pf | ||
| 1784 | .type log1pf, %function; | ||
| 1785 | log1pf: | ||
| 1786 | .globl log1pl | ||
| 1787 | .type log1pl, %function; | ||
| 1788 | log1pl: | ||
| 1789 | .globl log2 | ||
| 1790 | .type log2, %function; | ||
| 1791 | log2: | ||
| 1792 | .globl log2f | ||
| 1793 | .type log2f, %function; | ||
| 1794 | log2f: | ||
| 1795 | .globl log2l | ||
| 1796 | .type log2l, %function; | ||
| 1797 | log2l: | ||
| 1798 | .globl logb | ||
| 1799 | .type logb, %function; | ||
| 1800 | logb: | ||
| 1801 | .globl logbf | ||
| 1802 | .type logbf, %function; | ||
| 1803 | logbf: | ||
| 1804 | .globl logbl | ||
| 1805 | .type logbl, %function; | ||
| 1806 | logbl: | ||
| 1807 | .globl logf | ||
| 1808 | .type logf, %function; | ||
| 1809 | logf: | ||
| 1810 | .globl logl | ||
| 1811 | .type logl, %function; | ||
| 1812 | logl: | ||
| 1813 | .globl lrint | ||
| 1814 | .type lrint, %function; | ||
| 1815 | lrint: | ||
| 1816 | .globl lrintf | ||
| 1817 | .type lrintf, %function; | ||
| 1818 | lrintf: | ||
| 1819 | .globl lrintl | ||
| 1820 | .type lrintl, %function; | ||
| 1821 | lrintl: | ||
| 1822 | .globl lround | ||
| 1823 | .type lround, %function; | ||
| 1824 | lround: | ||
| 1825 | .globl lroundf | ||
| 1826 | .type lroundf, %function; | ||
| 1827 | lroundf: | ||
| 1828 | .globl lroundl | ||
| 1829 | .type lroundl, %function; | ||
| 1830 | lroundl: | ||
| 1831 | .globl modf | ||
| 1832 | .type modf, %function; | ||
| 1833 | modf: | ||
| 1834 | .globl modff | ||
| 1835 | .type modff, %function; | ||
| 1836 | modff: | ||
| 1837 | .globl modfl | ||
| 1838 | .type modfl, %function; | ||
| 1839 | modfl: | ||
| 1840 | .globl nan | ||
| 1841 | .type nan, %function; | ||
| 1842 | nan: | ||
| 1843 | .globl nanf | ||
| 1844 | .type nanf, %function; | ||
| 1845 | nanf: | ||
| 1846 | .globl nanl | ||
| 1847 | .type nanl, %function; | ||
| 1848 | nanl: | ||
| 1849 | .globl nearbyint | ||
| 1850 | .type nearbyint, %function; | ||
| 1851 | nearbyint: | ||
| 1852 | .globl nearbyintf | ||
| 1853 | .type nearbyintf, %function; | ||
| 1854 | nearbyintf: | ||
| 1855 | .globl nearbyintl | ||
| 1856 | .type nearbyintl, %function; | ||
| 1857 | nearbyintl: | ||
| 1858 | .globl nextafter | ||
| 1859 | .type nextafter, %function; | ||
| 1860 | nextafter: | ||
| 1861 | .globl nextafterf | ||
| 1862 | .type nextafterf, %function; | ||
| 1863 | nextafterf: | ||
| 1864 | .globl nextafterl | ||
| 1865 | .type nextafterl, %function; | ||
| 1866 | nextafterl: | ||
| 1867 | .globl nexttoward | ||
| 1868 | .type nexttoward, %function; | ||
| 1869 | nexttoward: | ||
| 1870 | .globl nexttowardf | ||
| 1871 | .type nexttowardf, %function; | ||
| 1872 | nexttowardf: | ||
| 1873 | .globl nexttowardl | ||
| 1874 | .type nexttowardl, %function; | ||
| 1875 | nexttowardl: | ||
| 1876 | .globl pow | ||
| 1877 | .type pow, %function; | ||
| 1878 | pow: | ||
| 1879 | .globl powf | ||
| 1880 | .type powf, %function; | ||
| 1881 | powf: | ||
| 1882 | .globl powl | ||
| 1883 | .type powl, %function; | ||
| 1884 | powl: | ||
| 1885 | .globl remainder | ||
| 1886 | .type remainder, %function; | ||
| 1887 | remainder: | ||
| 1888 | .weak drem | ||
| 1889 | .type drem, %function; | ||
| 1890 | drem: | ||
| 1891 | .weak dremf | ||
| 1892 | .type dremf, %function; | ||
| 1893 | dremf: | ||
| 1894 | .globl remainderf | ||
| 1895 | .type remainderf, %function; | ||
| 1896 | remainderf: | ||
| 1897 | .globl remainderl | ||
| 1898 | .type remainderl, %function; | ||
| 1899 | remainderl: | ||
| 1900 | .globl remquo | ||
| 1901 | .type remquo, %function; | ||
| 1902 | remquo: | ||
| 1903 | .globl remquof | ||
| 1904 | .type remquof, %function; | ||
| 1905 | remquof: | ||
| 1906 | .globl remquol | ||
| 1907 | .type remquol, %function; | ||
| 1908 | remquol: | ||
| 1909 | .globl rint | ||
| 1910 | .type rint, %function; | ||
| 1911 | rint: | ||
| 1912 | .globl rintf | ||
| 1913 | .type rintf, %function; | ||
| 1914 | rintf: | ||
| 1915 | .globl rintl | ||
| 1916 | .type rintl, %function; | ||
| 1917 | rintl: | ||
| 1918 | .globl copysign | ||
| 1919 | .type copysign, %function; | ||
| 1920 | copysign: | ||
| 1921 | .globl copysignf | ||
| 1922 | .type copysignf, %function; | ||
| 1923 | copysignf: | ||
| 1924 | .globl fabs | ||
| 1925 | .type fabs, %function; | ||
| 1926 | fabs: | ||
| 1927 | .globl fabsf | ||
| 1928 | .type fabsf, %function; | ||
| 1929 | fabsf: | ||
| 1930 | .globl fma | ||
| 1931 | .type fma, %function; | ||
| 1932 | fma: | ||
| 1933 | .globl fmaf | ||
| 1934 | .type fmaf, %function; | ||
| 1935 | fmaf: | ||
| 1936 | .globl fmax | ||
| 1937 | .type fmax, %function; | ||
| 1938 | fmax: | ||
| 1939 | .globl fmaxf | ||
| 1940 | .type fmaxf, %function; | ||
| 1941 | fmaxf: | ||
| 1942 | .globl fmin | ||
| 1943 | .type fmin, %function; | ||
| 1944 | fmin: | ||
| 1945 | .globl fminf | ||
| 1946 | .type fminf, %function; | ||
| 1947 | fminf: | ||
| 1948 | .globl sqrt | ||
| 1949 | .type sqrt, %function; | ||
| 1950 | sqrt: | ||
| 1951 | .globl sqrtf | ||
| 1952 | .type sqrtf, %function; | ||
| 1953 | sqrtf: | ||
| 1954 | .globl round | ||
| 1955 | .type round, %function; | ||
| 1956 | round: | ||
| 1957 | .globl roundf | ||
| 1958 | .type roundf, %function; | ||
| 1959 | roundf: | ||
| 1960 | .globl roundl | ||
| 1961 | .type roundl, %function; | ||
| 1962 | roundl: | ||
| 1963 | .globl scalb | ||
| 1964 | .type scalb, %function; | ||
| 1965 | scalb: | ||
| 1966 | .globl scalbf | ||
| 1967 | .type scalbf, %function; | ||
| 1968 | scalbf: | ||
| 1969 | .globl scalbln | ||
| 1970 | .type scalbln, %function; | ||
| 1971 | scalbln: | ||
| 1972 | .globl scalblnf | ||
| 1973 | .type scalblnf, %function; | ||
| 1974 | scalblnf: | ||
| 1975 | .globl scalblnl | ||
| 1976 | .type scalblnl, %function; | ||
| 1977 | scalblnl: | ||
| 1978 | .globl scalbn | ||
| 1979 | .type scalbn, %function; | ||
| 1980 | scalbn: | ||
| 1981 | .globl scalbnf | ||
| 1982 | .type scalbnf, %function; | ||
| 1983 | scalbnf: | ||
| 1984 | .globl scalbnl | ||
| 1985 | .type scalbnl, %function; | ||
| 1986 | scalbnl: | ||
| 1987 | .globl significand | ||
| 1988 | .type significand, %function; | ||
| 1989 | significand: | ||
| 1990 | .globl significandf | ||
| 1991 | .type significandf, %function; | ||
| 1992 | significandf: | ||
| 1993 | .globl sin | ||
| 1994 | .type sin, %function; | ||
| 1995 | sin: | ||
| 1996 | .globl sincos | ||
| 1997 | .type sincos, %function; | ||
| 1998 | sincos: | ||
| 1999 | .globl sincosf | ||
| 2000 | .type sincosf, %function; | ||
| 2001 | sincosf: | ||
| 2002 | .globl sincosl | ||
| 2003 | .type sincosl, %function; | ||
| 2004 | sincosl: | ||
| 2005 | .globl sinf | ||
| 2006 | .type sinf, %function; | ||
| 2007 | sinf: | ||
| 2008 | .globl sinh | ||
| 2009 | .type sinh, %function; | ||
| 2010 | sinh: | ||
| 2011 | .globl sinhf | ||
| 2012 | .type sinhf, %function; | ||
| 2013 | sinhf: | ||
| 2014 | .globl sinhl | ||
| 2015 | .type sinhl, %function; | ||
| 2016 | sinhl: | ||
| 2017 | .globl sinl | ||
| 2018 | .type sinl, %function; | ||
| 2019 | sinl: | ||
| 2020 | .globl sqrtl | ||
| 2021 | .type sqrtl, %function; | ||
| 2022 | sqrtl: | ||
| 2023 | .globl tan | ||
| 2024 | .type tan, %function; | ||
| 2025 | tan: | ||
| 2026 | .globl tanf | ||
| 2027 | .type tanf, %function; | ||
| 2028 | tanf: | ||
| 2029 | .globl tanh | ||
| 2030 | .type tanh, %function; | ||
| 2031 | tanh: | ||
| 2032 | .globl tanhf | ||
| 2033 | .type tanhf, %function; | ||
| 2034 | tanhf: | ||
| 2035 | .globl tanhl | ||
| 2036 | .type tanhl, %function; | ||
| 2037 | tanhl: | ||
| 2038 | .globl tanl | ||
| 2039 | .type tanl, %function; | ||
| 2040 | tanl: | ||
| 2041 | .globl tgamma | ||
| 2042 | .type tgamma, %function; | ||
| 2043 | tgamma: | ||
| 2044 | .globl tgammaf | ||
| 2045 | .type tgammaf, %function; | ||
| 2046 | tgammaf: | ||
| 2047 | .globl tgammal | ||
| 2048 | .type tgammal, %function; | ||
| 2049 | tgammal: | ||
| 2050 | .globl trunc | ||
| 2051 | .type trunc, %function; | ||
| 2052 | trunc: | ||
| 2053 | .globl truncf | ||
| 2054 | .type truncf, %function; | ||
| 2055 | truncf: | ||
| 2056 | .globl truncl | ||
| 2057 | .type truncl, %function; | ||
| 2058 | truncl: | ||
| 2059 | .globl a64l | ||
| 2060 | .type a64l, %function; | ||
| 2061 | a64l: | ||
| 2062 | .globl l64a | ||
| 2063 | .type l64a, %function; | ||
| 2064 | l64a: | ||
| 2065 | .weak __xpg_basename | ||
| 2066 | .type __xpg_basename, %function; | ||
| 2067 | __xpg_basename: | ||
| 2068 | .globl basename | ||
| 2069 | .type basename, %function; | ||
| 2070 | basename: | ||
| 2071 | .globl dirname | ||
| 2072 | .type dirname, %function; | ||
| 2073 | dirname: | ||
| 2074 | .globl ffs | ||
| 2075 | .type ffs, %function; | ||
| 2076 | ffs: | ||
| 2077 | .globl ffsl | ||
| 2078 | .type ffsl, %function; | ||
| 2079 | ffsl: | ||
| 2080 | .globl ffsll | ||
| 2081 | .type ffsll, %function; | ||
| 2082 | ffsll: | ||
| 2083 | .globl fmtmsg | ||
| 2084 | .type fmtmsg, %function; | ||
| 2085 | fmtmsg: | ||
| 2086 | .globl forkpty | ||
| 2087 | .type forkpty, %function; | ||
| 2088 | forkpty: | ||
| 2089 | .globl get_current_dir_name | ||
| 2090 | .type get_current_dir_name, %function; | ||
| 2091 | get_current_dir_name: | ||
| 2092 | .weak getauxval | ||
| 2093 | .type getauxval, %function; | ||
| 2094 | getauxval: | ||
| 2095 | .globl getdomainname | ||
| 2096 | .type getdomainname, %function; | ||
| 2097 | getdomainname: | ||
| 2098 | .globl getentropy | ||
| 2099 | .type getentropy, %function; | ||
| 2100 | getentropy: | ||
| 2101 | .globl gethostid | ||
| 2102 | .type gethostid, %function; | ||
| 2103 | gethostid: | ||
| 2104 | .weak __posix_getopt | ||
| 2105 | .type __posix_getopt, %function; | ||
| 2106 | __posix_getopt: | ||
| 2107 | .globl getopt | ||
| 2108 | .type getopt, %function; | ||
| 2109 | getopt: | ||
| 2110 | .globl getopt_long | ||
| 2111 | .type getopt_long, %function; | ||
| 2112 | getopt_long: | ||
| 2113 | .globl getopt_long_only | ||
| 2114 | .type getopt_long_only, %function; | ||
| 2115 | getopt_long_only: | ||
| 2116 | .globl getpriority | ||
| 2117 | .type getpriority, %function; | ||
| 2118 | getpriority: | ||
| 2119 | .globl getresgid | ||
| 2120 | .type getresgid, %function; | ||
| 2121 | getresgid: | ||
| 2122 | .globl getresuid | ||
| 2123 | .type getresuid, %function; | ||
| 2124 | getresuid: | ||
| 2125 | .weak getrlimit64 | ||
| 2126 | .type getrlimit64, %function; | ||
| 2127 | getrlimit64: | ||
| 2128 | .globl getrlimit | ||
| 2129 | .type getrlimit, %function; | ||
| 2130 | getrlimit: | ||
| 2131 | .globl getrusage | ||
| 2132 | .type getrusage, %function; | ||
| 2133 | getrusage: | ||
| 2134 | .globl getsubopt | ||
| 2135 | .type getsubopt, %function; | ||
| 2136 | getsubopt: | ||
| 2137 | .globl initgroups | ||
| 2138 | .type initgroups, %function; | ||
| 2139 | initgroups: | ||
| 2140 | .globl ioctl | ||
| 2141 | .type ioctl, %function; | ||
| 2142 | ioctl: | ||
| 2143 | .globl issetugid | ||
| 2144 | .type issetugid, %function; | ||
| 2145 | issetugid: | ||
| 2146 | .weak lockf64 | ||
| 2147 | .type lockf64, %function; | ||
| 2148 | lockf64: | ||
| 2149 | .globl lockf | ||
| 2150 | .type lockf, %function; | ||
| 2151 | lockf: | ||
| 2152 | .globl login_tty | ||
| 2153 | .type login_tty, %function; | ||
| 2154 | login_tty: | ||
| 2155 | .globl setmntent | ||
| 2156 | .type setmntent, %function; | ||
| 2157 | setmntent: | ||
| 2158 | .globl endmntent | ||
| 2159 | .type endmntent, %function; | ||
| 2160 | endmntent: | ||
| 2161 | .globl getmntent_r | ||
| 2162 | .type getmntent_r, %function; | ||
| 2163 | getmntent_r: | ||
| 2164 | .globl getmntent | ||
| 2165 | .type getmntent, %function; | ||
| 2166 | getmntent: | ||
| 2167 | .globl addmntent | ||
| 2168 | .type addmntent, %function; | ||
| 2169 | addmntent: | ||
| 2170 | .globl hasmntopt | ||
| 2171 | .type hasmntopt, %function; | ||
| 2172 | hasmntopt: | ||
| 2173 | .weak nftw64 | ||
| 2174 | .type nftw64, %function; | ||
| 2175 | nftw64: | ||
| 2176 | .globl nftw | ||
| 2177 | .type nftw, %function; | ||
| 2178 | nftw: | ||
| 2179 | .globl openpty | ||
| 2180 | .type openpty, %function; | ||
| 2181 | openpty: | ||
| 2182 | .globl ptsname | ||
| 2183 | .type ptsname, %function; | ||
| 2184 | ptsname: | ||
| 2185 | .globl posix_openpt | ||
| 2186 | .type posix_openpt, %function; | ||
| 2187 | posix_openpt: | ||
| 2188 | .globl grantpt | ||
| 2189 | .type grantpt, %function; | ||
| 2190 | grantpt: | ||
| 2191 | .globl unlockpt | ||
| 2192 | .type unlockpt, %function; | ||
| 2193 | unlockpt: | ||
| 2194 | .weak ptsname_r | ||
| 2195 | .type ptsname_r, %function; | ||
| 2196 | ptsname_r: | ||
| 2197 | .globl realpath | ||
| 2198 | .type realpath, %function; | ||
| 2199 | realpath: | ||
| 2200 | .globl setdomainname | ||
| 2201 | .type setdomainname, %function; | ||
| 2202 | setdomainname: | ||
| 2203 | .globl setpriority | ||
| 2204 | .type setpriority, %function; | ||
| 2205 | setpriority: | ||
| 2206 | .globl setrlimit | ||
| 2207 | .type setrlimit, %function; | ||
| 2208 | setrlimit: | ||
| 2209 | .weak setrlimit64 | ||
| 2210 | .type setrlimit64, %function; | ||
| 2211 | setrlimit64: | ||
| 2212 | .globl syscall | ||
| 2213 | .type syscall, %function; | ||
| 2214 | syscall: | ||
| 2215 | .globl setlogmask | ||
| 2216 | .type setlogmask, %function; | ||
| 2217 | setlogmask: | ||
| 2218 | .globl closelog | ||
| 2219 | .type closelog, %function; | ||
| 2220 | closelog: | ||
| 2221 | .globl openlog | ||
| 2222 | .type openlog, %function; | ||
| 2223 | openlog: | ||
| 2224 | .globl syslog | ||
| 2225 | .type syslog, %function; | ||
| 2226 | syslog: | ||
| 2227 | .weak vsyslog | ||
| 2228 | .type vsyslog, %function; | ||
| 2229 | vsyslog: | ||
| 2230 | .globl uname | ||
| 2231 | .type uname, %function; | ||
| 2232 | uname: | ||
| 2233 | .globl wordexp | ||
| 2234 | .type wordexp, %function; | ||
| 2235 | wordexp: | ||
| 2236 | .globl wordfree | ||
| 2237 | .type wordfree, %function; | ||
| 2238 | wordfree: | ||
| 2239 | .weak madvise | ||
| 2240 | .type madvise, %function; | ||
| 2241 | madvise: | ||
| 2242 | .globl mincore | ||
| 2243 | .type mincore, %function; | ||
| 2244 | mincore: | ||
| 2245 | .globl mlock | ||
| 2246 | .type mlock, %function; | ||
| 2247 | mlock: | ||
| 2248 | .globl mlockall | ||
| 2249 | .type mlockall, %function; | ||
| 2250 | mlockall: | ||
| 2251 | .weak mmap | ||
| 2252 | .type mmap, %function; | ||
| 2253 | mmap: | ||
| 2254 | .weak mmap64 | ||
| 2255 | .type mmap64, %function; | ||
| 2256 | mmap64: | ||
| 2257 | .weak mprotect | ||
| 2258 | .type mprotect, %function; | ||
| 2259 | mprotect: | ||
| 2260 | .weak mremap | ||
| 2261 | .type mremap, %function; | ||
| 2262 | mremap: | ||
| 2263 | .globl msync | ||
| 2264 | .type msync, %function; | ||
| 2265 | msync: | ||
| 2266 | .globl munlock | ||
| 2267 | .type munlock, %function; | ||
| 2268 | munlock: | ||
| 2269 | .globl munlockall | ||
| 2270 | .type munlockall, %function; | ||
| 2271 | munlockall: | ||
| 2272 | .weak munmap | ||
| 2273 | .type munmap, %function; | ||
| 2274 | munmap: | ||
| 2275 | .globl posix_madvise | ||
| 2276 | .type posix_madvise, %function; | ||
| 2277 | posix_madvise: | ||
| 2278 | .globl shm_open | ||
| 2279 | .type shm_open, %function; | ||
| 2280 | shm_open: | ||
| 2281 | .globl shm_unlink | ||
| 2282 | .type shm_unlink, %function; | ||
| 2283 | shm_unlink: | ||
| 2284 | .globl mq_close | ||
| 2285 | .type mq_close, %function; | ||
| 2286 | mq_close: | ||
| 2287 | .globl mq_getattr | ||
| 2288 | .type mq_getattr, %function; | ||
| 2289 | mq_getattr: | ||
| 2290 | .globl mq_notify | ||
| 2291 | .type mq_notify, %function; | ||
| 2292 | mq_notify: | ||
| 2293 | .globl mq_open | ||
| 2294 | .type mq_open, %function; | ||
| 2295 | mq_open: | ||
| 2296 | .globl mq_receive | ||
| 2297 | .type mq_receive, %function; | ||
| 2298 | mq_receive: | ||
| 2299 | .globl mq_send | ||
| 2300 | .type mq_send, %function; | ||
| 2301 | mq_send: | ||
| 2302 | .globl mq_setattr | ||
| 2303 | .type mq_setattr, %function; | ||
| 2304 | mq_setattr: | ||
| 2305 | .globl mq_timedreceive | ||
| 2306 | .type mq_timedreceive, %function; | ||
| 2307 | mq_timedreceive: | ||
| 2308 | .globl mq_timedsend | ||
| 2309 | .type mq_timedsend, %function; | ||
| 2310 | mq_timedsend: | ||
| 2311 | .globl mq_unlink | ||
| 2312 | .type mq_unlink, %function; | ||
| 2313 | mq_unlink: | ||
| 2314 | .globl btowc | ||
| 2315 | .type btowc, %function; | ||
| 2316 | btowc: | ||
| 2317 | .globl c16rtomb | ||
| 2318 | .type c16rtomb, %function; | ||
| 2319 | c16rtomb: | ||
| 2320 | .globl c32rtomb | ||
| 2321 | .type c32rtomb, %function; | ||
| 2322 | c32rtomb: | ||
| 2323 | .globl mblen | ||
| 2324 | .type mblen, %function; | ||
| 2325 | mblen: | ||
| 2326 | .globl mbrlen | ||
| 2327 | .type mbrlen, %function; | ||
| 2328 | mbrlen: | ||
| 2329 | .globl mbrtoc16 | ||
| 2330 | .type mbrtoc16, %function; | ||
| 2331 | mbrtoc16: | ||
| 2332 | .globl mbrtoc32 | ||
| 2333 | .type mbrtoc32, %function; | ||
| 2334 | mbrtoc32: | ||
| 2335 | .globl mbrtowc | ||
| 2336 | .type mbrtowc, %function; | ||
| 2337 | mbrtowc: | ||
| 2338 | .globl mbsinit | ||
| 2339 | .type mbsinit, %function; | ||
| 2340 | mbsinit: | ||
| 2341 | .globl mbsnrtowcs | ||
| 2342 | .type mbsnrtowcs, %function; | ||
| 2343 | mbsnrtowcs: | ||
| 2344 | .globl mbsrtowcs | ||
| 2345 | .type mbsrtowcs, %function; | ||
| 2346 | mbsrtowcs: | ||
| 2347 | .globl mbstowcs | ||
| 2348 | .type mbstowcs, %function; | ||
| 2349 | mbstowcs: | ||
| 2350 | .globl mbtowc | ||
| 2351 | .type mbtowc, %function; | ||
| 2352 | mbtowc: | ||
| 2353 | .globl wcrtomb | ||
| 2354 | .type wcrtomb, %function; | ||
| 2355 | wcrtomb: | ||
| 2356 | .globl wcsnrtombs | ||
| 2357 | .type wcsnrtombs, %function; | ||
| 2358 | wcsnrtombs: | ||
| 2359 | .globl wcsrtombs | ||
| 2360 | .type wcsrtombs, %function; | ||
| 2361 | wcsrtombs: | ||
| 2362 | .globl wcstombs | ||
| 2363 | .type wcstombs, %function; | ||
| 2364 | wcstombs: | ||
| 2365 | .globl wctob | ||
| 2366 | .type wctob, %function; | ||
| 2367 | wctob: | ||
| 2368 | .globl wctomb | ||
| 2369 | .type wctomb, %function; | ||
| 2370 | wctomb: | ||
| 2371 | .globl accept | ||
| 2372 | .type accept, %function; | ||
| 2373 | accept: | ||
| 2374 | .globl accept4 | ||
| 2375 | .type accept4, %function; | ||
| 2376 | accept4: | ||
| 2377 | .globl bind | ||
| 2378 | .type bind, %function; | ||
| 2379 | bind: | ||
| 2380 | .globl connect | ||
| 2381 | .type connect, %function; | ||
| 2382 | connect: | ||
| 2383 | .globl dn_comp | ||
| 2384 | .type dn_comp, %function; | ||
| 2385 | dn_comp: | ||
| 2386 | .weak dn_expand | ||
| 2387 | .type dn_expand, %function; | ||
| 2388 | dn_expand: | ||
| 2389 | .globl dn_skipname | ||
| 2390 | .type dn_skipname, %function; | ||
| 2391 | dn_skipname: | ||
| 2392 | .weak setnetent | ||
| 2393 | .type setnetent, %function; | ||
| 2394 | setnetent: | ||
| 2395 | .globl sethostent | ||
| 2396 | .type sethostent, %function; | ||
| 2397 | sethostent: | ||
| 2398 | .globl gethostent | ||
| 2399 | .type gethostent, %function; | ||
| 2400 | gethostent: | ||
| 2401 | .globl getnetent | ||
| 2402 | .type getnetent, %function; | ||
| 2403 | getnetent: | ||
| 2404 | .globl endhostent | ||
| 2405 | .type endhostent, %function; | ||
| 2406 | endhostent: | ||
| 2407 | .weak endnetent | ||
| 2408 | .type endnetent, %function; | ||
| 2409 | endnetent: | ||
| 2410 | .globl ether_aton_r | ||
| 2411 | .type ether_aton_r, %function; | ||
| 2412 | ether_aton_r: | ||
| 2413 | .globl ether_aton | ||
| 2414 | .type ether_aton, %function; | ||
| 2415 | ether_aton: | ||
| 2416 | .globl ether_ntoa_r | ||
| 2417 | .type ether_ntoa_r, %function; | ||
| 2418 | ether_ntoa_r: | ||
| 2419 | .globl ether_ntoa | ||
| 2420 | .type ether_ntoa, %function; | ||
| 2421 | ether_ntoa: | ||
| 2422 | .globl ether_line | ||
| 2423 | .type ether_line, %function; | ||
| 2424 | ether_line: | ||
| 2425 | .globl ether_ntohost | ||
| 2426 | .type ether_ntohost, %function; | ||
| 2427 | ether_ntohost: | ||
| 2428 | .globl ether_hostton | ||
| 2429 | .type ether_hostton, %function; | ||
| 2430 | ether_hostton: | ||
| 2431 | .globl freeaddrinfo | ||
| 2432 | .type freeaddrinfo, %function; | ||
| 2433 | freeaddrinfo: | ||
| 2434 | .globl gai_strerror | ||
| 2435 | .type gai_strerror, %function; | ||
| 2436 | gai_strerror: | ||
| 2437 | .globl getaddrinfo | ||
| 2438 | .type getaddrinfo, %function; | ||
| 2439 | getaddrinfo: | ||
| 2440 | .globl gethostbyaddr | ||
| 2441 | .type gethostbyaddr, %function; | ||
| 2442 | gethostbyaddr: | ||
| 2443 | .globl gethostbyaddr_r | ||
| 2444 | .type gethostbyaddr_r, %function; | ||
| 2445 | gethostbyaddr_r: | ||
| 2446 | .globl gethostbyname | ||
| 2447 | .type gethostbyname, %function; | ||
| 2448 | gethostbyname: | ||
| 2449 | .globl gethostbyname2 | ||
| 2450 | .type gethostbyname2, %function; | ||
| 2451 | gethostbyname2: | ||
| 2452 | .globl gethostbyname2_r | ||
| 2453 | .type gethostbyname2_r, %function; | ||
| 2454 | gethostbyname2_r: | ||
| 2455 | .globl gethostbyname_r | ||
| 2456 | .type gethostbyname_r, %function; | ||
| 2457 | gethostbyname_r: | ||
| 2458 | .globl freeifaddrs | ||
| 2459 | .type freeifaddrs, %function; | ||
| 2460 | freeifaddrs: | ||
| 2461 | .globl getifaddrs | ||
| 2462 | .type getifaddrs, %function; | ||
| 2463 | getifaddrs: | ||
| 2464 | .globl getnameinfo | ||
| 2465 | .type getnameinfo, %function; | ||
| 2466 | getnameinfo: | ||
| 2467 | .globl getpeername | ||
| 2468 | .type getpeername, %function; | ||
| 2469 | getpeername: | ||
| 2470 | .globl getservbyname | ||
| 2471 | .type getservbyname, %function; | ||
| 2472 | getservbyname: | ||
| 2473 | .globl getservbyname_r | ||
| 2474 | .type getservbyname_r, %function; | ||
| 2475 | getservbyname_r: | ||
| 2476 | .globl getservbyport | ||
| 2477 | .type getservbyport, %function; | ||
| 2478 | getservbyport: | ||
| 2479 | .globl getservbyport_r | ||
| 2480 | .type getservbyport_r, %function; | ||
| 2481 | getservbyport_r: | ||
| 2482 | .globl getsockname | ||
| 2483 | .type getsockname, %function; | ||
| 2484 | getsockname: | ||
| 2485 | .globl getsockopt | ||
| 2486 | .type getsockopt, %function; | ||
| 2487 | getsockopt: | ||
| 2488 | .globl __h_errno_location | ||
| 2489 | .type __h_errno_location, %function; | ||
| 2490 | __h_errno_location: | ||
| 2491 | .globl herror | ||
| 2492 | .type herror, %function; | ||
| 2493 | herror: | ||
| 2494 | .globl hstrerror | ||
| 2495 | .type hstrerror, %function; | ||
| 2496 | hstrerror: | ||
| 2497 | .globl htonl | ||
| 2498 | .type htonl, %function; | ||
| 2499 | htonl: | ||
| 2500 | .globl htons | ||
| 2501 | .type htons, %function; | ||
| 2502 | htons: | ||
| 2503 | .globl if_freenameindex | ||
| 2504 | .type if_freenameindex, %function; | ||
| 2505 | if_freenameindex: | ||
| 2506 | .globl if_indextoname | ||
| 2507 | .type if_indextoname, %function; | ||
| 2508 | if_indextoname: | ||
| 2509 | .globl if_nameindex | ||
| 2510 | .type if_nameindex, %function; | ||
| 2511 | if_nameindex: | ||
| 2512 | .globl if_nametoindex | ||
| 2513 | .type if_nametoindex, %function; | ||
| 2514 | if_nametoindex: | ||
| 2515 | .globl inet_addr | ||
| 2516 | .type inet_addr, %function; | ||
| 2517 | inet_addr: | ||
| 2518 | .weak inet_aton | ||
| 2519 | .type inet_aton, %function; | ||
| 2520 | inet_aton: | ||
| 2521 | .globl inet_network | ||
| 2522 | .type inet_network, %function; | ||
| 2523 | inet_network: | ||
| 2524 | .globl inet_makeaddr | ||
| 2525 | .type inet_makeaddr, %function; | ||
| 2526 | inet_makeaddr: | ||
| 2527 | .globl inet_lnaof | ||
| 2528 | .type inet_lnaof, %function; | ||
| 2529 | inet_lnaof: | ||
| 2530 | .globl inet_netof | ||
| 2531 | .type inet_netof, %function; | ||
| 2532 | inet_netof: | ||
| 2533 | .globl inet_ntoa | ||
| 2534 | .type inet_ntoa, %function; | ||
| 2535 | inet_ntoa: | ||
| 2536 | .globl inet_ntop | ||
| 2537 | .type inet_ntop, %function; | ||
| 2538 | inet_ntop: | ||
| 2539 | .globl inet_pton | ||
| 2540 | .type inet_pton, %function; | ||
| 2541 | inet_pton: | ||
| 2542 | .globl listen | ||
| 2543 | .type listen, %function; | ||
| 2544 | listen: | ||
| 2545 | .globl getnetbyaddr | ||
| 2546 | .type getnetbyaddr, %function; | ||
| 2547 | getnetbyaddr: | ||
| 2548 | .globl getnetbyname | ||
| 2549 | .type getnetbyname, %function; | ||
| 2550 | getnetbyname: | ||
| 2551 | .globl ns_get16 | ||
| 2552 | .type ns_get16, %function; | ||
| 2553 | ns_get16: | ||
| 2554 | .globl ns_get32 | ||
| 2555 | .type ns_get32, %function; | ||
| 2556 | ns_get32: | ||
| 2557 | .globl ns_put16 | ||
| 2558 | .type ns_put16, %function; | ||
| 2559 | ns_put16: | ||
| 2560 | .globl ns_put32 | ||
| 2561 | .type ns_put32, %function; | ||
| 2562 | ns_put32: | ||
| 2563 | .globl ns_initparse | ||
| 2564 | .type ns_initparse, %function; | ||
| 2565 | ns_initparse: | ||
| 2566 | .globl ns_skiprr | ||
| 2567 | .type ns_skiprr, %function; | ||
| 2568 | ns_skiprr: | ||
| 2569 | .globl ns_parserr | ||
| 2570 | .type ns_parserr, %function; | ||
| 2571 | ns_parserr: | ||
| 2572 | .globl ns_name_uncompress | ||
| 2573 | .type ns_name_uncompress, %function; | ||
| 2574 | ns_name_uncompress: | ||
| 2575 | .globl ntohl | ||
| 2576 | .type ntohl, %function; | ||
| 2577 | ntohl: | ||
| 2578 | .globl ntohs | ||
| 2579 | .type ntohs, %function; | ||
| 2580 | ntohs: | ||
| 2581 | .globl endprotoent | ||
| 2582 | .type endprotoent, %function; | ||
| 2583 | endprotoent: | ||
| 2584 | .globl setprotoent | ||
| 2585 | .type setprotoent, %function; | ||
| 2586 | setprotoent: | ||
| 2587 | .globl getprotoent | ||
| 2588 | .type getprotoent, %function; | ||
| 2589 | getprotoent: | ||
| 2590 | .globl getprotobyname | ||
| 2591 | .type getprotobyname, %function; | ||
| 2592 | getprotobyname: | ||
| 2593 | .globl getprotobynumber | ||
| 2594 | .type getprotobynumber, %function; | ||
| 2595 | getprotobynumber: | ||
| 2596 | .globl recv | ||
| 2597 | .type recv, %function; | ||
| 2598 | recv: | ||
| 2599 | .globl recvfrom | ||
| 2600 | .type recvfrom, %function; | ||
| 2601 | recvfrom: | ||
| 2602 | .globl recvmmsg | ||
| 2603 | .type recvmmsg, %function; | ||
| 2604 | recvmmsg: | ||
| 2605 | .globl recvmsg | ||
| 2606 | .type recvmsg, %function; | ||
| 2607 | recvmsg: | ||
| 2608 | .globl res_init | ||
| 2609 | .type res_init, %function; | ||
| 2610 | res_init: | ||
| 2611 | .weak res_mkquery | ||
| 2612 | .type res_mkquery, %function; | ||
| 2613 | res_mkquery: | ||
| 2614 | .globl res_query | ||
| 2615 | .type res_query, %function; | ||
| 2616 | res_query: | ||
| 2617 | .weak res_search | ||
| 2618 | .type res_search, %function; | ||
| 2619 | res_search: | ||
| 2620 | .globl res_querydomain | ||
| 2621 | .type res_querydomain, %function; | ||
| 2622 | res_querydomain: | ||
| 2623 | .weak res_send | ||
| 2624 | .type res_send, %function; | ||
| 2625 | res_send: | ||
| 2626 | .globl __res_state | ||
| 2627 | .type __res_state, %function; | ||
| 2628 | __res_state: | ||
| 2629 | .globl send | ||
| 2630 | .type send, %function; | ||
| 2631 | send: | ||
| 2632 | .globl sendmmsg | ||
| 2633 | .type sendmmsg, %function; | ||
| 2634 | sendmmsg: | ||
| 2635 | .globl sendmsg | ||
| 2636 | .type sendmsg, %function; | ||
| 2637 | sendmsg: | ||
| 2638 | .globl sendto | ||
| 2639 | .type sendto, %function; | ||
| 2640 | sendto: | ||
| 2641 | .globl endservent | ||
| 2642 | .type endservent, %function; | ||
| 2643 | endservent: | ||
| 2644 | .globl setservent | ||
| 2645 | .type setservent, %function; | ||
| 2646 | setservent: | ||
| 2647 | .globl getservent | ||
| 2648 | .type getservent, %function; | ||
| 2649 | getservent: | ||
| 2650 | .globl setsockopt | ||
| 2651 | .type setsockopt, %function; | ||
| 2652 | setsockopt: | ||
| 2653 | .globl shutdown | ||
| 2654 | .type shutdown, %function; | ||
| 2655 | shutdown: | ||
| 2656 | .globl sockatmark | ||
| 2657 | .type sockatmark, %function; | ||
| 2658 | sockatmark: | ||
| 2659 | .globl socket | ||
| 2660 | .type socket, %function; | ||
| 2661 | socket: | ||
| 2662 | .globl socketpair | ||
| 2663 | .type socketpair, %function; | ||
| 2664 | socketpair: | ||
| 2665 | .globl fgetgrent | ||
| 2666 | .type fgetgrent, %function; | ||
| 2667 | fgetgrent: | ||
| 2668 | .globl fgetpwent | ||
| 2669 | .type fgetpwent, %function; | ||
| 2670 | fgetpwent: | ||
| 2671 | .globl fgetspent | ||
| 2672 | .type fgetspent, %function; | ||
| 2673 | fgetspent: | ||
| 2674 | .globl getgrnam_r | ||
| 2675 | .type getgrnam_r, %function; | ||
| 2676 | getgrnam_r: | ||
| 2677 | .globl getgrgid_r | ||
| 2678 | .type getgrgid_r, %function; | ||
| 2679 | getgrgid_r: | ||
| 2680 | .weak endgrent | ||
| 2681 | .type endgrent, %function; | ||
| 2682 | endgrent: | ||
| 2683 | .globl setgrent | ||
| 2684 | .type setgrent, %function; | ||
| 2685 | setgrent: | ||
| 2686 | .globl getgrent | ||
| 2687 | .type getgrent, %function; | ||
| 2688 | getgrent: | ||
| 2689 | .globl getgrgid | ||
| 2690 | .type getgrgid, %function; | ||
| 2691 | getgrgid: | ||
| 2692 | .globl getgrnam | ||
| 2693 | .type getgrnam, %function; | ||
| 2694 | getgrnam: | ||
| 2695 | .globl getgrouplist | ||
| 2696 | .type getgrouplist, %function; | ||
| 2697 | getgrouplist: | ||
| 2698 | .globl getpwnam_r | ||
| 2699 | .type getpwnam_r, %function; | ||
| 2700 | getpwnam_r: | ||
| 2701 | .globl getpwuid_r | ||
| 2702 | .type getpwuid_r, %function; | ||
| 2703 | getpwuid_r: | ||
| 2704 | .weak endpwent | ||
| 2705 | .type endpwent, %function; | ||
| 2706 | endpwent: | ||
| 2707 | .globl setpwent | ||
| 2708 | .type setpwent, %function; | ||
| 2709 | setpwent: | ||
| 2710 | .globl getpwent | ||
| 2711 | .type getpwent, %function; | ||
| 2712 | getpwent: | ||
| 2713 | .globl getpwuid | ||
| 2714 | .type getpwuid, %function; | ||
| 2715 | getpwuid: | ||
| 2716 | .globl getpwnam | ||
| 2717 | .type getpwnam, %function; | ||
| 2718 | getpwnam: | ||
| 2719 | .globl setspent | ||
| 2720 | .type setspent, %function; | ||
| 2721 | setspent: | ||
| 2722 | .globl endspent | ||
| 2723 | .type endspent, %function; | ||
| 2724 | endspent: | ||
| 2725 | .globl getspent | ||
| 2726 | .type getspent, %function; | ||
| 2727 | getspent: | ||
| 2728 | .globl getspnam | ||
| 2729 | .type getspnam, %function; | ||
| 2730 | getspnam: | ||
| 2731 | .globl getspnam_r | ||
| 2732 | .type getspnam_r, %function; | ||
| 2733 | getspnam_r: | ||
| 2734 | .globl lckpwdf | ||
| 2735 | .type lckpwdf, %function; | ||
| 2736 | lckpwdf: | ||
| 2737 | .globl ulckpwdf | ||
| 2738 | .type ulckpwdf, %function; | ||
| 2739 | ulckpwdf: | ||
| 2740 | .globl putgrent | ||
| 2741 | .type putgrent, %function; | ||
| 2742 | putgrent: | ||
| 2743 | .globl putpwent | ||
| 2744 | .type putpwent, %function; | ||
| 2745 | putpwent: | ||
| 2746 | .globl putspent | ||
| 2747 | .type putspent, %function; | ||
| 2748 | putspent: | ||
| 2749 | .globl erand48 | ||
| 2750 | .type erand48, %function; | ||
| 2751 | erand48: | ||
| 2752 | .globl drand48 | ||
| 2753 | .type drand48, %function; | ||
| 2754 | drand48: | ||
| 2755 | .globl lcong48 | ||
| 2756 | .type lcong48, %function; | ||
| 2757 | lcong48: | ||
| 2758 | .globl nrand48 | ||
| 2759 | .type nrand48, %function; | ||
| 2760 | nrand48: | ||
| 2761 | .globl lrand48 | ||
| 2762 | .type lrand48, %function; | ||
| 2763 | lrand48: | ||
| 2764 | .globl jrand48 | ||
| 2765 | .type jrand48, %function; | ||
| 2766 | jrand48: | ||
| 2767 | .globl mrand48 | ||
| 2768 | .type mrand48, %function; | ||
| 2769 | mrand48: | ||
| 2770 | .globl srand | ||
| 2771 | .type srand, %function; | ||
| 2772 | srand: | ||
| 2773 | .globl rand | ||
| 2774 | .type rand, %function; | ||
| 2775 | rand: | ||
| 2776 | .globl rand_r | ||
| 2777 | .type rand_r, %function; | ||
| 2778 | rand_r: | ||
| 2779 | .globl srandom | ||
| 2780 | .type srandom, %function; | ||
| 2781 | srandom: | ||
| 2782 | .globl initstate | ||
| 2783 | .type initstate, %function; | ||
| 2784 | initstate: | ||
| 2785 | .globl setstate | ||
| 2786 | .type setstate, %function; | ||
| 2787 | setstate: | ||
| 2788 | .globl random | ||
| 2789 | .type random, %function; | ||
| 2790 | random: | ||
| 2791 | .globl seed48 | ||
| 2792 | .type seed48, %function; | ||
| 2793 | seed48: | ||
| 2794 | .globl srand48 | ||
| 2795 | .type srand48, %function; | ||
| 2796 | srand48: | ||
| 2797 | .globl _Fork | ||
| 2798 | .type _Fork, %function; | ||
| 2799 | _Fork: | ||
| 2800 | .globl execl | ||
| 2801 | .type execl, %function; | ||
| 2802 | execl: | ||
| 2803 | .globl execle | ||
| 2804 | .type execle, %function; | ||
| 2805 | execle: | ||
| 2806 | .globl execlp | ||
| 2807 | .type execlp, %function; | ||
| 2808 | execlp: | ||
| 2809 | .globl execv | ||
| 2810 | .type execv, %function; | ||
| 2811 | execv: | ||
| 2812 | .globl execve | ||
| 2813 | .type execve, %function; | ||
| 2814 | execve: | ||
| 2815 | .weak execvpe | ||
| 2816 | .type execvpe, %function; | ||
| 2817 | execvpe: | ||
| 2818 | .globl execvp | ||
| 2819 | .type execvp, %function; | ||
| 2820 | execvp: | ||
| 2821 | .globl fexecve | ||
| 2822 | .type fexecve, %function; | ||
| 2823 | fexecve: | ||
| 2824 | .globl fork | ||
| 2825 | .type fork, %function; | ||
| 2826 | fork: | ||
| 2827 | .globl posix_spawn | ||
| 2828 | .type posix_spawn, %function; | ||
| 2829 | posix_spawn: | ||
| 2830 | .globl posix_spawn_file_actions_addchdir_np | ||
| 2831 | .type posix_spawn_file_actions_addchdir_np, %function; | ||
| 2832 | posix_spawn_file_actions_addchdir_np: | ||
| 2833 | .globl posix_spawn_file_actions_addclose | ||
| 2834 | .type posix_spawn_file_actions_addclose, %function; | ||
| 2835 | posix_spawn_file_actions_addclose: | ||
| 2836 | .globl posix_spawn_file_actions_adddup2 | ||
| 2837 | .type posix_spawn_file_actions_adddup2, %function; | ||
| 2838 | posix_spawn_file_actions_adddup2: | ||
| 2839 | .globl posix_spawn_file_actions_addfchdir_np | ||
| 2840 | .type posix_spawn_file_actions_addfchdir_np, %function; | ||
| 2841 | posix_spawn_file_actions_addfchdir_np: | ||
| 2842 | .globl posix_spawn_file_actions_addopen | ||
| 2843 | .type posix_spawn_file_actions_addopen, %function; | ||
| 2844 | posix_spawn_file_actions_addopen: | ||
| 2845 | .globl posix_spawn_file_actions_destroy | ||
| 2846 | .type posix_spawn_file_actions_destroy, %function; | ||
| 2847 | posix_spawn_file_actions_destroy: | ||
| 2848 | .globl posix_spawn_file_actions_init | ||
| 2849 | .type posix_spawn_file_actions_init, %function; | ||
| 2850 | posix_spawn_file_actions_init: | ||
| 2851 | .globl posix_spawnattr_destroy | ||
| 2852 | .type posix_spawnattr_destroy, %function; | ||
| 2853 | posix_spawnattr_destroy: | ||
| 2854 | .globl posix_spawnattr_getflags | ||
| 2855 | .type posix_spawnattr_getflags, %function; | ||
| 2856 | posix_spawnattr_getflags: | ||
| 2857 | .globl posix_spawnattr_getpgroup | ||
| 2858 | .type posix_spawnattr_getpgroup, %function; | ||
| 2859 | posix_spawnattr_getpgroup: | ||
| 2860 | .globl posix_spawnattr_getsigdefault | ||
| 2861 | .type posix_spawnattr_getsigdefault, %function; | ||
| 2862 | posix_spawnattr_getsigdefault: | ||
| 2863 | .globl posix_spawnattr_getsigmask | ||
| 2864 | .type posix_spawnattr_getsigmask, %function; | ||
| 2865 | posix_spawnattr_getsigmask: | ||
| 2866 | .globl posix_spawnattr_init | ||
| 2867 | .type posix_spawnattr_init, %function; | ||
| 2868 | posix_spawnattr_init: | ||
| 2869 | .globl posix_spawnattr_getschedparam | ||
| 2870 | .type posix_spawnattr_getschedparam, %function; | ||
| 2871 | posix_spawnattr_getschedparam: | ||
| 2872 | .globl posix_spawnattr_setschedparam | ||
| 2873 | .type posix_spawnattr_setschedparam, %function; | ||
| 2874 | posix_spawnattr_setschedparam: | ||
| 2875 | .globl posix_spawnattr_getschedpolicy | ||
| 2876 | .type posix_spawnattr_getschedpolicy, %function; | ||
| 2877 | posix_spawnattr_getschedpolicy: | ||
| 2878 | .globl posix_spawnattr_setschedpolicy | ||
| 2879 | .type posix_spawnattr_setschedpolicy, %function; | ||
| 2880 | posix_spawnattr_setschedpolicy: | ||
| 2881 | .globl posix_spawnattr_setflags | ||
| 2882 | .type posix_spawnattr_setflags, %function; | ||
| 2883 | posix_spawnattr_setflags: | ||
| 2884 | .globl posix_spawnattr_setpgroup | ||
| 2885 | .type posix_spawnattr_setpgroup, %function; | ||
| 2886 | posix_spawnattr_setpgroup: | ||
| 2887 | .globl posix_spawnattr_setsigdefault | ||
| 2888 | .type posix_spawnattr_setsigdefault, %function; | ||
| 2889 | posix_spawnattr_setsigdefault: | ||
| 2890 | .globl posix_spawnattr_setsigmask | ||
| 2891 | .type posix_spawnattr_setsigmask, %function; | ||
| 2892 | posix_spawnattr_setsigmask: | ||
| 2893 | .globl posix_spawnp | ||
| 2894 | .type posix_spawnp, %function; | ||
| 2895 | posix_spawnp: | ||
| 2896 | .globl system | ||
| 2897 | .type system, %function; | ||
| 2898 | system: | ||
| 2899 | .globl vfork | ||
| 2900 | .type vfork, %function; | ||
| 2901 | vfork: | ||
| 2902 | .globl wait | ||
| 2903 | .type wait, %function; | ||
| 2904 | wait: | ||
| 2905 | .globl waitid | ||
| 2906 | .type waitid, %function; | ||
| 2907 | waitid: | ||
| 2908 | .globl waitpid | ||
| 2909 | .type waitpid, %function; | ||
| 2910 | waitpid: | ||
| 2911 | .globl fnmatch | ||
| 2912 | .type fnmatch, %function; | ||
| 2913 | fnmatch: | ||
| 2914 | .globl glob | ||
| 2915 | .type glob, %function; | ||
| 2916 | glob: | ||
| 2917 | .weak glob64 | ||
| 2918 | .type glob64, %function; | ||
| 2919 | glob64: | ||
| 2920 | .globl globfree | ||
| 2921 | .type globfree, %function; | ||
| 2922 | globfree: | ||
| 2923 | .weak globfree64 | ||
| 2924 | .type globfree64, %function; | ||
| 2925 | globfree64: | ||
| 2926 | .globl regcomp | ||
| 2927 | .type regcomp, %function; | ||
| 2928 | regcomp: | ||
| 2929 | .globl regfree | ||
| 2930 | .type regfree, %function; | ||
| 2931 | regfree: | ||
| 2932 | .globl regerror | ||
| 2933 | .type regerror, %function; | ||
| 2934 | regerror: | ||
| 2935 | .globl regexec | ||
| 2936 | .type regexec, %function; | ||
| 2937 | regexec: | ||
| 2938 | .globl sched_setaffinity | ||
| 2939 | .type sched_setaffinity, %function; | ||
| 2940 | sched_setaffinity: | ||
| 2941 | .globl pthread_setaffinity_np | ||
| 2942 | .type pthread_setaffinity_np, %function; | ||
| 2943 | pthread_setaffinity_np: | ||
| 2944 | .globl sched_getaffinity | ||
| 2945 | .type sched_getaffinity, %function; | ||
| 2946 | sched_getaffinity: | ||
| 2947 | .globl pthread_getaffinity_np | ||
| 2948 | .type pthread_getaffinity_np, %function; | ||
| 2949 | pthread_getaffinity_np: | ||
| 2950 | .globl __sched_cpucount | ||
| 2951 | .type __sched_cpucount, %function; | ||
| 2952 | __sched_cpucount: | ||
| 2953 | .globl sched_get_priority_max | ||
| 2954 | .type sched_get_priority_max, %function; | ||
| 2955 | sched_get_priority_max: | ||
| 2956 | .globl sched_get_priority_min | ||
| 2957 | .type sched_get_priority_min, %function; | ||
| 2958 | sched_get_priority_min: | ||
| 2959 | .globl sched_getcpu | ||
| 2960 | .type sched_getcpu, %function; | ||
| 2961 | sched_getcpu: | ||
| 2962 | .globl sched_getparam | ||
| 2963 | .type sched_getparam, %function; | ||
| 2964 | sched_getparam: | ||
| 2965 | .globl sched_getscheduler | ||
| 2966 | .type sched_getscheduler, %function; | ||
| 2967 | sched_getscheduler: | ||
| 2968 | .globl sched_rr_get_interval | ||
| 2969 | .type sched_rr_get_interval, %function; | ||
| 2970 | sched_rr_get_interval: | ||
| 2971 | .globl sched_setparam | ||
| 2972 | .type sched_setparam, %function; | ||
| 2973 | sched_setparam: | ||
| 2974 | .globl sched_setscheduler | ||
| 2975 | .type sched_setscheduler, %function; | ||
| 2976 | sched_setscheduler: | ||
| 2977 | .globl sched_yield | ||
| 2978 | .type sched_yield, %function; | ||
| 2979 | sched_yield: | ||
| 2980 | .globl hcreate | ||
| 2981 | .type hcreate, %function; | ||
| 2982 | hcreate: | ||
| 2983 | .weak hcreate_r | ||
| 2984 | .type hcreate_r, %function; | ||
| 2985 | hcreate_r: | ||
| 2986 | .globl hdestroy | ||
| 2987 | .type hdestroy, %function; | ||
| 2988 | hdestroy: | ||
| 2989 | .weak hdestroy_r | ||
| 2990 | .type hdestroy_r, %function; | ||
| 2991 | hdestroy_r: | ||
| 2992 | .globl hsearch | ||
| 2993 | .type hsearch, %function; | ||
| 2994 | hsearch: | ||
| 2995 | .weak hsearch_r | ||
| 2996 | .type hsearch_r, %function; | ||
| 2997 | hsearch_r: | ||
| 2998 | .globl insque | ||
| 2999 | .type insque, %function; | ||
| 3000 | insque: | ||
| 3001 | .globl remque | ||
| 3002 | .type remque, %function; | ||
| 3003 | remque: | ||
| 3004 | .globl lsearch | ||
| 3005 | .type lsearch, %function; | ||
| 3006 | lsearch: | ||
| 3007 | .globl lfind | ||
| 3008 | .type lfind, %function; | ||
| 3009 | lfind: | ||
| 3010 | .globl tdelete | ||
| 3011 | .type tdelete, %function; | ||
| 3012 | tdelete: | ||
| 3013 | .globl tdestroy | ||
| 3014 | .type tdestroy, %function; | ||
| 3015 | tdestroy: | ||
| 3016 | .globl tfind | ||
| 3017 | .type tfind, %function; | ||
| 3018 | tfind: | ||
| 3019 | .globl tsearch | ||
| 3020 | .type tsearch, %function; | ||
| 3021 | tsearch: | ||
| 3022 | .globl twalk | ||
| 3023 | .type twalk, %function; | ||
| 3024 | twalk: | ||
| 3025 | .globl poll | ||
| 3026 | .type poll, %function; | ||
| 3027 | poll: | ||
| 3028 | .globl pselect | ||
| 3029 | .type pselect, %function; | ||
| 3030 | pselect: | ||
| 3031 | .globl select | ||
| 3032 | .type select, %function; | ||
| 3033 | select: | ||
| 3034 | .globl _longjmp | ||
| 3035 | .type _longjmp, %function; | ||
| 3036 | _longjmp: | ||
| 3037 | #if !defined(ARCH_mips) && !defined(ARCH_i386) && !defined(ARCH_x86_64) && !defined(ARCH_powerpc) && !defined(ARCH_powerpc64) && !defined(ARCH_aarch64) | ||
| 3038 | .globl __longjmp | ||
| 3039 | .type __longjmp, %function; | ||
| 3040 | __longjmp: | ||
| 3041 | #endif | ||
| 3042 | .globl longjmp | ||
| 3043 | .type longjmp, %function; | ||
| 3044 | longjmp: | ||
| 3045 | .globl _setjmp | ||
| 3046 | .type _setjmp, %function; | ||
| 3047 | _setjmp: | ||
| 3048 | .globl setjmp | ||
| 3049 | .type setjmp, %function; | ||
| 3050 | setjmp: | ||
| 3051 | .globl __setjmp | ||
| 3052 | .type __setjmp, %function; | ||
| 3053 | __setjmp: | ||
| 3054 | .globl getitimer | ||
| 3055 | .type getitimer, %function; | ||
| 3056 | getitimer: | ||
| 3057 | .globl kill | ||
| 3058 | .type kill, %function; | ||
| 3059 | kill: | ||
| 3060 | .globl killpg | ||
| 3061 | .type killpg, %function; | ||
| 3062 | killpg: | ||
| 3063 | .globl psiginfo | ||
| 3064 | .type psiginfo, %function; | ||
| 3065 | psiginfo: | ||
| 3066 | .globl psignal | ||
| 3067 | .type psignal, %function; | ||
| 3068 | psignal: | ||
| 3069 | .globl raise | ||
| 3070 | .type raise, %function; | ||
| 3071 | raise: | ||
| 3072 | .globl __sigsetjmp | ||
| 3073 | .type __sigsetjmp, %function; | ||
| 3074 | __sigsetjmp: | ||
| 3075 | .globl sigsetjmp | ||
| 3076 | .type sigsetjmp, %function; | ||
| 3077 | sigsetjmp: | ||
| 3078 | .globl setitimer | ||
| 3079 | .type setitimer, %function; | ||
| 3080 | setitimer: | ||
| 3081 | .weak sigaction | ||
| 3082 | .type sigaction, %function; | ||
| 3083 | sigaction: | ||
| 3084 | .globl sigaddset | ||
| 3085 | .type sigaddset, %function; | ||
| 3086 | sigaddset: | ||
| 3087 | .globl sigaltstack | ||
| 3088 | .type sigaltstack, %function; | ||
| 3089 | sigaltstack: | ||
| 3090 | .globl sigandset | ||
| 3091 | .type sigandset, %function; | ||
| 3092 | sigandset: | ||
| 3093 | .globl sigdelset | ||
| 3094 | .type sigdelset, %function; | ||
| 3095 | sigdelset: | ||
| 3096 | .globl sigemptyset | ||
| 3097 | .type sigemptyset, %function; | ||
| 3098 | sigemptyset: | ||
| 3099 | .globl sigfillset | ||
| 3100 | .type sigfillset, %function; | ||
| 3101 | sigfillset: | ||
| 3102 | .globl sighold | ||
| 3103 | .type sighold, %function; | ||
| 3104 | sighold: | ||
| 3105 | .globl sigignore | ||
| 3106 | .type sigignore, %function; | ||
| 3107 | sigignore: | ||
| 3108 | .globl siginterrupt | ||
| 3109 | .type siginterrupt, %function; | ||
| 3110 | siginterrupt: | ||
| 3111 | .globl sigisemptyset | ||
| 3112 | .type sigisemptyset, %function; | ||
| 3113 | sigisemptyset: | ||
| 3114 | .globl sigismember | ||
| 3115 | .type sigismember, %function; | ||
| 3116 | sigismember: | ||
| 3117 | .globl siglongjmp | ||
| 3118 | .type siglongjmp, %function; | ||
| 3119 | siglongjmp: | ||
| 3120 | .globl signal | ||
| 3121 | .type signal, %function; | ||
| 3122 | signal: | ||
| 3123 | .weak __sysv_signal | ||
| 3124 | .type __sysv_signal, %function; | ||
| 3125 | __sysv_signal: | ||
| 3126 | .weak bsd_signal | ||
| 3127 | .type bsd_signal, %function; | ||
| 3128 | bsd_signal: | ||
| 3129 | .globl sigorset | ||
| 3130 | .type sigorset, %function; | ||
| 3131 | sigorset: | ||
| 3132 | .globl sigpause | ||
| 3133 | .type sigpause, %function; | ||
| 3134 | sigpause: | ||
| 3135 | .globl sigpending | ||
| 3136 | .type sigpending, %function; | ||
| 3137 | sigpending: | ||
| 3138 | .globl sigprocmask | ||
| 3139 | .type sigprocmask, %function; | ||
| 3140 | sigprocmask: | ||
| 3141 | .globl sigqueue | ||
| 3142 | .type sigqueue, %function; | ||
| 3143 | sigqueue: | ||
| 3144 | .globl sigrelse | ||
| 3145 | .type sigrelse, %function; | ||
| 3146 | sigrelse: | ||
| 3147 | .globl __libc_current_sigrtmax | ||
| 3148 | .type __libc_current_sigrtmax, %function; | ||
| 3149 | __libc_current_sigrtmax: | ||
| 3150 | .globl __libc_current_sigrtmin | ||
| 3151 | .type __libc_current_sigrtmin, %function; | ||
| 3152 | __libc_current_sigrtmin: | ||
| 3153 | .globl sigset | ||
| 3154 | .type sigset, %function; | ||
| 3155 | sigset: | ||
| 3156 | .globl sigsuspend | ||
| 3157 | .type sigsuspend, %function; | ||
| 3158 | sigsuspend: | ||
| 3159 | .globl sigtimedwait | ||
| 3160 | .type sigtimedwait, %function; | ||
| 3161 | sigtimedwait: | ||
| 3162 | .globl sigwait | ||
| 3163 | .type sigwait, %function; | ||
| 3164 | sigwait: | ||
| 3165 | .globl sigwaitinfo | ||
| 3166 | .type sigwaitinfo, %function; | ||
| 3167 | sigwaitinfo: | ||
| 3168 | WEAK64 __fxstat64 | ||
| 3169 | .type __fxstat64, %function; | ||
| 3170 | __fxstat64: | ||
| 3171 | #if !defined(ARCH_mips) && !defined(ARCH_i386) && !defined(ARCH_powerpc) | ||
| 3172 | .globl __fxstat | ||
| 3173 | .type __fxstat, %function; | ||
| 3174 | __fxstat: | ||
| 3175 | #endif | ||
| 3176 | #if !defined(ARCH_mips) && !defined(ARCH_i386) && !defined(ARCH_powerpc) | ||
| 3177 | .globl __fxstatat | ||
| 3178 | .type __fxstatat, %function; | ||
| 3179 | __fxstatat: | ||
| 3180 | #endif | ||
| 3181 | WEAK64 __fxstatat64 | ||
| 3182 | .type __fxstatat64, %function; | ||
| 3183 | __fxstatat64: | ||
| 3184 | WEAK64 __lxstat64 | ||
| 3185 | .type __lxstat64, %function; | ||
| 3186 | __lxstat64: | ||
| 3187 | #if !defined(ARCH_mips) && !defined(ARCH_i386) && !defined(ARCH_powerpc) | ||
| 3188 | .globl __lxstat | ||
| 3189 | .type __lxstat, %function; | ||
| 3190 | __lxstat: | ||
| 3191 | #endif | ||
| 3192 | #if !defined(ARCH_mips) && !defined(ARCH_i386) && !defined(ARCH_powerpc) | ||
| 3193 | .globl __xstat | ||
| 3194 | .type __xstat, %function; | ||
| 3195 | __xstat: | ||
| 3196 | #endif | ||
| 3197 | WEAK64 __xstat64 | ||
| 3198 | .type __xstat64, %function; | ||
| 3199 | __xstat64: | ||
| 3200 | .globl __xmknod | ||
| 3201 | .type __xmknod, %function; | ||
| 3202 | __xmknod: | ||
| 3203 | .globl __xmknodat | ||
| 3204 | .type __xmknodat, %function; | ||
| 3205 | __xmknodat: | ||
| 3206 | .globl chmod | ||
| 3207 | .type chmod, %function; | ||
| 3208 | chmod: | ||
| 3209 | .globl fchmod | ||
| 3210 | .type fchmod, %function; | ||
| 3211 | fchmod: | ||
| 3212 | .globl fchmodat | ||
| 3213 | .type fchmodat, %function; | ||
| 3214 | fchmodat: | ||
| 3215 | .weak fstat64 | ||
| 3216 | .type fstat64, %function; | ||
| 3217 | fstat64: | ||
| 3218 | .globl fstat | ||
| 3219 | .type fstat, %function; | ||
| 3220 | fstat: | ||
| 3221 | .globl fstatat | ||
| 3222 | .type fstatat, %function; | ||
| 3223 | fstatat: | ||
| 3224 | .weak fstatat64 | ||
| 3225 | .type fstatat64, %function; | ||
| 3226 | fstatat64: | ||
| 3227 | .globl futimens | ||
| 3228 | .type futimens, %function; | ||
| 3229 | futimens: | ||
| 3230 | WEAK64 futimesat | ||
| 3231 | .type futimesat, %function; | ||
| 3232 | futimesat: | ||
| 3233 | .globl lchmod | ||
| 3234 | .type lchmod, %function; | ||
| 3235 | lchmod: | ||
| 3236 | .weak lstat64 | ||
| 3237 | .type lstat64, %function; | ||
| 3238 | lstat64: | ||
| 3239 | .globl lstat | ||
| 3240 | .type lstat, %function; | ||
| 3241 | lstat: | ||
| 3242 | .globl mkdir | ||
| 3243 | .type mkdir, %function; | ||
| 3244 | mkdir: | ||
| 3245 | .globl mkdirat | ||
| 3246 | .type mkdirat, %function; | ||
| 3247 | mkdirat: | ||
| 3248 | .globl mkfifo | ||
| 3249 | .type mkfifo, %function; | ||
| 3250 | mkfifo: | ||
| 3251 | .globl mkfifoat | ||
| 3252 | .type mkfifoat, %function; | ||
| 3253 | mkfifoat: | ||
| 3254 | .globl mknod | ||
| 3255 | .type mknod, %function; | ||
| 3256 | mknod: | ||
| 3257 | .globl mknodat | ||
| 3258 | .type mknodat, %function; | ||
| 3259 | mknodat: | ||
| 3260 | .globl stat | ||
| 3261 | .type stat, %function; | ||
| 3262 | stat: | ||
| 3263 | .weak stat64 | ||
| 3264 | .type stat64, %function; | ||
| 3265 | stat64: | ||
| 3266 | .weak statfs | ||
| 3267 | .type statfs, %function; | ||
| 3268 | statfs: | ||
| 3269 | .weak statfs64 | ||
| 3270 | .type statfs64, %function; | ||
| 3271 | statfs64: | ||
| 3272 | .weak fstatfs | ||
| 3273 | .type fstatfs, %function; | ||
| 3274 | fstatfs: | ||
| 3275 | .weak fstatfs64 | ||
| 3276 | .type fstatfs64, %function; | ||
| 3277 | fstatfs64: | ||
| 3278 | .weak statvfs64 | ||
| 3279 | .type statvfs64, %function; | ||
| 3280 | statvfs64: | ||
| 3281 | .globl statvfs | ||
| 3282 | .type statvfs, %function; | ||
| 3283 | statvfs: | ||
| 3284 | .weak fstatvfs64 | ||
| 3285 | .type fstatvfs64, %function; | ||
| 3286 | fstatvfs64: | ||
| 3287 | .globl fstatvfs | ||
| 3288 | .type fstatvfs, %function; | ||
| 3289 | fstatvfs: | ||
| 3290 | .globl umask | ||
| 3291 | .type umask, %function; | ||
| 3292 | umask: | ||
| 3293 | .globl utimensat | ||
| 3294 | .type utimensat, %function; | ||
| 3295 | utimensat: | ||
| 3296 | .weak fdopen | ||
| 3297 | .type fdopen, %function; | ||
| 3298 | fdopen: | ||
| 3299 | .globl __overflow | ||
| 3300 | .type __overflow, %function; | ||
| 3301 | .protected __overflow | ||
| 3302 | __overflow: | ||
| 3303 | .globl __uflow | ||
| 3304 | .type __uflow, %function; | ||
| 3305 | .protected __uflow | ||
| 3306 | __uflow: | ||
| 3307 | .globl asprintf | ||
| 3308 | .type asprintf, %function; | ||
| 3309 | asprintf: | ||
| 3310 | .weak clearerr_unlocked | ||
| 3311 | .type clearerr_unlocked, %function; | ||
| 3312 | clearerr_unlocked: | ||
| 3313 | .globl clearerr | ||
| 3314 | .type clearerr, %function; | ||
| 3315 | clearerr: | ||
| 3316 | .globl dprintf | ||
| 3317 | .type dprintf, %function; | ||
| 3318 | dprintf: | ||
| 3319 | .globl _flushlbf | ||
| 3320 | .type _flushlbf, %function; | ||
| 3321 | _flushlbf: | ||
| 3322 | .globl __fsetlocking | ||
| 3323 | .type __fsetlocking, %function; | ||
| 3324 | __fsetlocking: | ||
| 3325 | .globl __fwriting | ||
| 3326 | .type __fwriting, %function; | ||
| 3327 | __fwriting: | ||
| 3328 | .globl __freading | ||
| 3329 | .type __freading, %function; | ||
| 3330 | __freading: | ||
| 3331 | .globl __freadable | ||
| 3332 | .type __freadable, %function; | ||
| 3333 | __freadable: | ||
| 3334 | .globl __fwritable | ||
| 3335 | .type __fwritable, %function; | ||
| 3336 | __fwritable: | ||
| 3337 | .globl __flbf | ||
| 3338 | .type __flbf, %function; | ||
| 3339 | __flbf: | ||
| 3340 | .globl __fbufsize | ||
| 3341 | .type __fbufsize, %function; | ||
| 3342 | __fbufsize: | ||
| 3343 | .globl __fpending | ||
| 3344 | .type __fpending, %function; | ||
| 3345 | __fpending: | ||
| 3346 | .globl __fpurge | ||
| 3347 | .type __fpurge, %function; | ||
| 3348 | __fpurge: | ||
| 3349 | .weak fpurge | ||
| 3350 | .type fpurge, %function; | ||
| 3351 | fpurge: | ||
| 3352 | .globl __freadahead | ||
| 3353 | .type __freadahead, %function; | ||
| 3354 | __freadahead: | ||
| 3355 | .globl __freadptr | ||
| 3356 | .type __freadptr, %function; | ||
| 3357 | __freadptr: | ||
| 3358 | .globl __freadptrinc | ||
| 3359 | .type __freadptrinc, %function; | ||
| 3360 | __freadptrinc: | ||
| 3361 | .globl __fseterr | ||
| 3362 | .type __fseterr, %function; | ||
| 3363 | __fseterr: | ||
| 3364 | .globl fclose | ||
| 3365 | .type fclose, %function; | ||
| 3366 | fclose: | ||
| 3367 | .weak _IO_feof_unlocked | ||
| 3368 | .type _IO_feof_unlocked, %function; | ||
| 3369 | _IO_feof_unlocked: | ||
| 3370 | .globl feof | ||
| 3371 | .type feof, %function; | ||
| 3372 | feof: | ||
| 3373 | .weak feof_unlocked | ||
| 3374 | .type feof_unlocked, %function; | ||
| 3375 | feof_unlocked: | ||
| 3376 | .globl ferror | ||
| 3377 | .type ferror, %function; | ||
| 3378 | ferror: | ||
| 3379 | .weak ferror_unlocked | ||
| 3380 | .type ferror_unlocked, %function; | ||
| 3381 | ferror_unlocked: | ||
| 3382 | .weak _IO_ferror_unlocked | ||
| 3383 | .type _IO_ferror_unlocked, %function; | ||
| 3384 | _IO_ferror_unlocked: | ||
| 3385 | .weak fflush_unlocked | ||
| 3386 | .type fflush_unlocked, %function; | ||
| 3387 | fflush_unlocked: | ||
| 3388 | .globl fflush | ||
| 3389 | .type fflush, %function; | ||
| 3390 | fflush: | ||
| 3391 | .globl fgetc | ||
| 3392 | .type fgetc, %function; | ||
| 3393 | fgetc: | ||
| 3394 | .globl fgetln | ||
| 3395 | .type fgetln, %function; | ||
| 3396 | fgetln: | ||
| 3397 | .globl fgetpos | ||
| 3398 | .type fgetpos, %function; | ||
| 3399 | fgetpos: | ||
| 3400 | .weak fgetpos64 | ||
| 3401 | .type fgetpos64, %function; | ||
| 3402 | fgetpos64: | ||
| 3403 | .weak fgets_unlocked | ||
| 3404 | .type fgets_unlocked, %function; | ||
| 3405 | fgets_unlocked: | ||
| 3406 | .globl fgets | ||
| 3407 | .type fgets, %function; | ||
| 3408 | fgets: | ||
| 3409 | .weak getwc_unlocked | ||
| 3410 | .type getwc_unlocked, %function; | ||
| 3411 | getwc_unlocked: | ||
| 3412 | .weak fgetwc_unlocked | ||
| 3413 | .type fgetwc_unlocked, %function; | ||
| 3414 | fgetwc_unlocked: | ||
| 3415 | .globl __fgetwc_unlocked | ||
| 3416 | .type __fgetwc_unlocked, %function; | ||
| 3417 | __fgetwc_unlocked: | ||
| 3418 | .globl fgetwc | ||
| 3419 | .type fgetwc, %function; | ||
| 3420 | fgetwc: | ||
| 3421 | .weak fgetws_unlocked | ||
| 3422 | .type fgetws_unlocked, %function; | ||
| 3423 | fgetws_unlocked: | ||
| 3424 | .globl fgetws | ||
| 3425 | .type fgetws, %function; | ||
| 3426 | fgetws: | ||
| 3427 | .weak fileno_unlocked | ||
| 3428 | .type fileno_unlocked, %function; | ||
| 3429 | fileno_unlocked: | ||
| 3430 | .globl fileno | ||
| 3431 | .type fileno, %function; | ||
| 3432 | fileno: | ||
| 3433 | .globl flockfile | ||
| 3434 | .type flockfile, %function; | ||
| 3435 | flockfile: | ||
| 3436 | .globl fmemopen | ||
| 3437 | .type fmemopen, %function; | ||
| 3438 | fmemopen: | ||
| 3439 | .weak fopen64 | ||
| 3440 | .type fopen64, %function; | ||
| 3441 | fopen64: | ||
| 3442 | .globl fopen | ||
| 3443 | .type fopen, %function; | ||
| 3444 | fopen: | ||
| 3445 | .globl fopencookie | ||
| 3446 | .type fopencookie, %function; | ||
| 3447 | fopencookie: | ||
| 3448 | .globl fprintf | ||
| 3449 | .type fprintf, %function; | ||
| 3450 | fprintf: | ||
| 3451 | .globl fputc | ||
| 3452 | .type fputc, %function; | ||
| 3453 | fputc: | ||
| 3454 | .weak fputs_unlocked | ||
| 3455 | .type fputs_unlocked, %function; | ||
| 3456 | fputs_unlocked: | ||
| 3457 | .globl fputs | ||
| 3458 | .type fputs, %function; | ||
| 3459 | fputs: | ||
| 3460 | .weak putwc_unlocked | ||
| 3461 | .type putwc_unlocked, %function; | ||
| 3462 | putwc_unlocked: | ||
| 3463 | .weak fputwc_unlocked | ||
| 3464 | .type fputwc_unlocked, %function; | ||
| 3465 | fputwc_unlocked: | ||
| 3466 | .globl __fputwc_unlocked | ||
| 3467 | .type __fputwc_unlocked, %function; | ||
| 3468 | __fputwc_unlocked: | ||
| 3469 | .globl fputwc | ||
| 3470 | .type fputwc, %function; | ||
| 3471 | fputwc: | ||
| 3472 | .globl fputws | ||
| 3473 | .type fputws, %function; | ||
| 3474 | fputws: | ||
| 3475 | .weak fputws_unlocked | ||
| 3476 | .type fputws_unlocked, %function; | ||
| 3477 | fputws_unlocked: | ||
| 3478 | .globl fread | ||
| 3479 | .type fread, %function; | ||
| 3480 | fread: | ||
| 3481 | .weak fread_unlocked | ||
| 3482 | .type fread_unlocked, %function; | ||
| 3483 | fread_unlocked: | ||
| 3484 | .weak freopen64 | ||
| 3485 | .type freopen64, %function; | ||
| 3486 | freopen64: | ||
| 3487 | .globl freopen | ||
| 3488 | .type freopen, %function; | ||
| 3489 | freopen: | ||
| 3490 | .weak __isoc99_fscanf | ||
| 3491 | .type __isoc99_fscanf, %function; | ||
| 3492 | __isoc99_fscanf: | ||
| 3493 | .globl fscanf | ||
| 3494 | .type fscanf, %function; | ||
| 3495 | fscanf: | ||
| 3496 | .weak fseeko | ||
| 3497 | .type fseeko, %function; | ||
| 3498 | fseeko: | ||
| 3499 | .weak fseeko64 | ||
| 3500 | .type fseeko64, %function; | ||
| 3501 | fseeko64: | ||
| 3502 | .globl fseek | ||
| 3503 | .type fseek, %function; | ||
| 3504 | fseek: | ||
| 3505 | .globl fsetpos | ||
| 3506 | .type fsetpos, %function; | ||
| 3507 | fsetpos: | ||
| 3508 | .weak fsetpos64 | ||
| 3509 | .type fsetpos64, %function; | ||
| 3510 | fsetpos64: | ||
| 3511 | .weak ftello | ||
| 3512 | .type ftello, %function; | ||
| 3513 | ftello: | ||
| 3514 | .weak ftello64 | ||
| 3515 | .type ftello64, %function; | ||
| 3516 | ftello64: | ||
| 3517 | .globl ftell | ||
| 3518 | .type ftell, %function; | ||
| 3519 | ftell: | ||
| 3520 | .globl ftrylockfile | ||
| 3521 | .type ftrylockfile, %function; | ||
| 3522 | ftrylockfile: | ||
| 3523 | .globl funlockfile | ||
| 3524 | .type funlockfile, %function; | ||
| 3525 | funlockfile: | ||
| 3526 | .globl fwide | ||
| 3527 | .type fwide, %function; | ||
| 3528 | fwide: | ||
| 3529 | .globl fwprintf | ||
| 3530 | .type fwprintf, %function; | ||
| 3531 | fwprintf: | ||
| 3532 | .weak fwrite_unlocked | ||
| 3533 | .type fwrite_unlocked, %function; | ||
| 3534 | fwrite_unlocked: | ||
| 3535 | .globl fwrite | ||
| 3536 | .type fwrite, %function; | ||
| 3537 | fwrite: | ||
| 3538 | .globl fwscanf | ||
| 3539 | .type fwscanf, %function; | ||
| 3540 | fwscanf: | ||
| 3541 | .weak __isoc99_fwscanf | ||
| 3542 | .type __isoc99_fwscanf, %function; | ||
| 3543 | __isoc99_fwscanf: | ||
| 3544 | .globl getc | ||
| 3545 | .type getc, %function; | ||
| 3546 | getc: | ||
| 3547 | .weak _IO_getc | ||
| 3548 | .type _IO_getc, %function; | ||
| 3549 | _IO_getc: | ||
| 3550 | .weak _IO_getc_unlocked | ||
| 3551 | .type _IO_getc_unlocked, %function; | ||
| 3552 | _IO_getc_unlocked: | ||
| 3553 | .globl getc_unlocked | ||
| 3554 | .type getc_unlocked, %function; | ||
| 3555 | getc_unlocked: | ||
| 3556 | .weak fgetc_unlocked | ||
| 3557 | .type fgetc_unlocked, %function; | ||
| 3558 | fgetc_unlocked: | ||
| 3559 | .globl getchar | ||
| 3560 | .type getchar, %function; | ||
| 3561 | getchar: | ||
| 3562 | .globl getchar_unlocked | ||
| 3563 | .type getchar_unlocked, %function; | ||
| 3564 | getchar_unlocked: | ||
| 3565 | .weak __getdelim | ||
| 3566 | .type __getdelim, %function; | ||
| 3567 | __getdelim: | ||
| 3568 | .globl getdelim | ||
| 3569 | .type getdelim, %function; | ||
| 3570 | getdelim: | ||
| 3571 | .globl getline | ||
| 3572 | .type getline, %function; | ||
| 3573 | getline: | ||
| 3574 | .globl gets | ||
| 3575 | .type gets, %function; | ||
| 3576 | gets: | ||
| 3577 | .globl getw | ||
| 3578 | .type getw, %function; | ||
| 3579 | getw: | ||
| 3580 | .globl getwc | ||
| 3581 | .type getwc, %function; | ||
| 3582 | getwc: | ||
| 3583 | .globl getwchar | ||
| 3584 | .type getwchar, %function; | ||
| 3585 | getwchar: | ||
| 3586 | .weak getwchar_unlocked | ||
| 3587 | .type getwchar_unlocked, %function; | ||
| 3588 | getwchar_unlocked: | ||
| 3589 | .globl open_memstream | ||
| 3590 | .type open_memstream, %function; | ||
| 3591 | open_memstream: | ||
| 3592 | .globl open_wmemstream | ||
| 3593 | .type open_wmemstream, %function; | ||
| 3594 | open_wmemstream: | ||
| 3595 | .globl pclose | ||
| 3596 | .type pclose, %function; | ||
| 3597 | pclose: | ||
| 3598 | .globl perror | ||
| 3599 | .type perror, %function; | ||
| 3600 | perror: | ||
| 3601 | .globl popen | ||
| 3602 | .type popen, %function; | ||
| 3603 | popen: | ||
| 3604 | .globl printf | ||
| 3605 | .type printf, %function; | ||
| 3606 | printf: | ||
| 3607 | .globl putc | ||
| 3608 | .type putc, %function; | ||
| 3609 | putc: | ||
| 3610 | .weak _IO_putc | ||
| 3611 | .type _IO_putc, %function; | ||
| 3612 | _IO_putc: | ||
| 3613 | .weak _IO_putc_unlocked | ||
| 3614 | .type _IO_putc_unlocked, %function; | ||
| 3615 | _IO_putc_unlocked: | ||
| 3616 | .globl putc_unlocked | ||
| 3617 | .type putc_unlocked, %function; | ||
| 3618 | putc_unlocked: | ||
| 3619 | .weak fputc_unlocked | ||
| 3620 | .type fputc_unlocked, %function; | ||
| 3621 | fputc_unlocked: | ||
| 3622 | .globl putchar | ||
| 3623 | .type putchar, %function; | ||
| 3624 | putchar: | ||
| 3625 | .globl putchar_unlocked | ||
| 3626 | .type putchar_unlocked, %function; | ||
| 3627 | putchar_unlocked: | ||
| 3628 | .globl puts | ||
| 3629 | .type puts, %function; | ||
| 3630 | puts: | ||
| 3631 | .globl putw | ||
| 3632 | .type putw, %function; | ||
| 3633 | putw: | ||
| 3634 | .globl putwc | ||
| 3635 | .type putwc, %function; | ||
| 3636 | putwc: | ||
| 3637 | .globl putwchar | ||
| 3638 | .type putwchar, %function; | ||
| 3639 | putwchar: | ||
| 3640 | .weak putwchar_unlocked | ||
| 3641 | .type putwchar_unlocked, %function; | ||
| 3642 | putwchar_unlocked: | ||
| 3643 | .globl remove | ||
| 3644 | .type remove, %function; | ||
| 3645 | remove: | ||
| 3646 | .globl rename | ||
| 3647 | .type rename, %function; | ||
| 3648 | rename: | ||
| 3649 | .globl rewind | ||
| 3650 | .type rewind, %function; | ||
| 3651 | rewind: | ||
| 3652 | .weak __isoc99_scanf | ||
| 3653 | .type __isoc99_scanf, %function; | ||
| 3654 | __isoc99_scanf: | ||
| 3655 | .globl scanf | ||
| 3656 | .type scanf, %function; | ||
| 3657 | scanf: | ||
| 3658 | .globl setbuf | ||
| 3659 | .type setbuf, %function; | ||
| 3660 | setbuf: | ||
| 3661 | .globl setbuffer | ||
| 3662 | .type setbuffer, %function; | ||
| 3663 | setbuffer: | ||
| 3664 | .globl setlinebuf | ||
| 3665 | .type setlinebuf, %function; | ||
| 3666 | setlinebuf: | ||
| 3667 | .globl setvbuf | ||
| 3668 | .type setvbuf, %function; | ||
| 3669 | setvbuf: | ||
| 3670 | .globl snprintf | ||
| 3671 | .type snprintf, %function; | ||
| 3672 | snprintf: | ||
| 3673 | .globl sprintf | ||
| 3674 | .type sprintf, %function; | ||
| 3675 | sprintf: | ||
| 3676 | .weak __isoc99_sscanf | ||
| 3677 | .type __isoc99_sscanf, %function; | ||
| 3678 | __isoc99_sscanf: | ||
| 3679 | .globl sscanf | ||
| 3680 | .type sscanf, %function; | ||
| 3681 | sscanf: | ||
| 3682 | .globl swprintf | ||
| 3683 | .type swprintf, %function; | ||
| 3684 | swprintf: | ||
| 3685 | .globl swscanf | ||
| 3686 | .type swscanf, %function; | ||
| 3687 | swscanf: | ||
| 3688 | .weak __isoc99_swscanf | ||
| 3689 | .type __isoc99_swscanf, %function; | ||
| 3690 | __isoc99_swscanf: | ||
| 3691 | .globl tempnam | ||
| 3692 | .type tempnam, %function; | ||
| 3693 | tempnam: | ||
| 3694 | .globl tmpfile | ||
| 3695 | .type tmpfile, %function; | ||
| 3696 | tmpfile: | ||
| 3697 | .weak tmpfile64 | ||
| 3698 | .type tmpfile64, %function; | ||
| 3699 | tmpfile64: | ||
| 3700 | .globl tmpnam | ||
| 3701 | .type tmpnam, %function; | ||
| 3702 | tmpnam: | ||
| 3703 | .globl ungetc | ||
| 3704 | .type ungetc, %function; | ||
| 3705 | ungetc: | ||
| 3706 | .globl ungetwc | ||
| 3707 | .type ungetwc, %function; | ||
| 3708 | ungetwc: | ||
| 3709 | .globl vasprintf | ||
| 3710 | .type vasprintf, %function; | ||
| 3711 | vasprintf: | ||
| 3712 | .globl vdprintf | ||
| 3713 | .type vdprintf, %function; | ||
| 3714 | vdprintf: | ||
| 3715 | .globl vfprintf | ||
| 3716 | .type vfprintf, %function; | ||
| 3717 | vfprintf: | ||
| 3718 | .weak __isoc99_vfscanf | ||
| 3719 | .type __isoc99_vfscanf, %function; | ||
| 3720 | __isoc99_vfscanf: | ||
| 3721 | .globl vfscanf | ||
| 3722 | .type vfscanf, %function; | ||
| 3723 | vfscanf: | ||
| 3724 | .globl vfwprintf | ||
| 3725 | .type vfwprintf, %function; | ||
| 3726 | vfwprintf: | ||
| 3727 | .globl vfwscanf | ||
| 3728 | .type vfwscanf, %function; | ||
| 3729 | vfwscanf: | ||
| 3730 | .weak __isoc99_vfwscanf | ||
| 3731 | .type __isoc99_vfwscanf, %function; | ||
| 3732 | __isoc99_vfwscanf: | ||
| 3733 | .globl vprintf | ||
| 3734 | .type vprintf, %function; | ||
| 3735 | vprintf: | ||
| 3736 | .weak __isoc99_vscanf | ||
| 3737 | .type __isoc99_vscanf, %function; | ||
| 3738 | __isoc99_vscanf: | ||
| 3739 | .globl vscanf | ||
| 3740 | .type vscanf, %function; | ||
| 3741 | vscanf: | ||
| 3742 | .globl vsnprintf | ||
| 3743 | .type vsnprintf, %function; | ||
| 3744 | vsnprintf: | ||
| 3745 | .globl vsprintf | ||
| 3746 | .type vsprintf, %function; | ||
| 3747 | vsprintf: | ||
| 3748 | .globl vsscanf | ||
| 3749 | .type vsscanf, %function; | ||
| 3750 | vsscanf: | ||
| 3751 | .weak __isoc99_vsscanf | ||
| 3752 | .type __isoc99_vsscanf, %function; | ||
| 3753 | __isoc99_vsscanf: | ||
| 3754 | .globl vswprintf | ||
| 3755 | .type vswprintf, %function; | ||
| 3756 | vswprintf: | ||
| 3757 | .weak __isoc99_vswscanf | ||
| 3758 | .type __isoc99_vswscanf, %function; | ||
| 3759 | __isoc99_vswscanf: | ||
| 3760 | .globl vswscanf | ||
| 3761 | .type vswscanf, %function; | ||
| 3762 | vswscanf: | ||
| 3763 | .globl vwprintf | ||
| 3764 | .type vwprintf, %function; | ||
| 3765 | vwprintf: | ||
| 3766 | .globl vwscanf | ||
| 3767 | .type vwscanf, %function; | ||
| 3768 | vwscanf: | ||
| 3769 | .weak __isoc99_vwscanf | ||
| 3770 | .type __isoc99_vwscanf, %function; | ||
| 3771 | __isoc99_vwscanf: | ||
| 3772 | .globl wprintf | ||
| 3773 | .type wprintf, %function; | ||
| 3774 | wprintf: | ||
| 3775 | .weak __isoc99_wscanf | ||
| 3776 | .type __isoc99_wscanf, %function; | ||
| 3777 | __isoc99_wscanf: | ||
| 3778 | .globl wscanf | ||
| 3779 | .type wscanf, %function; | ||
| 3780 | wscanf: | ||
| 3781 | .globl abs | ||
| 3782 | .type abs, %function; | ||
| 3783 | abs: | ||
| 3784 | .globl atof | ||
| 3785 | .type atof, %function; | ||
| 3786 | atof: | ||
| 3787 | .globl atoi | ||
| 3788 | .type atoi, %function; | ||
| 3789 | atoi: | ||
| 3790 | .globl atol | ||
| 3791 | .type atol, %function; | ||
| 3792 | atol: | ||
| 3793 | .globl atoll | ||
| 3794 | .type atoll, %function; | ||
| 3795 | atoll: | ||
| 3796 | .globl bsearch | ||
| 3797 | .type bsearch, %function; | ||
| 3798 | bsearch: | ||
| 3799 | .globl div | ||
| 3800 | .type div, %function; | ||
| 3801 | div: | ||
| 3802 | .globl ecvt | ||
| 3803 | .type ecvt, %function; | ||
| 3804 | ecvt: | ||
| 3805 | .globl fcvt | ||
| 3806 | .type fcvt, %function; | ||
| 3807 | fcvt: | ||
| 3808 | .globl gcvt | ||
| 3809 | .type gcvt, %function; | ||
| 3810 | gcvt: | ||
| 3811 | .globl imaxabs | ||
| 3812 | .type imaxabs, %function; | ||
| 3813 | imaxabs: | ||
| 3814 | .globl imaxdiv | ||
| 3815 | .type imaxdiv, %function; | ||
| 3816 | imaxdiv: | ||
| 3817 | .globl labs | ||
| 3818 | .type labs, %function; | ||
| 3819 | labs: | ||
| 3820 | .globl ldiv | ||
| 3821 | .type ldiv, %function; | ||
| 3822 | ldiv: | ||
| 3823 | .globl llabs | ||
| 3824 | .type llabs, %function; | ||
| 3825 | llabs: | ||
| 3826 | .globl lldiv | ||
| 3827 | .type lldiv, %function; | ||
| 3828 | lldiv: | ||
| 3829 | .globl qsort | ||
| 3830 | .type qsort, %function; | ||
| 3831 | qsort: | ||
| 3832 | .weak __strtof_l | ||
| 3833 | .type __strtof_l, %function; | ||
| 3834 | __strtof_l: | ||
| 3835 | .weak strtof_l | ||
| 3836 | .type strtof_l, %function; | ||
| 3837 | strtof_l: | ||
| 3838 | .globl strtof | ||
| 3839 | .type strtof, %function; | ||
| 3840 | strtof: | ||
| 3841 | .globl strtod | ||
| 3842 | .type strtod, %function; | ||
| 3843 | strtod: | ||
| 3844 | .weak __strtod_l | ||
| 3845 | .type __strtod_l, %function; | ||
| 3846 | __strtod_l: | ||
| 3847 | .weak strtod_l | ||
| 3848 | .type strtod_l, %function; | ||
| 3849 | strtod_l: | ||
| 3850 | .weak strtold_l | ||
| 3851 | .type strtold_l, %function; | ||
| 3852 | strtold_l: | ||
| 3853 | .globl strtold | ||
| 3854 | .type strtold, %function; | ||
| 3855 | strtold: | ||
| 3856 | .weak __strtold_l | ||
| 3857 | .type __strtold_l, %function; | ||
| 3858 | __strtold_l: | ||
| 3859 | .globl strtoull | ||
| 3860 | .type strtoull, %function; | ||
| 3861 | strtoull: | ||
| 3862 | .weak __strtoull_internal | ||
| 3863 | .type __strtoull_internal, %function; | ||
| 3864 | __strtoull_internal: | ||
| 3865 | .globl strtoll | ||
| 3866 | .type strtoll, %function; | ||
| 3867 | strtoll: | ||
| 3868 | .weak __strtoll_internal | ||
| 3869 | .type __strtoll_internal, %function; | ||
| 3870 | __strtoll_internal: | ||
| 3871 | .globl strtoul | ||
| 3872 | .type strtoul, %function; | ||
| 3873 | strtoul: | ||
| 3874 | .weak __strtoul_internal | ||
| 3875 | .type __strtoul_internal, %function; | ||
| 3876 | __strtoul_internal: | ||
| 3877 | .weak __strtol_internal | ||
| 3878 | .type __strtol_internal, %function; | ||
| 3879 | __strtol_internal: | ||
| 3880 | .globl strtol | ||
| 3881 | .type strtol, %function; | ||
| 3882 | strtol: | ||
| 3883 | .globl strtoimax | ||
| 3884 | .type strtoimax, %function; | ||
| 3885 | strtoimax: | ||
| 3886 | .weak __strtoimax_internal | ||
| 3887 | .type __strtoimax_internal, %function; | ||
| 3888 | __strtoimax_internal: | ||
| 3889 | .globl strtoumax | ||
| 3890 | .type strtoumax, %function; | ||
| 3891 | strtoumax: | ||
| 3892 | .weak __strtoumax_internal | ||
| 3893 | .type __strtoumax_internal, %function; | ||
| 3894 | __strtoumax_internal: | ||
| 3895 | .globl wcstof | ||
| 3896 | .type wcstof, %function; | ||
| 3897 | wcstof: | ||
| 3898 | .globl wcstod | ||
| 3899 | .type wcstod, %function; | ||
| 3900 | wcstod: | ||
| 3901 | .globl wcstold | ||
| 3902 | .type wcstold, %function; | ||
| 3903 | wcstold: | ||
| 3904 | .globl wcstoull | ||
| 3905 | .type wcstoull, %function; | ||
| 3906 | wcstoull: | ||
| 3907 | .globl wcstoll | ||
| 3908 | .type wcstoll, %function; | ||
| 3909 | wcstoll: | ||
| 3910 | .globl wcstoul | ||
| 3911 | .type wcstoul, %function; | ||
| 3912 | wcstoul: | ||
| 3913 | .globl wcstol | ||
| 3914 | .type wcstol, %function; | ||
| 3915 | wcstol: | ||
| 3916 | .globl wcstoimax | ||
| 3917 | .type wcstoimax, %function; | ||
| 3918 | wcstoimax: | ||
| 3919 | .globl wcstoumax | ||
| 3920 | .type wcstoumax, %function; | ||
| 3921 | wcstoumax: | ||
| 3922 | .globl bcmp | ||
| 3923 | .type bcmp, %function; | ||
| 3924 | bcmp: | ||
| 3925 | .globl bcopy | ||
| 3926 | .type bcopy, %function; | ||
| 3927 | bcopy: | ||
| 3928 | .globl bzero | ||
| 3929 | .type bzero, %function; | ||
| 3930 | bzero: | ||
| 3931 | .globl explicit_bzero | ||
| 3932 | .type explicit_bzero, %function; | ||
| 3933 | explicit_bzero: | ||
| 3934 | .globl index | ||
| 3935 | .type index, %function; | ||
| 3936 | index: | ||
| 3937 | .globl memccpy | ||
| 3938 | .type memccpy, %function; | ||
| 3939 | memccpy: | ||
| 3940 | .globl memchr | ||
| 3941 | .type memchr, %function; | ||
| 3942 | memchr: | ||
| 3943 | .globl memcmp | ||
| 3944 | .type memcmp, %function; | ||
| 3945 | memcmp: | ||
| 3946 | .globl memcpy | ||
| 3947 | .type memcpy, %function; | ||
| 3948 | memcpy: | ||
| 3949 | .globl memmem | ||
| 3950 | .type memmem, %function; | ||
| 3951 | memmem: | ||
| 3952 | .globl memmove | ||
| 3953 | .type memmove, %function; | ||
| 3954 | memmove: | ||
| 3955 | .globl mempcpy | ||
| 3956 | .type mempcpy, %function; | ||
| 3957 | mempcpy: | ||
| 3958 | .weak memrchr | ||
| 3959 | .type memrchr, %function; | ||
| 3960 | memrchr: | ||
| 3961 | .globl memset | ||
| 3962 | .type memset, %function; | ||
| 3963 | memset: | ||
| 3964 | .globl rindex | ||
| 3965 | .type rindex, %function; | ||
| 3966 | rindex: | ||
| 3967 | .weak stpcpy | ||
| 3968 | .type stpcpy, %function; | ||
| 3969 | stpcpy: | ||
| 3970 | .weak stpncpy | ||
| 3971 | .type stpncpy, %function; | ||
| 3972 | stpncpy: | ||
| 3973 | .globl strcasecmp | ||
| 3974 | .type strcasecmp, %function; | ||
| 3975 | strcasecmp: | ||
| 3976 | .weak strcasecmp_l | ||
| 3977 | .type strcasecmp_l, %function; | ||
| 3978 | strcasecmp_l: | ||
| 3979 | .globl __strcasecmp_l | ||
| 3980 | .type __strcasecmp_l, %function; | ||
| 3981 | __strcasecmp_l: | ||
| 3982 | .globl strcasestr | ||
| 3983 | .type strcasestr, %function; | ||
| 3984 | strcasestr: | ||
| 3985 | .globl strcat | ||
| 3986 | .type strcat, %function; | ||
| 3987 | strcat: | ||
| 3988 | .globl strchr | ||
| 3989 | .type strchr, %function; | ||
| 3990 | strchr: | ||
| 3991 | .weak strchrnul | ||
| 3992 | .type strchrnul, %function; | ||
| 3993 | strchrnul: | ||
| 3994 | .globl strcmp | ||
| 3995 | .type strcmp, %function; | ||
| 3996 | strcmp: | ||
| 3997 | .globl strcpy | ||
| 3998 | .type strcpy, %function; | ||
| 3999 | strcpy: | ||
| 4000 | .globl strcspn | ||
| 4001 | .type strcspn, %function; | ||
| 4002 | strcspn: | ||
| 4003 | .globl strdup | ||
| 4004 | .type strdup, %function; | ||
| 4005 | strdup: | ||
| 4006 | .globl strerror_r | ||
| 4007 | .type strerror_r, %function; | ||
| 4008 | strerror_r: | ||
| 4009 | .weak __xpg_strerror_r | ||
| 4010 | .type __xpg_strerror_r, %function; | ||
| 4011 | __xpg_strerror_r: | ||
| 4012 | .globl strlcat | ||
| 4013 | .type strlcat, %function; | ||
| 4014 | strlcat: | ||
| 4015 | .globl strlcpy | ||
| 4016 | .type strlcpy, %function; | ||
| 4017 | strlcpy: | ||
| 4018 | .globl strlen | ||
| 4019 | .type strlen, %function; | ||
| 4020 | strlen: | ||
| 4021 | .globl strncasecmp | ||
| 4022 | .type strncasecmp, %function; | ||
| 4023 | strncasecmp: | ||
| 4024 | .globl __strncasecmp_l | ||
| 4025 | .type __strncasecmp_l, %function; | ||
| 4026 | __strncasecmp_l: | ||
| 4027 | .weak strncasecmp_l | ||
| 4028 | .type strncasecmp_l, %function; | ||
| 4029 | strncasecmp_l: | ||
| 4030 | .globl strncat | ||
| 4031 | .type strncat, %function; | ||
| 4032 | strncat: | ||
| 4033 | .globl strncmp | ||
| 4034 | .type strncmp, %function; | ||
| 4035 | strncmp: | ||
| 4036 | .globl strncpy | ||
| 4037 | .type strncpy, %function; | ||
| 4038 | strncpy: | ||
| 4039 | .globl strndup | ||
| 4040 | .type strndup, %function; | ||
| 4041 | strndup: | ||
| 4042 | .globl strnlen | ||
| 4043 | .type strnlen, %function; | ||
| 4044 | strnlen: | ||
| 4045 | .globl strpbrk | ||
| 4046 | .type strpbrk, %function; | ||
| 4047 | strpbrk: | ||
| 4048 | .globl strrchr | ||
| 4049 | .type strrchr, %function; | ||
| 4050 | strrchr: | ||
| 4051 | .globl strsep | ||
| 4052 | .type strsep, %function; | ||
| 4053 | strsep: | ||
| 4054 | .globl strsignal | ||
| 4055 | .type strsignal, %function; | ||
| 4056 | strsignal: | ||
| 4057 | .globl strspn | ||
| 4058 | .type strspn, %function; | ||
| 4059 | strspn: | ||
| 4060 | .globl strstr | ||
| 4061 | .type strstr, %function; | ||
| 4062 | strstr: | ||
| 4063 | .globl strtok | ||
| 4064 | .type strtok, %function; | ||
| 4065 | strtok: | ||
| 4066 | .globl strtok_r | ||
| 4067 | .type strtok_r, %function; | ||
| 4068 | strtok_r: | ||
| 4069 | .globl strverscmp | ||
| 4070 | .type strverscmp, %function; | ||
| 4071 | strverscmp: | ||
| 4072 | .globl swab | ||
| 4073 | .type swab, %function; | ||
| 4074 | swab: | ||
| 4075 | .globl wcpcpy | ||
| 4076 | .type wcpcpy, %function; | ||
| 4077 | wcpcpy: | ||
| 4078 | .globl wcpncpy | ||
| 4079 | .type wcpncpy, %function; | ||
| 4080 | wcpncpy: | ||
| 4081 | .globl wcscasecmp | ||
| 4082 | .type wcscasecmp, %function; | ||
| 4083 | wcscasecmp: | ||
| 4084 | .globl wcscasecmp_l | ||
| 4085 | .type wcscasecmp_l, %function; | ||
| 4086 | wcscasecmp_l: | ||
| 4087 | .globl wcscat | ||
| 4088 | .type wcscat, %function; | ||
| 4089 | wcscat: | ||
| 4090 | .globl wcschr | ||
| 4091 | .type wcschr, %function; | ||
| 4092 | wcschr: | ||
| 4093 | .globl wcscmp | ||
| 4094 | .type wcscmp, %function; | ||
| 4095 | wcscmp: | ||
| 4096 | .globl wcscpy | ||
| 4097 | .type wcscpy, %function; | ||
| 4098 | wcscpy: | ||
| 4099 | .globl wcscspn | ||
| 4100 | .type wcscspn, %function; | ||
| 4101 | wcscspn: | ||
| 4102 | .globl wcsdup | ||
| 4103 | .type wcsdup, %function; | ||
| 4104 | wcsdup: | ||
| 4105 | .globl wcslen | ||
| 4106 | .type wcslen, %function; | ||
| 4107 | wcslen: | ||
| 4108 | .globl wcsncasecmp | ||
| 4109 | .type wcsncasecmp, %function; | ||
| 4110 | wcsncasecmp: | ||
| 4111 | .globl wcsncasecmp_l | ||
| 4112 | .type wcsncasecmp_l, %function; | ||
| 4113 | wcsncasecmp_l: | ||
| 4114 | .globl wcsncat | ||
| 4115 | .type wcsncat, %function; | ||
| 4116 | wcsncat: | ||
| 4117 | .globl wcsncmp | ||
| 4118 | .type wcsncmp, %function; | ||
| 4119 | wcsncmp: | ||
| 4120 | .globl wcsncpy | ||
| 4121 | .type wcsncpy, %function; | ||
| 4122 | wcsncpy: | ||
| 4123 | .globl wcsnlen | ||
| 4124 | .type wcsnlen, %function; | ||
| 4125 | wcsnlen: | ||
| 4126 | .globl wcspbrk | ||
| 4127 | .type wcspbrk, %function; | ||
| 4128 | wcspbrk: | ||
| 4129 | .globl wcsrchr | ||
| 4130 | .type wcsrchr, %function; | ||
| 4131 | wcsrchr: | ||
| 4132 | .globl wcsspn | ||
| 4133 | .type wcsspn, %function; | ||
| 4134 | wcsspn: | ||
| 4135 | .globl wcsstr | ||
| 4136 | .type wcsstr, %function; | ||
| 4137 | wcsstr: | ||
| 4138 | .globl wcstok | ||
| 4139 | .type wcstok, %function; | ||
| 4140 | wcstok: | ||
| 4141 | .globl wcswcs | ||
| 4142 | .type wcswcs, %function; | ||
| 4143 | wcswcs: | ||
| 4144 | .globl wmemchr | ||
| 4145 | .type wmemchr, %function; | ||
| 4146 | wmemchr: | ||
| 4147 | .globl wmemcmp | ||
| 4148 | .type wmemcmp, %function; | ||
| 4149 | wmemcmp: | ||
| 4150 | .globl wmemcpy | ||
| 4151 | .type wmemcpy, %function; | ||
| 4152 | wmemcpy: | ||
| 4153 | .globl wmemmove | ||
| 4154 | .type wmemmove, %function; | ||
| 4155 | wmemmove: | ||
| 4156 | .globl wmemset | ||
| 4157 | .type wmemset, %function; | ||
| 4158 | wmemset: | ||
| 4159 | .globl mkdtemp | ||
| 4160 | .type mkdtemp, %function; | ||
| 4161 | mkdtemp: | ||
| 4162 | .globl mkostemp | ||
| 4163 | .type mkostemp, %function; | ||
| 4164 | mkostemp: | ||
| 4165 | .weak mkostemp64 | ||
| 4166 | .type mkostemp64, %function; | ||
| 4167 | mkostemp64: | ||
| 4168 | .weak mkostemps | ||
| 4169 | .type mkostemps, %function; | ||
| 4170 | mkostemps: | ||
| 4171 | .weak mkostemps64 | ||
| 4172 | .type mkostemps64, %function; | ||
| 4173 | mkostemps64: | ||
| 4174 | .globl mkstemp | ||
| 4175 | .type mkstemp, %function; | ||
| 4176 | mkstemp: | ||
| 4177 | .weak mkstemp64 | ||
| 4178 | .type mkstemp64, %function; | ||
| 4179 | mkstemp64: | ||
| 4180 | .globl mkstemps | ||
| 4181 | .type mkstemps, %function; | ||
| 4182 | mkstemps: | ||
| 4183 | .weak mkstemps64 | ||
| 4184 | .type mkstemps64, %function; | ||
| 4185 | mkstemps64: | ||
| 4186 | .globl mktemp | ||
| 4187 | .type mktemp, %function; | ||
| 4188 | mktemp: | ||
| 4189 | .globl cfgetospeed | ||
| 4190 | .type cfgetospeed, %function; | ||
| 4191 | cfgetospeed: | ||
| 4192 | .globl cfgetispeed | ||
| 4193 | .type cfgetispeed, %function; | ||
| 4194 | cfgetispeed: | ||
| 4195 | .globl cfmakeraw | ||
| 4196 | .type cfmakeraw, %function; | ||
| 4197 | cfmakeraw: | ||
| 4198 | .globl cfsetospeed | ||
| 4199 | .type cfsetospeed, %function; | ||
| 4200 | cfsetospeed: | ||
| 4201 | .weak cfsetspeed | ||
| 4202 | .type cfsetspeed, %function; | ||
| 4203 | cfsetspeed: | ||
| 4204 | .globl cfsetispeed | ||
| 4205 | .type cfsetispeed, %function; | ||
| 4206 | cfsetispeed: | ||
| 4207 | .globl tcdrain | ||
| 4208 | .type tcdrain, %function; | ||
| 4209 | tcdrain: | ||
| 4210 | .globl tcflow | ||
| 4211 | .type tcflow, %function; | ||
| 4212 | tcflow: | ||
| 4213 | .globl tcflush | ||
| 4214 | .type tcflush, %function; | ||
| 4215 | tcflush: | ||
| 4216 | .globl tcgetattr | ||
| 4217 | .type tcgetattr, %function; | ||
| 4218 | tcgetattr: | ||
| 4219 | .globl tcgetsid | ||
| 4220 | .type tcgetsid, %function; | ||
| 4221 | tcgetsid: | ||
| 4222 | .globl tcgetwinsize | ||
| 4223 | .type tcgetwinsize, %function; | ||
| 4224 | tcgetwinsize: | ||
| 4225 | .globl tcsendbreak | ||
| 4226 | .type tcsendbreak, %function; | ||
| 4227 | tcsendbreak: | ||
| 4228 | .globl tcsetattr | ||
| 4229 | .type tcsetattr, %function; | ||
| 4230 | tcsetattr: | ||
| 4231 | .globl tcsetwinsize | ||
| 4232 | .type tcsetwinsize, %function; | ||
| 4233 | tcsetwinsize: | ||
| 4234 | .globl __tls_get_addr | ||
| 4235 | .type __tls_get_addr, %function; | ||
| 4236 | __tls_get_addr: | ||
| 4237 | .globl call_once | ||
| 4238 | .type call_once, %function; | ||
| 4239 | call_once: | ||
| 4240 | .globl cnd_broadcast | ||
| 4241 | .type cnd_broadcast, %function; | ||
| 4242 | cnd_broadcast: | ||
| 4243 | .globl cnd_destroy | ||
| 4244 | .type cnd_destroy, %function; | ||
| 4245 | cnd_destroy: | ||
| 4246 | .globl cnd_init | ||
| 4247 | .type cnd_init, %function; | ||
| 4248 | cnd_init: | ||
| 4249 | .globl cnd_signal | ||
| 4250 | .type cnd_signal, %function; | ||
| 4251 | cnd_signal: | ||
| 4252 | .globl cnd_timedwait | ||
| 4253 | .type cnd_timedwait, %function; | ||
| 4254 | cnd_timedwait: | ||
| 4255 | .globl cnd_wait | ||
| 4256 | .type cnd_wait, %function; | ||
| 4257 | cnd_wait: | ||
| 4258 | .globl mtx_destroy | ||
| 4259 | .type mtx_destroy, %function; | ||
| 4260 | mtx_destroy: | ||
| 4261 | .globl mtx_init | ||
| 4262 | .type mtx_init, %function; | ||
| 4263 | mtx_init: | ||
| 4264 | .globl mtx_lock | ||
| 4265 | .type mtx_lock, %function; | ||
| 4266 | mtx_lock: | ||
| 4267 | .globl mtx_timedlock | ||
| 4268 | .type mtx_timedlock, %function; | ||
| 4269 | mtx_timedlock: | ||
| 4270 | .globl mtx_trylock | ||
| 4271 | .type mtx_trylock, %function; | ||
| 4272 | mtx_trylock: | ||
| 4273 | .globl mtx_unlock | ||
| 4274 | .type mtx_unlock, %function; | ||
| 4275 | mtx_unlock: | ||
| 4276 | .globl pthread_atfork | ||
| 4277 | .type pthread_atfork, %function; | ||
| 4278 | pthread_atfork: | ||
| 4279 | .globl pthread_attr_destroy | ||
| 4280 | .type pthread_attr_destroy, %function; | ||
| 4281 | pthread_attr_destroy: | ||
| 4282 | .globl pthread_attr_getdetachstate | ||
| 4283 | .type pthread_attr_getdetachstate, %function; | ||
| 4284 | pthread_attr_getdetachstate: | ||
| 4285 | .globl pthread_attr_getguardsize | ||
| 4286 | .type pthread_attr_getguardsize, %function; | ||
| 4287 | pthread_attr_getguardsize: | ||
| 4288 | .globl pthread_attr_getinheritsched | ||
| 4289 | .type pthread_attr_getinheritsched, %function; | ||
| 4290 | pthread_attr_getinheritsched: | ||
| 4291 | .globl pthread_attr_getschedparam | ||
| 4292 | .type pthread_attr_getschedparam, %function; | ||
| 4293 | pthread_attr_getschedparam: | ||
| 4294 | .globl pthread_attr_getschedpolicy | ||
| 4295 | .type pthread_attr_getschedpolicy, %function; | ||
| 4296 | pthread_attr_getschedpolicy: | ||
| 4297 | .globl pthread_attr_getscope | ||
| 4298 | .type pthread_attr_getscope, %function; | ||
| 4299 | pthread_attr_getscope: | ||
| 4300 | .globl pthread_attr_getstack | ||
| 4301 | .type pthread_attr_getstack, %function; | ||
| 4302 | pthread_attr_getstack: | ||
| 4303 | .globl pthread_attr_getstacksize | ||
| 4304 | .type pthread_attr_getstacksize, %function; | ||
| 4305 | pthread_attr_getstacksize: | ||
| 4306 | .globl pthread_barrierattr_getpshared | ||
| 4307 | .type pthread_barrierattr_getpshared, %function; | ||
| 4308 | pthread_barrierattr_getpshared: | ||
| 4309 | .globl pthread_condattr_getclock | ||
| 4310 | .type pthread_condattr_getclock, %function; | ||
| 4311 | pthread_condattr_getclock: | ||
| 4312 | .globl pthread_condattr_getpshared | ||
| 4313 | .type pthread_condattr_getpshared, %function; | ||
| 4314 | pthread_condattr_getpshared: | ||
| 4315 | .globl pthread_mutexattr_getprotocol | ||
| 4316 | .type pthread_mutexattr_getprotocol, %function; | ||
| 4317 | pthread_mutexattr_getprotocol: | ||
| 4318 | .globl pthread_mutexattr_getpshared | ||
| 4319 | .type pthread_mutexattr_getpshared, %function; | ||
| 4320 | pthread_mutexattr_getpshared: | ||
| 4321 | .globl pthread_mutexattr_getrobust | ||
| 4322 | .type pthread_mutexattr_getrobust, %function; | ||
| 4323 | pthread_mutexattr_getrobust: | ||
| 4324 | .globl pthread_mutexattr_gettype | ||
| 4325 | .type pthread_mutexattr_gettype, %function; | ||
| 4326 | pthread_mutexattr_gettype: | ||
| 4327 | .globl pthread_rwlockattr_getpshared | ||
| 4328 | .type pthread_rwlockattr_getpshared, %function; | ||
| 4329 | pthread_rwlockattr_getpshared: | ||
| 4330 | .globl pthread_attr_init | ||
| 4331 | .type pthread_attr_init, %function; | ||
| 4332 | pthread_attr_init: | ||
| 4333 | .globl pthread_attr_setdetachstate | ||
| 4334 | .type pthread_attr_setdetachstate, %function; | ||
| 4335 | pthread_attr_setdetachstate: | ||
| 4336 | .globl pthread_attr_setguardsize | ||
| 4337 | .type pthread_attr_setguardsize, %function; | ||
| 4338 | pthread_attr_setguardsize: | ||
| 4339 | .globl pthread_attr_setinheritsched | ||
| 4340 | .type pthread_attr_setinheritsched, %function; | ||
| 4341 | pthread_attr_setinheritsched: | ||
| 4342 | .globl pthread_attr_setschedparam | ||
| 4343 | .type pthread_attr_setschedparam, %function; | ||
| 4344 | pthread_attr_setschedparam: | ||
| 4345 | .globl pthread_attr_setschedpolicy | ||
| 4346 | .type pthread_attr_setschedpolicy, %function; | ||
| 4347 | pthread_attr_setschedpolicy: | ||
| 4348 | .globl pthread_attr_setscope | ||
| 4349 | .type pthread_attr_setscope, %function; | ||
| 4350 | pthread_attr_setscope: | ||
| 4351 | .globl pthread_attr_setstack | ||
| 4352 | .type pthread_attr_setstack, %function; | ||
| 4353 | pthread_attr_setstack: | ||
| 4354 | .globl pthread_attr_setstacksize | ||
| 4355 | .type pthread_attr_setstacksize, %function; | ||
| 4356 | pthread_attr_setstacksize: | ||
| 4357 | .globl pthread_barrier_destroy | ||
| 4358 | .type pthread_barrier_destroy, %function; | ||
| 4359 | pthread_barrier_destroy: | ||
| 4360 | .globl pthread_barrier_init | ||
| 4361 | .type pthread_barrier_init, %function; | ||
| 4362 | pthread_barrier_init: | ||
| 4363 | .globl pthread_barrier_wait | ||
| 4364 | .type pthread_barrier_wait, %function; | ||
| 4365 | pthread_barrier_wait: | ||
| 4366 | .globl pthread_barrierattr_destroy | ||
| 4367 | .type pthread_barrierattr_destroy, %function; | ||
| 4368 | pthread_barrierattr_destroy: | ||
| 4369 | .globl pthread_barrierattr_init | ||
| 4370 | .type pthread_barrierattr_init, %function; | ||
| 4371 | pthread_barrierattr_init: | ||
| 4372 | .globl pthread_barrierattr_setpshared | ||
| 4373 | .type pthread_barrierattr_setpshared, %function; | ||
| 4374 | pthread_barrierattr_setpshared: | ||
| 4375 | .globl pthread_cancel | ||
| 4376 | .type pthread_cancel, %function; | ||
| 4377 | pthread_cancel: | ||
| 4378 | .globl _pthread_cleanup_push | ||
| 4379 | .type _pthread_cleanup_push, %function; | ||
| 4380 | _pthread_cleanup_push: | ||
| 4381 | .globl _pthread_cleanup_pop | ||
| 4382 | .type _pthread_cleanup_pop, %function; | ||
| 4383 | _pthread_cleanup_pop: | ||
| 4384 | .globl pthread_cond_broadcast | ||
| 4385 | .type pthread_cond_broadcast, %function; | ||
| 4386 | pthread_cond_broadcast: | ||
| 4387 | .globl pthread_cond_destroy | ||
| 4388 | .type pthread_cond_destroy, %function; | ||
| 4389 | pthread_cond_destroy: | ||
| 4390 | .globl pthread_cond_init | ||
| 4391 | .type pthread_cond_init, %function; | ||
| 4392 | pthread_cond_init: | ||
| 4393 | .globl pthread_cond_signal | ||
| 4394 | .type pthread_cond_signal, %function; | ||
| 4395 | pthread_cond_signal: | ||
| 4396 | WEAK64 pthread_cond_timedwait | ||
| 4397 | .type pthread_cond_timedwait, %function; | ||
| 4398 | pthread_cond_timedwait: | ||
| 4399 | .globl pthread_cond_wait | ||
| 4400 | .type pthread_cond_wait, %function; | ||
| 4401 | pthread_cond_wait: | ||
| 4402 | .globl pthread_condattr_destroy | ||
| 4403 | .type pthread_condattr_destroy, %function; | ||
| 4404 | pthread_condattr_destroy: | ||
| 4405 | .globl pthread_condattr_init | ||
| 4406 | .type pthread_condattr_init, %function; | ||
| 4407 | pthread_condattr_init: | ||
| 4408 | .globl pthread_condattr_setclock | ||
| 4409 | .type pthread_condattr_setclock, %function; | ||
| 4410 | pthread_condattr_setclock: | ||
| 4411 | .globl pthread_condattr_setpshared | ||
| 4412 | .type pthread_condattr_setpshared, %function; | ||
| 4413 | pthread_condattr_setpshared: | ||
| 4414 | .weak pthread_exit | ||
| 4415 | .type pthread_exit, %function; | ||
| 4416 | pthread_exit: | ||
| 4417 | .weak pthread_create | ||
| 4418 | .type pthread_create, %function; | ||
| 4419 | pthread_create: | ||
| 4420 | .weak pthread_detach | ||
| 4421 | .type pthread_detach, %function; | ||
| 4422 | pthread_detach: | ||
| 4423 | .weak thrd_detach | ||
| 4424 | .type thrd_detach, %function; | ||
| 4425 | thrd_detach: | ||
| 4426 | .weak pthread_equal | ||
| 4427 | .type pthread_equal, %function; | ||
| 4428 | pthread_equal: | ||
| 4429 | .weak thrd_equal | ||
| 4430 | .type thrd_equal, %function; | ||
| 4431 | thrd_equal: | ||
| 4432 | .globl pthread_getattr_np | ||
| 4433 | .type pthread_getattr_np, %function; | ||
| 4434 | pthread_getattr_np: | ||
| 4435 | .globl pthread_getconcurrency | ||
| 4436 | .type pthread_getconcurrency, %function; | ||
| 4437 | pthread_getconcurrency: | ||
| 4438 | .globl pthread_getcpuclockid | ||
| 4439 | .type pthread_getcpuclockid, %function; | ||
| 4440 | pthread_getcpuclockid: | ||
| 4441 | .globl pthread_getschedparam | ||
| 4442 | .type pthread_getschedparam, %function; | ||
| 4443 | pthread_getschedparam: | ||
| 4444 | .weak tss_get | ||
| 4445 | .type tss_get, %function; | ||
| 4446 | tss_get: | ||
| 4447 | .weak pthread_getspecific | ||
| 4448 | .type pthread_getspecific, %function; | ||
| 4449 | pthread_getspecific: | ||
| 4450 | .weak pthread_join | ||
| 4451 | .type pthread_join, %function; | ||
| 4452 | pthread_join: | ||
| 4453 | WEAK64 pthread_timedjoin_np | ||
| 4454 | .type pthread_timedjoin_np, %function; | ||
| 4455 | pthread_timedjoin_np: | ||
| 4456 | .weak pthread_tryjoin_np | ||
| 4457 | .type pthread_tryjoin_np, %function; | ||
| 4458 | pthread_tryjoin_np: | ||
| 4459 | .weak pthread_key_create | ||
| 4460 | .type pthread_key_create, %function; | ||
| 4461 | pthread_key_create: | ||
| 4462 | .weak pthread_key_delete | ||
| 4463 | .type pthread_key_delete, %function; | ||
| 4464 | pthread_key_delete: | ||
| 4465 | .globl pthread_kill | ||
| 4466 | .type pthread_kill, %function; | ||
| 4467 | pthread_kill: | ||
| 4468 | .globl pthread_mutex_consistent | ||
| 4469 | .type pthread_mutex_consistent, %function; | ||
| 4470 | pthread_mutex_consistent: | ||
| 4471 | .globl pthread_mutex_destroy | ||
| 4472 | .type pthread_mutex_destroy, %function; | ||
| 4473 | pthread_mutex_destroy: | ||
| 4474 | .globl pthread_mutex_getprioceiling | ||
| 4475 | .type pthread_mutex_getprioceiling, %function; | ||
| 4476 | pthread_mutex_getprioceiling: | ||
| 4477 | .globl pthread_mutex_init | ||
| 4478 | .type pthread_mutex_init, %function; | ||
| 4479 | pthread_mutex_init: | ||
| 4480 | .weak pthread_mutex_lock | ||
| 4481 | .type pthread_mutex_lock, %function; | ||
| 4482 | pthread_mutex_lock: | ||
| 4483 | .globl pthread_mutex_setprioceiling | ||
| 4484 | .type pthread_mutex_setprioceiling, %function; | ||
| 4485 | pthread_mutex_setprioceiling: | ||
| 4486 | WEAK64 pthread_mutex_timedlock | ||
| 4487 | .type pthread_mutex_timedlock, %function; | ||
| 4488 | pthread_mutex_timedlock: | ||
| 4489 | .weak pthread_mutex_trylock | ||
| 4490 | .type pthread_mutex_trylock, %function; | ||
| 4491 | pthread_mutex_trylock: | ||
| 4492 | .weak pthread_mutex_unlock | ||
| 4493 | .type pthread_mutex_unlock, %function; | ||
| 4494 | pthread_mutex_unlock: | ||
| 4495 | .globl pthread_mutexattr_destroy | ||
| 4496 | .type pthread_mutexattr_destroy, %function; | ||
| 4497 | pthread_mutexattr_destroy: | ||
| 4498 | .globl pthread_mutexattr_init | ||
| 4499 | .type pthread_mutexattr_init, %function; | ||
| 4500 | pthread_mutexattr_init: | ||
| 4501 | .globl pthread_mutexattr_setprotocol | ||
| 4502 | .type pthread_mutexattr_setprotocol, %function; | ||
| 4503 | pthread_mutexattr_setprotocol: | ||
| 4504 | .globl pthread_mutexattr_setpshared | ||
| 4505 | .type pthread_mutexattr_setpshared, %function; | ||
| 4506 | pthread_mutexattr_setpshared: | ||
| 4507 | .globl pthread_mutexattr_setrobust | ||
| 4508 | .type pthread_mutexattr_setrobust, %function; | ||
| 4509 | pthread_mutexattr_setrobust: | ||
| 4510 | .globl pthread_mutexattr_settype | ||
| 4511 | .type pthread_mutexattr_settype, %function; | ||
| 4512 | pthread_mutexattr_settype: | ||
| 4513 | .weak pthread_once | ||
| 4514 | .type pthread_once, %function; | ||
| 4515 | pthread_once: | ||
| 4516 | .globl pthread_rwlock_destroy | ||
| 4517 | .type pthread_rwlock_destroy, %function; | ||
| 4518 | pthread_rwlock_destroy: | ||
| 4519 | .globl pthread_rwlock_init | ||
| 4520 | .type pthread_rwlock_init, %function; | ||
| 4521 | pthread_rwlock_init: | ||
| 4522 | .weak pthread_rwlock_rdlock | ||
| 4523 | .type pthread_rwlock_rdlock, %function; | ||
| 4524 | pthread_rwlock_rdlock: | ||
| 4525 | WEAK64 pthread_rwlock_timedrdlock | ||
| 4526 | .type pthread_rwlock_timedrdlock, %function; | ||
| 4527 | pthread_rwlock_timedrdlock: | ||
| 4528 | WEAK64 pthread_rwlock_timedwrlock | ||
| 4529 | .type pthread_rwlock_timedwrlock, %function; | ||
| 4530 | pthread_rwlock_timedwrlock: | ||
| 4531 | .weak pthread_rwlock_tryrdlock | ||
| 4532 | .type pthread_rwlock_tryrdlock, %function; | ||
| 4533 | pthread_rwlock_tryrdlock: | ||
| 4534 | .weak pthread_rwlock_trywrlock | ||
| 4535 | .type pthread_rwlock_trywrlock, %function; | ||
| 4536 | pthread_rwlock_trywrlock: | ||
| 4537 | .weak pthread_rwlock_unlock | ||
| 4538 | .type pthread_rwlock_unlock, %function; | ||
| 4539 | pthread_rwlock_unlock: | ||
| 4540 | .weak pthread_rwlock_wrlock | ||
| 4541 | .type pthread_rwlock_wrlock, %function; | ||
| 4542 | pthread_rwlock_wrlock: | ||
| 4543 | .globl pthread_rwlockattr_destroy | ||
| 4544 | .type pthread_rwlockattr_destroy, %function; | ||
| 4545 | pthread_rwlockattr_destroy: | ||
| 4546 | .globl pthread_rwlockattr_init | ||
| 4547 | .type pthread_rwlockattr_init, %function; | ||
| 4548 | pthread_rwlockattr_init: | ||
| 4549 | .globl pthread_rwlockattr_setpshared | ||
| 4550 | .type pthread_rwlockattr_setpshared, %function; | ||
| 4551 | pthread_rwlockattr_setpshared: | ||
| 4552 | .weak pthread_self | ||
| 4553 | .type pthread_self, %function; | ||
| 4554 | pthread_self: | ||
| 4555 | .weak thrd_current | ||
| 4556 | .type thrd_current, %function; | ||
| 4557 | thrd_current: | ||
| 4558 | .globl pthread_setattr_default_np | ||
| 4559 | .type pthread_setattr_default_np, %function; | ||
| 4560 | pthread_setattr_default_np: | ||
| 4561 | .globl pthread_getattr_default_np | ||
| 4562 | .type pthread_getattr_default_np, %function; | ||
| 4563 | pthread_getattr_default_np: | ||
| 4564 | .weak pthread_setcancelstate | ||
| 4565 | .type pthread_setcancelstate, %function; | ||
| 4566 | pthread_setcancelstate: | ||
| 4567 | .globl pthread_setcanceltype | ||
| 4568 | .type pthread_setcanceltype, %function; | ||
| 4569 | pthread_setcanceltype: | ||
| 4570 | .globl pthread_setconcurrency | ||
| 4571 | .type pthread_setconcurrency, %function; | ||
| 4572 | pthread_setconcurrency: | ||
| 4573 | .globl pthread_setname_np | ||
| 4574 | .type pthread_setname_np, %function; | ||
| 4575 | pthread_setname_np: | ||
| 4576 | .globl pthread_setschedparam | ||
| 4577 | .type pthread_setschedparam, %function; | ||
| 4578 | pthread_setschedparam: | ||
| 4579 | .globl pthread_setschedprio | ||
| 4580 | .type pthread_setschedprio, %function; | ||
| 4581 | pthread_setschedprio: | ||
| 4582 | .globl pthread_setspecific | ||
| 4583 | .type pthread_setspecific, %function; | ||
| 4584 | pthread_setspecific: | ||
| 4585 | .globl pthread_sigmask | ||
| 4586 | .type pthread_sigmask, %function; | ||
| 4587 | pthread_sigmask: | ||
| 4588 | .globl pthread_spin_destroy | ||
| 4589 | .type pthread_spin_destroy, %function; | ||
| 4590 | pthread_spin_destroy: | ||
| 4591 | .globl pthread_spin_init | ||
| 4592 | .type pthread_spin_init, %function; | ||
| 4593 | pthread_spin_init: | ||
| 4594 | .globl pthread_spin_lock | ||
| 4595 | .type pthread_spin_lock, %function; | ||
| 4596 | pthread_spin_lock: | ||
| 4597 | .globl pthread_spin_trylock | ||
| 4598 | .type pthread_spin_trylock, %function; | ||
| 4599 | pthread_spin_trylock: | ||
| 4600 | .globl pthread_spin_unlock | ||
| 4601 | .type pthread_spin_unlock, %function; | ||
| 4602 | pthread_spin_unlock: | ||
| 4603 | .weak pthread_testcancel | ||
| 4604 | .type pthread_testcancel, %function; | ||
| 4605 | pthread_testcancel: | ||
| 4606 | .globl sem_destroy | ||
| 4607 | .type sem_destroy, %function; | ||
| 4608 | sem_destroy: | ||
| 4609 | .globl sem_getvalue | ||
| 4610 | .type sem_getvalue, %function; | ||
| 4611 | sem_getvalue: | ||
| 4612 | .globl sem_init | ||
| 4613 | .type sem_init, %function; | ||
| 4614 | sem_init: | ||
| 4615 | .globl sem_open | ||
| 4616 | .type sem_open, %function; | ||
| 4617 | sem_open: | ||
| 4618 | .globl sem_close | ||
| 4619 | .type sem_close, %function; | ||
| 4620 | sem_close: | ||
| 4621 | .globl sem_post | ||
| 4622 | .type sem_post, %function; | ||
| 4623 | sem_post: | ||
| 4624 | .globl sem_timedwait | ||
| 4625 | .type sem_timedwait, %function; | ||
| 4626 | sem_timedwait: | ||
| 4627 | .globl sem_trywait | ||
| 4628 | .type sem_trywait, %function; | ||
| 4629 | sem_trywait: | ||
| 4630 | .globl sem_unlink | ||
| 4631 | .type sem_unlink, %function; | ||
| 4632 | sem_unlink: | ||
| 4633 | .globl sem_wait | ||
| 4634 | .type sem_wait, %function; | ||
| 4635 | sem_wait: | ||
| 4636 | .globl thrd_create | ||
| 4637 | .type thrd_create, %function; | ||
| 4638 | thrd_create: | ||
| 4639 | .globl thrd_exit | ||
| 4640 | .type thrd_exit, %function; | ||
| 4641 | thrd_exit: | ||
| 4642 | .globl thrd_join | ||
| 4643 | .type thrd_join, %function; | ||
| 4644 | thrd_join: | ||
| 4645 | .globl thrd_sleep | ||
| 4646 | .type thrd_sleep, %function; | ||
| 4647 | thrd_sleep: | ||
| 4648 | .globl thrd_yield | ||
| 4649 | .type thrd_yield, %function; | ||
| 4650 | thrd_yield: | ||
| 4651 | .globl tss_create | ||
| 4652 | .type tss_create, %function; | ||
| 4653 | tss_create: | ||
| 4654 | .globl tss_delete | ||
| 4655 | .type tss_delete, %function; | ||
| 4656 | tss_delete: | ||
| 4657 | .globl tss_set | ||
| 4658 | .type tss_set, %function; | ||
| 4659 | tss_set: | ||
| 4660 | .weak tzset | ||
| 4661 | .type tzset, %function; | ||
| 4662 | tzset: | ||
| 4663 | .globl asctime | ||
| 4664 | .type asctime, %function; | ||
| 4665 | asctime: | ||
| 4666 | .weak asctime_r | ||
| 4667 | .type asctime_r, %function; | ||
| 4668 | asctime_r: | ||
| 4669 | .globl clock | ||
| 4670 | .type clock, %function; | ||
| 4671 | clock: | ||
| 4672 | .globl clock_getcpuclockid | ||
| 4673 | .type clock_getcpuclockid, %function; | ||
| 4674 | clock_getcpuclockid: | ||
| 4675 | .globl clock_getres | ||
| 4676 | .type clock_getres, %function; | ||
| 4677 | clock_getres: | ||
| 4678 | WEAK64 clock_gettime | ||
| 4679 | .type clock_gettime, %function; | ||
| 4680 | clock_gettime: | ||
| 4681 | WEAK64 clock_nanosleep | ||
| 4682 | .type clock_nanosleep, %function; | ||
| 4683 | clock_nanosleep: | ||
| 4684 | .globl clock_settime | ||
| 4685 | .type clock_settime, %function; | ||
| 4686 | clock_settime: | ||
| 4687 | .globl ctime | ||
| 4688 | .type ctime, %function; | ||
| 4689 | ctime: | ||
| 4690 | .globl ctime_r | ||
| 4691 | .type ctime_r, %function; | ||
| 4692 | ctime_r: | ||
| 4693 | .globl difftime | ||
| 4694 | .type difftime, %function; | ||
| 4695 | difftime: | ||
| 4696 | .globl ftime | ||
| 4697 | .type ftime, %function; | ||
| 4698 | ftime: | ||
| 4699 | .globl getdate | ||
| 4700 | .type getdate, %function; | ||
| 4701 | getdate: | ||
| 4702 | .globl gettimeofday | ||
| 4703 | .type gettimeofday, %function; | ||
| 4704 | gettimeofday: | ||
| 4705 | .globl gmtime | ||
| 4706 | .type gmtime, %function; | ||
| 4707 | gmtime: | ||
| 4708 | WEAK64 gmtime_r | ||
| 4709 | .type gmtime_r, %function; | ||
| 4710 | gmtime_r: | ||
| 4711 | .globl localtime | ||
| 4712 | .type localtime, %function; | ||
| 4713 | localtime: | ||
| 4714 | WEAK64 localtime_r | ||
| 4715 | .type localtime_r, %function; | ||
| 4716 | localtime_r: | ||
| 4717 | .globl mktime | ||
| 4718 | .type mktime, %function; | ||
| 4719 | mktime: | ||
| 4720 | .globl nanosleep | ||
| 4721 | .type nanosleep, %function; | ||
| 4722 | nanosleep: | ||
| 4723 | .weak strftime_l | ||
| 4724 | .type strftime_l, %function; | ||
| 4725 | strftime_l: | ||
| 4726 | .globl strftime | ||
| 4727 | .type strftime, %function; | ||
| 4728 | strftime: | ||
| 4729 | .globl strptime | ||
| 4730 | .type strptime, %function; | ||
| 4731 | strptime: | ||
| 4732 | .globl time | ||
| 4733 | .type time, %function; | ||
| 4734 | time: | ||
| 4735 | .globl timegm | ||
| 4736 | .type timegm, %function; | ||
| 4737 | timegm: | ||
| 4738 | .globl timer_create | ||
| 4739 | .type timer_create, %function; | ||
| 4740 | timer_create: | ||
| 4741 | .globl timer_delete | ||
| 4742 | .type timer_delete, %function; | ||
| 4743 | timer_delete: | ||
| 4744 | .globl timer_getoverrun | ||
| 4745 | .type timer_getoverrun, %function; | ||
| 4746 | timer_getoverrun: | ||
| 4747 | .globl timer_gettime | ||
| 4748 | .type timer_gettime, %function; | ||
| 4749 | timer_gettime: | ||
| 4750 | .globl timer_settime | ||
| 4751 | .type timer_settime, %function; | ||
| 4752 | timer_settime: | ||
| 4753 | .globl times | ||
| 4754 | .type times, %function; | ||
| 4755 | times: | ||
| 4756 | .globl timespec_get | ||
| 4757 | .type timespec_get, %function; | ||
| 4758 | timespec_get: | ||
| 4759 | .globl utime | ||
| 4760 | .type utime, %function; | ||
| 4761 | utime: | ||
| 4762 | .globl __wcsftime_l | ||
| 4763 | .type __wcsftime_l, %function; | ||
| 4764 | __wcsftime_l: | ||
| 4765 | .weak wcsftime_l | ||
| 4766 | .type wcsftime_l, %function; | ||
| 4767 | wcsftime_l: | ||
| 4768 | .globl wcsftime | ||
| 4769 | .type wcsftime, %function; | ||
| 4770 | wcsftime: | ||
| 4771 | .globl _exit | ||
| 4772 | .type _exit, %function; | ||
| 4773 | _exit: | ||
| 4774 | .globl access | ||
| 4775 | .type access, %function; | ||
| 4776 | access: | ||
| 4777 | .globl acct | ||
| 4778 | .type acct, %function; | ||
| 4779 | acct: | ||
| 4780 | .globl alarm | ||
| 4781 | .type alarm, %function; | ||
| 4782 | alarm: | ||
| 4783 | .globl chdir | ||
| 4784 | .type chdir, %function; | ||
| 4785 | chdir: | ||
| 4786 | .globl chown | ||
| 4787 | .type chown, %function; | ||
| 4788 | chown: | ||
| 4789 | .globl close | ||
| 4790 | .type close, %function; | ||
| 4791 | close: | ||
| 4792 | .globl ctermid | ||
| 4793 | .type ctermid, %function; | ||
| 4794 | ctermid: | ||
| 4795 | .globl dup | ||
| 4796 | .type dup, %function; | ||
| 4797 | dup: | ||
| 4798 | .globl dup2 | ||
| 4799 | .type dup2, %function; | ||
| 4800 | dup2: | ||
| 4801 | .weak dup3 | ||
| 4802 | .type dup3, %function; | ||
| 4803 | dup3: | ||
| 4804 | .globl faccessat | ||
| 4805 | .type faccessat, %function; | ||
| 4806 | faccessat: | ||
| 4807 | .globl fchdir | ||
| 4808 | .type fchdir, %function; | ||
| 4809 | fchdir: | ||
| 4810 | .globl fchown | ||
| 4811 | .type fchown, %function; | ||
| 4812 | fchown: | ||
| 4813 | .globl fchownat | ||
| 4814 | .type fchownat, %function; | ||
| 4815 | fchownat: | ||
| 4816 | .globl fdatasync | ||
| 4817 | .type fdatasync, %function; | ||
| 4818 | fdatasync: | ||
| 4819 | .globl fsync | ||
| 4820 | .type fsync, %function; | ||
| 4821 | fsync: | ||
| 4822 | .weak ftruncate64 | ||
| 4823 | .type ftruncate64, %function; | ||
| 4824 | ftruncate64: | ||
| 4825 | .globl ftruncate | ||
| 4826 | .type ftruncate, %function; | ||
| 4827 | ftruncate: | ||
| 4828 | .globl getcwd | ||
| 4829 | .type getcwd, %function; | ||
| 4830 | getcwd: | ||
| 4831 | .globl getegid | ||
| 4832 | .type getegid, %function; | ||
| 4833 | getegid: | ||
| 4834 | .globl geteuid | ||
| 4835 | .type geteuid, %function; | ||
| 4836 | geteuid: | ||
| 4837 | .globl getgid | ||
| 4838 | .type getgid, %function; | ||
| 4839 | getgid: | ||
| 4840 | .globl getgroups | ||
| 4841 | .type getgroups, %function; | ||
| 4842 | getgroups: | ||
| 4843 | .globl gethostname | ||
| 4844 | .type gethostname, %function; | ||
| 4845 | gethostname: | ||
| 4846 | .globl getlogin | ||
| 4847 | .type getlogin, %function; | ||
| 4848 | getlogin: | ||
| 4849 | .globl getlogin_r | ||
| 4850 | .type getlogin_r, %function; | ||
| 4851 | getlogin_r: | ||
| 4852 | .globl getpgid | ||
| 4853 | .type getpgid, %function; | ||
| 4854 | getpgid: | ||
| 4855 | .globl getpgrp | ||
| 4856 | .type getpgrp, %function; | ||
| 4857 | getpgrp: | ||
| 4858 | .globl getpid | ||
| 4859 | .type getpid, %function; | ||
| 4860 | getpid: | ||
| 4861 | .globl getppid | ||
| 4862 | .type getppid, %function; | ||
| 4863 | getppid: | ||
| 4864 | .globl getsid | ||
| 4865 | .type getsid, %function; | ||
| 4866 | getsid: | ||
| 4867 | .globl getuid | ||
| 4868 | .type getuid, %function; | ||
| 4869 | getuid: | ||
| 4870 | .globl isatty | ||
| 4871 | .type isatty, %function; | ||
| 4872 | isatty: | ||
| 4873 | .globl lchown | ||
| 4874 | .type lchown, %function; | ||
| 4875 | lchown: | ||
| 4876 | .globl link | ||
| 4877 | .type link, %function; | ||
| 4878 | link: | ||
| 4879 | .globl linkat | ||
| 4880 | .type linkat, %function; | ||
| 4881 | linkat: | ||
| 4882 | .weak lseek | ||
| 4883 | .type lseek, %function; | ||
| 4884 | lseek: | ||
| 4885 | .weak lseek64 | ||
| 4886 | .type lseek64, %function; | ||
| 4887 | lseek64: | ||
| 4888 | .globl nice | ||
| 4889 | .type nice, %function; | ||
| 4890 | nice: | ||
| 4891 | .globl pause | ||
| 4892 | .type pause, %function; | ||
| 4893 | pause: | ||
| 4894 | .globl pipe | ||
| 4895 | .type pipe, %function; | ||
| 4896 | pipe: | ||
| 4897 | .globl pipe2 | ||
| 4898 | .type pipe2, %function; | ||
| 4899 | pipe2: | ||
| 4900 | .globl posix_close | ||
| 4901 | .type posix_close, %function; | ||
| 4902 | posix_close: | ||
| 4903 | .weak pread64 | ||
| 4904 | .type pread64, %function; | ||
| 4905 | pread64: | ||
| 4906 | .globl pread | ||
| 4907 | .type pread, %function; | ||
| 4908 | pread: | ||
| 4909 | .globl preadv | ||
| 4910 | .type preadv, %function; | ||
| 4911 | preadv: | ||
| 4912 | .weak preadv64 | ||
| 4913 | .type preadv64, %function; | ||
| 4914 | preadv64: | ||
| 4915 | .globl pwrite | ||
| 4916 | .type pwrite, %function; | ||
| 4917 | pwrite: | ||
| 4918 | .weak pwrite64 | ||
| 4919 | .type pwrite64, %function; | ||
| 4920 | pwrite64: | ||
| 4921 | .weak pwritev64 | ||
| 4922 | .type pwritev64, %function; | ||
| 4923 | pwritev64: | ||
| 4924 | .globl pwritev | ||
| 4925 | .type pwritev, %function; | ||
| 4926 | pwritev: | ||
| 4927 | .globl read | ||
| 4928 | .type read, %function; | ||
| 4929 | read: | ||
| 4930 | .globl readlink | ||
| 4931 | .type readlink, %function; | ||
| 4932 | readlink: | ||
| 4933 | .globl readlinkat | ||
| 4934 | .type readlinkat, %function; | ||
| 4935 | readlinkat: | ||
| 4936 | .globl readv | ||
| 4937 | .type readv, %function; | ||
| 4938 | readv: | ||
| 4939 | .globl renameat | ||
| 4940 | .type renameat, %function; | ||
| 4941 | renameat: | ||
| 4942 | .globl rmdir | ||
| 4943 | .type rmdir, %function; | ||
| 4944 | rmdir: | ||
| 4945 | .globl setegid | ||
| 4946 | .type setegid, %function; | ||
| 4947 | setegid: | ||
| 4948 | .globl seteuid | ||
| 4949 | .type seteuid, %function; | ||
| 4950 | seteuid: | ||
| 4951 | .globl setgid | ||
| 4952 | .type setgid, %function; | ||
| 4953 | setgid: | ||
| 4954 | .globl setpgid | ||
| 4955 | .type setpgid, %function; | ||
| 4956 | setpgid: | ||
| 4957 | .globl setpgrp | ||
| 4958 | .type setpgrp, %function; | ||
| 4959 | setpgrp: | ||
| 4960 | .globl setregid | ||
| 4961 | .type setregid, %function; | ||
| 4962 | setregid: | ||
| 4963 | .globl setresgid | ||
| 4964 | .type setresgid, %function; | ||
| 4965 | setresgid: | ||
| 4966 | .globl setresuid | ||
| 4967 | .type setresuid, %function; | ||
| 4968 | setresuid: | ||
| 4969 | .globl setreuid | ||
| 4970 | .type setreuid, %function; | ||
| 4971 | setreuid: | ||
| 4972 | .globl setsid | ||
| 4973 | .type setsid, %function; | ||
| 4974 | setsid: | ||
| 4975 | .globl setuid | ||
| 4976 | .type setuid, %function; | ||
| 4977 | setuid: | ||
| 4978 | .globl sleep | ||
| 4979 | .type sleep, %function; | ||
| 4980 | sleep: | ||
| 4981 | .globl symlink | ||
| 4982 | .type symlink, %function; | ||
| 4983 | symlink: | ||
| 4984 | .globl symlinkat | ||
| 4985 | .type symlinkat, %function; | ||
| 4986 | symlinkat: | ||
| 4987 | .globl sync | ||
| 4988 | .type sync, %function; | ||
| 4989 | sync: | ||
| 4990 | .globl tcgetpgrp | ||
| 4991 | .type tcgetpgrp, %function; | ||
| 4992 | tcgetpgrp: | ||
| 4993 | .globl tcsetpgrp | ||
| 4994 | .type tcsetpgrp, %function; | ||
| 4995 | tcsetpgrp: | ||
| 4996 | .weak truncate64 | ||
| 4997 | .type truncate64, %function; | ||
| 4998 | truncate64: | ||
| 4999 | .globl truncate | ||
| 5000 | .type truncate, %function; | ||
| 5001 | truncate: | ||
| 5002 | .globl ttyname | ||
| 5003 | .type ttyname, %function; | ||
| 5004 | ttyname: | ||
| 5005 | .globl ttyname_r | ||
| 5006 | .type ttyname_r, %function; | ||
| 5007 | ttyname_r: | ||
| 5008 | .globl ualarm | ||
| 5009 | .type ualarm, %function; | ||
| 5010 | ualarm: | ||
| 5011 | .globl unlink | ||
| 5012 | .type unlink, %function; | ||
| 5013 | unlink: | ||
| 5014 | .globl unlinkat | ||
| 5015 | .type unlinkat, %function; | ||
| 5016 | unlinkat: | ||
| 5017 | .globl usleep | ||
| 5018 | .type usleep, %function; | ||
| 5019 | usleep: | ||
| 5020 | .globl write | ||
| 5021 | .type write, %function; | ||
| 5022 | write: | ||
| 5023 | .globl writev | ||
| 5024 | .type writev, %function; | ||
| 5025 | writev: | ||
| 5026 | .globl _dlstart | ||
| 5027 | .type _dlstart, %function; | ||
| 5028 | _dlstart: | ||
| 5029 | .weak _dl_debug_state | ||
| 5030 | .type _dl_debug_state, %function; | ||
| 5031 | _dl_debug_state: | ||
| 5032 | .globl __dls2b | ||
| 5033 | .type __dls2b, %function; | ||
| 5034 | __dls2b: | ||
| 5035 | .globl __dls3 | ||
| 5036 | .type __dls3, %function; | ||
| 5037 | __dls3: | ||
| 5038 | .globl dlopen | ||
| 5039 | .type dlopen, %function; | ||
| 5040 | dlopen: | ||
| 5041 | .globl dladdr | ||
| 5042 | .type dladdr, %function; | ||
| 5043 | dladdr: | ||
| 5044 | .globl dl_iterate_phdr | ||
| 5045 | .type dl_iterate_phdr, %function; | ||
| 5046 | dl_iterate_phdr: | ||
| 5047 | .data.rel.ro | ||
| 5048 | .globl stderr | ||
| 5049 | .type stderr, %object; | ||
| 5050 | .size stderr, PTR_SIZE_BYTES | ||
| 5051 | stderr: | ||
| 5052 | .globl stdin | ||
| 5053 | .type stdin, %object; | ||
| 5054 | .size stdin, PTR_SIZE_BYTES | ||
| 5055 | stdin: | ||
| 5056 | .globl stdout | ||
| 5057 | .type stdout, %object; | ||
| 5058 | .size stdout, PTR_SIZE_BYTES | ||
| 5059 | stdout: | ||
| 5060 | .data | ||
| 5061 | .globl optind | ||
| 5062 | .type optind, %object; | ||
| 5063 | .size optind, 4 | ||
| 5064 | optind: | ||
| 5065 | .globl opterr | ||
| 5066 | .type opterr, %object; | ||
| 5067 | .size opterr, 4 | ||
| 5068 | opterr: | ||
| 5069 | .globl _dl_debug_addr | ||
| 5070 | .type _dl_debug_addr, %object; | ||
| 5071 | .size _dl_debug_addr, PTR_SIZE_BYTES | ||
| 5072 | _dl_debug_addr: | ||
| 5073 | .bss | ||
| 5074 | .weak ___environ | ||
| 5075 | .type ___environ, %object; | ||
| 5076 | .size ___environ, PTR_SIZE_BYTES | ||
| 5077 | ___environ: | ||
| 5078 | .weak _environ | ||
| 5079 | .type _environ, %object; | ||
| 5080 | .size _environ, PTR_SIZE_BYTES | ||
| 5081 | _environ: | ||
| 5082 | .globl __environ | ||
| 5083 | .type __environ, %object; | ||
| 5084 | .size __environ, PTR_SIZE_BYTES | ||
| 5085 | __environ: | ||
| 5086 | .weak environ | ||
| 5087 | .type environ, %object; | ||
| 5088 | .size environ, PTR_SIZE_BYTES | ||
| 5089 | environ: | ||
| 5090 | .globl __stack_chk_guard | ||
| 5091 | .type __stack_chk_guard, %object; | ||
| 5092 | .size __stack_chk_guard, PTR_SIZE_BYTES | ||
| 5093 | __stack_chk_guard: | ||
| 5094 | .weak program_invocation_short_name | ||
| 5095 | .type program_invocation_short_name, %object; | ||
| 5096 | .size program_invocation_short_name, PTR_SIZE_BYTES | ||
| 5097 | program_invocation_short_name: | ||
| 5098 | .globl __progname | ||
| 5099 | .type __progname, %object; | ||
| 5100 | .size __progname, PTR_SIZE_BYTES | ||
| 5101 | __progname: | ||
| 5102 | .weak program_invocation_name | ||
| 5103 | .type program_invocation_name, %object; | ||
| 5104 | .size program_invocation_name, PTR_SIZE_BYTES | ||
| 5105 | program_invocation_name: | ||
| 5106 | .globl __progname_full | ||
| 5107 | .type __progname_full, %object; | ||
| 5108 | .size __progname_full, PTR_SIZE_BYTES | ||
| 5109 | __progname_full: | ||
| 5110 | .globl __signgam | ||
| 5111 | .type __signgam, %object; | ||
| 5112 | .size __signgam, 4 | ||
| 5113 | __signgam: | ||
| 5114 | .weak signgam | ||
| 5115 | .type signgam, %object; | ||
| 5116 | .size signgam, 4 | ||
| 5117 | signgam: | ||
| 5118 | .globl __optreset | ||
| 5119 | .type __optreset, %object; | ||
| 5120 | .size __optreset, 4 | ||
| 5121 | __optreset: | ||
| 5122 | .weak optreset | ||
| 5123 | .type optreset, %object; | ||
| 5124 | .size optreset, 4 | ||
| 5125 | optreset: | ||
| 5126 | .globl __optpos | ||
| 5127 | .type __optpos, %object; | ||
| 5128 | .size __optpos, 4 | ||
| 5129 | __optpos: | ||
| 5130 | .globl optarg | ||
| 5131 | .type optarg, %object; | ||
| 5132 | .size optarg, PTR_SIZE_BYTES | ||
| 5133 | optarg: | ||
| 5134 | .globl optopt | ||
| 5135 | .type optopt, %object; | ||
| 5136 | .size optopt, 4 | ||
| 5137 | optopt: | ||
| 5138 | .globl h_errno | ||
| 5139 | .type h_errno, %object; | ||
| 5140 | .size h_errno, 4 | ||
| 5141 | h_errno: | ||
| 5142 | .globl __timezone | ||
| 5143 | .type __timezone, %object; | ||
| 5144 | .size __timezone, PTR_SIZE_BYTES | ||
| 5145 | __timezone: | ||
| 5146 | .weak timezone | ||
| 5147 | .type timezone, %object; | ||
| 5148 | .size timezone, PTR_SIZE_BYTES | ||
| 5149 | timezone: | ||
| 5150 | .globl __daylight | ||
| 5151 | .type __daylight, %object; | ||
| 5152 | .size __daylight, 4 | ||
| 5153 | __daylight: | ||
| 5154 | .weak daylight | ||
| 5155 | .type daylight, %object; | ||
| 5156 | .size daylight, 4 | ||
| 5157 | daylight: | ||
| 5158 | .globl __tzname | ||
| 5159 | .type __tzname, %object; | ||
| 5160 | .size __tzname, PTR2_SIZE_BYTES | ||
| 5161 | __tzname: | ||
| 5162 | .weak tzname | ||
| 5163 | .type tzname, %object; | ||
| 5164 | .size tzname, PTR2_SIZE_BYTES | ||
| 5165 | tzname: | ||
| 5166 | .globl getdate_err | ||
| 5167 | .type getdate_err, %object; | ||
| 5168 | .size getdate_err, 4 | ||
| 5169 | getdate_err: | ||
| 5170 | .text | ||
| 5171 | #ifdef PTR32 | ||
| 5172 | .globl __aio_suspend_time64 | ||
| 5173 | .type __aio_suspend_time64, %function; | ||
| 5174 | __aio_suspend_time64: | ||
| 5175 | .globl __semtimedop_time64 | ||
| 5176 | .type __semtimedop_time64, %function; | ||
| 5177 | __semtimedop_time64: | ||
| 5178 | .globl __dlsym_time64 | ||
| 5179 | .type __dlsym_time64, %function; | ||
| 5180 | __dlsym_time64: | ||
| 5181 | .globl __futimes_time64 | ||
| 5182 | .type __futimes_time64, %function; | ||
| 5183 | __futimes_time64: | ||
| 5184 | .globl __lutimes_time64 | ||
| 5185 | .type __lutimes_time64, %function; | ||
| 5186 | __lutimes_time64: | ||
| 5187 | .globl __adjtime64 | ||
| 5188 | .type __adjtime64, %function; | ||
| 5189 | __adjtime64: | ||
| 5190 | .globl __adjtimex_time64 | ||
| 5191 | .type __adjtimex_time64, %function; | ||
| 5192 | __adjtimex_time64: | ||
| 5193 | #endif | ||
| 5194 | #if !defined(ARCH_riscv64) && !defined(ARCH_i386) && !defined(ARCH_x86_64) && !defined(ARCH_powerpc) && !defined(ARCH_powerpc64) && !defined(ARCH_aarch64) | ||
| 5195 | .globl _flush_cache | ||
| 5196 | .type _flush_cache, %function; | ||
| 5197 | _flush_cache: | ||
| 5198 | #endif | ||
| 5199 | #if !defined(ARCH_riscv64) && !defined(ARCH_i386) && !defined(ARCH_x86_64) && !defined(ARCH_powerpc) && !defined(ARCH_powerpc64) && !defined(ARCH_aarch64) | ||
| 5200 | .weak cacheflush | ||
| 5201 | .type cacheflush, %function; | ||
| 5202 | cacheflush: | ||
| 5203 | #endif | ||
| 5204 | #if !defined(ARCH_riscv64) && !defined(ARCH_i386) && !defined(ARCH_x86_64) && !defined(ARCH_powerpc) && !defined(ARCH_powerpc64) && !defined(ARCH_aarch64) | ||
| 5205 | .globl __cachectl | ||
| 5206 | .type __cachectl, %function; | ||
| 5207 | __cachectl: | ||
| 5208 | #endif | ||
| 5209 | #if !defined(ARCH_riscv64) && !defined(ARCH_i386) && !defined(ARCH_x86_64) && !defined(ARCH_powerpc) && !defined(ARCH_powerpc64) && !defined(ARCH_aarch64) | ||
| 5210 | .weak cachectl | ||
| 5211 | .type cachectl, %function; | ||
| 5212 | cachectl: | ||
| 5213 | #endif | ||
| 5214 | #ifdef PTR32 | ||
| 5215 | .globl __clock_adjtime64 | ||
| 5216 | .type __clock_adjtime64, %function; | ||
| 5217 | __clock_adjtime64: | ||
| 5218 | #endif | ||
| 5219 | #if !defined(ARCH_riscv64) && !defined(ARCH_aarch64) | ||
| 5220 | .globl ioperm | ||
| 5221 | .type ioperm, %function; | ||
| 5222 | ioperm: | ||
| 5223 | #endif | ||
| 5224 | #if !defined(ARCH_riscv64) && !defined(ARCH_aarch64) | ||
| 5225 | .globl iopl | ||
| 5226 | .type iopl, %function; | ||
| 5227 | iopl: | ||
| 5228 | #endif | ||
| 5229 | #ifdef PTR32 | ||
| 5230 | .globl __ppoll_time64 | ||
| 5231 | .type __ppoll_time64, %function; | ||
| 5232 | __ppoll_time64: | ||
| 5233 | .globl __settimeofday_time64 | ||
| 5234 | .type __settimeofday_time64, %function; | ||
| 5235 | __settimeofday_time64: | ||
| 5236 | .globl __stime64 | ||
| 5237 | .type __stime64, %function; | ||
| 5238 | __stime64: | ||
| 5239 | .globl __timerfd_settime64 | ||
| 5240 | .type __timerfd_settime64, %function; | ||
| 5241 | __timerfd_settime64: | ||
| 5242 | .globl __timerfd_gettime64 | ||
| 5243 | .type __timerfd_gettime64, %function; | ||
| 5244 | __timerfd_gettime64: | ||
| 5245 | .globl __utimes_time64 | ||
| 5246 | .type __utimes_time64, %function; | ||
| 5247 | __utimes_time64: | ||
| 5248 | .globl __wait3_time64 | ||
| 5249 | .type __wait3_time64, %function; | ||
| 5250 | __wait3_time64: | ||
| 5251 | .globl __wait4_time64 | ||
| 5252 | .type __wait4_time64, %function; | ||
| 5253 | __wait4_time64: | ||
| 5254 | .globl __getrusage_time64 | ||
| 5255 | .type __getrusage_time64, %function; | ||
| 5256 | __getrusage_time64: | ||
| 5257 | .globl __mq_timedreceive_time64 | ||
| 5258 | .type __mq_timedreceive_time64, %function; | ||
| 5259 | __mq_timedreceive_time64: | ||
| 5260 | .globl __mq_timedsend_time64 | ||
| 5261 | .type __mq_timedsend_time64, %function; | ||
| 5262 | __mq_timedsend_time64: | ||
| 5263 | .globl __recvmmsg_time64 | ||
| 5264 | .type __recvmmsg_time64, %function; | ||
| 5265 | __recvmmsg_time64: | ||
| 5266 | .globl __sched_rr_get_interval_time64 | ||
| 5267 | .type __sched_rr_get_interval_time64, %function; | ||
| 5268 | __sched_rr_get_interval_time64: | ||
| 5269 | .globl __pselect_time64 | ||
| 5270 | .type __pselect_time64, %function; | ||
| 5271 | __pselect_time64: | ||
| 5272 | .globl __select_time64 | ||
| 5273 | .type __select_time64, %function; | ||
| 5274 | __select_time64: | ||
| 5275 | .globl __getitimer_time64 | ||
| 5276 | .type __getitimer_time64, %function; | ||
| 5277 | __getitimer_time64: | ||
| 5278 | .globl __setitimer_time64 | ||
| 5279 | .type __setitimer_time64, %function; | ||
| 5280 | __setitimer_time64: | ||
| 5281 | .globl __sigtimedwait_time64 | ||
| 5282 | .type __sigtimedwait_time64, %function; | ||
| 5283 | __sigtimedwait_time64: | ||
| 5284 | .globl __fstat_time64 | ||
| 5285 | .type __fstat_time64, %function; | ||
| 5286 | __fstat_time64: | ||
| 5287 | .globl __fstatat_time64 | ||
| 5288 | .type __fstatat_time64, %function; | ||
| 5289 | __fstatat_time64: | ||
| 5290 | .globl __futimens_time64 | ||
| 5291 | .type __futimens_time64, %function; | ||
| 5292 | __futimens_time64: | ||
| 5293 | .weak __futimesat_time64 | ||
| 5294 | .type __futimesat_time64, %function; | ||
| 5295 | __futimesat_time64: | ||
| 5296 | .globl __lstat_time64 | ||
| 5297 | .type __lstat_time64, %function; | ||
| 5298 | __lstat_time64: | ||
| 5299 | .globl __stat_time64 | ||
| 5300 | .type __stat_time64, %function; | ||
| 5301 | __stat_time64: | ||
| 5302 | .globl __utimensat_time64 | ||
| 5303 | .type __utimensat_time64, %function; | ||
| 5304 | __utimensat_time64: | ||
| 5305 | .globl __cnd_timedwait_time64 | ||
| 5306 | .type __cnd_timedwait_time64, %function; | ||
| 5307 | __cnd_timedwait_time64: | ||
| 5308 | .globl __mtx_timedlock_time64 | ||
| 5309 | .type __mtx_timedlock_time64, %function; | ||
| 5310 | __mtx_timedlock_time64: | ||
| 5311 | .weak __pthread_cond_timedwait_time64 | ||
| 5312 | .type __pthread_cond_timedwait_time64, %function; | ||
| 5313 | __pthread_cond_timedwait_time64: | ||
| 5314 | .weak __pthread_timedjoin_np_time64 | ||
| 5315 | .type __pthread_timedjoin_np_time64, %function; | ||
| 5316 | __pthread_timedjoin_np_time64: | ||
| 5317 | .weak __pthread_mutex_timedlock_time64 | ||
| 5318 | .type __pthread_mutex_timedlock_time64, %function; | ||
| 5319 | __pthread_mutex_timedlock_time64: | ||
| 5320 | .weak __pthread_rwlock_timedrdlock_time64 | ||
| 5321 | .type __pthread_rwlock_timedrdlock_time64, %function; | ||
| 5322 | __pthread_rwlock_timedrdlock_time64: | ||
| 5323 | .weak __pthread_rwlock_timedwrlock_time64 | ||
| 5324 | .type __pthread_rwlock_timedwrlock_time64, %function; | ||
| 5325 | __pthread_rwlock_timedwrlock_time64: | ||
| 5326 | .globl __sem_timedwait_time64 | ||
| 5327 | .type __sem_timedwait_time64, %function; | ||
| 5328 | __sem_timedwait_time64: | ||
| 5329 | .globl __thrd_sleep_time64 | ||
| 5330 | .type __thrd_sleep_time64, %function; | ||
| 5331 | __thrd_sleep_time64: | ||
| 5332 | .globl __clock_getres_time64 | ||
| 5333 | .type __clock_getres_time64, %function; | ||
| 5334 | __clock_getres_time64: | ||
| 5335 | .weak __clock_gettime64 | ||
| 5336 | .type __clock_gettime64, %function; | ||
| 5337 | __clock_gettime64: | ||
| 5338 | .weak __clock_nanosleep_time64 | ||
| 5339 | .type __clock_nanosleep_time64, %function; | ||
| 5340 | __clock_nanosleep_time64: | ||
| 5341 | .globl __clock_settime64 | ||
| 5342 | .type __clock_settime64, %function; | ||
| 5343 | __clock_settime64: | ||
| 5344 | .globl __ctime64 | ||
| 5345 | .type __ctime64, %function; | ||
| 5346 | __ctime64: | ||
| 5347 | .globl __ctime64_r | ||
| 5348 | .type __ctime64_r, %function; | ||
| 5349 | __ctime64_r: | ||
| 5350 | .globl __difftime64 | ||
| 5351 | .type __difftime64, %function; | ||
| 5352 | __difftime64: | ||
| 5353 | .globl __ftime64 | ||
| 5354 | .type __ftime64, %function; | ||
| 5355 | __ftime64: | ||
| 5356 | .globl __gettimeofday_time64 | ||
| 5357 | .type __gettimeofday_time64, %function; | ||
| 5358 | __gettimeofday_time64: | ||
| 5359 | .globl __gmtime64 | ||
| 5360 | .type __gmtime64, %function; | ||
| 5361 | __gmtime64: | ||
| 5362 | .weak __gmtime64_r | ||
| 5363 | .type __gmtime64_r, %function; | ||
| 5364 | __gmtime64_r: | ||
| 5365 | .globl __localtime64 | ||
| 5366 | .type __localtime64, %function; | ||
| 5367 | __localtime64: | ||
| 5368 | .weak __localtime64_r | ||
| 5369 | .type __localtime64_r, %function; | ||
| 5370 | __localtime64_r: | ||
| 5371 | .globl __mktime64 | ||
| 5372 | .type __mktime64, %function; | ||
| 5373 | __mktime64: | ||
| 5374 | .globl __nanosleep_time64 | ||
| 5375 | .type __nanosleep_time64, %function; | ||
| 5376 | __nanosleep_time64: | ||
| 5377 | .globl __time64 | ||
| 5378 | .type __time64, %function; | ||
| 5379 | __time64: | ||
| 5380 | .globl __timegm_time64 | ||
| 5381 | .type __timegm_time64, %function; | ||
| 5382 | __timegm_time64: | ||
| 5383 | .globl __timer_gettime64 | ||
| 5384 | .type __timer_gettime64, %function; | ||
| 5385 | __timer_gettime64: | ||
| 5386 | .globl __timer_settime64 | ||
| 5387 | .type __timer_settime64, %function; | ||
| 5388 | __timer_settime64: | ||
| 5389 | .globl __timespec_get_time64 | ||
| 5390 | .type __timespec_get_time64, %function; | ||
| 5391 | __timespec_get_time64: | ||
| 5392 | .globl __utime64 | ||
| 5393 | .type __utime64, %function; | ||
| 5394 | __utime64: | ||
| 5395 | #endif | ||
| 5396 | #if !defined(ARCH_riscv64) && !defined(ARCH_mips) && !defined(ARCH_powerpc) && !defined(ARCH_powerpc64) && !defined(ARCH_aarch64) | ||
| 5397 | .globl arch_prctl | ||
| 5398 | .type arch_prctl, %function; | ||
| 5399 | arch_prctl: | ||
| 5400 | #endif | ||
| 5401 | #if !defined(ARCH_riscv64) && !defined(ARCH_mips) && !defined(ARCH_x86_64) && !defined(ARCH_powerpc) && !defined(ARCH_powerpc64) && !defined(ARCH_aarch64) | ||
| 5402 | .globl ___tls_get_addr | ||
| 5403 | .type ___tls_get_addr, %function; | ||
| 5404 | ___tls_get_addr: | ||
| 5405 | #endif | ||
lib/libc/musl/libc.s deleted-5047| ... | @@ -1,5047 +0,0 @@ | ||
| 1 | .text | ||
| 2 | .weak aio_read64 | ||
| 3 | .type aio_read64, %function; | ||
| 4 | aio_read64: | ||
| 5 | .globl aio_read | ||
| 6 | .type aio_read, %function; | ||
| 7 | aio_read: | ||
| 8 | .weak aio_write64 | ||
| 9 | .type aio_write64, %function; | ||
| 10 | aio_write64: | ||
| 11 | .globl aio_write | ||
| 12 | .type aio_write, %function; | ||
| 13 | aio_write: | ||
| 14 | .weak aio_fsync64 | ||
| 15 | .type aio_fsync64, %function; | ||
| 16 | aio_fsync64: | ||
| 17 | .globl aio_fsync | ||
| 18 | .type aio_fsync, %function; | ||
| 19 | aio_fsync: | ||
| 20 | .weak aio_return64 | ||
| 21 | .type aio_return64, %function; | ||
| 22 | aio_return64: | ||
| 23 | .globl aio_return | ||
| 24 | .type aio_return, %function; | ||
| 25 | aio_return: | ||
| 26 | .weak aio_error64 | ||
| 27 | .type aio_error64, %function; | ||
| 28 | aio_error64: | ||
| 29 | .globl aio_error | ||
| 30 | .type aio_error, %function; | ||
| 31 | aio_error: | ||
| 32 | .globl aio_cancel | ||
| 33 | .type aio_cancel, %function; | ||
| 34 | aio_cancel: | ||
| 35 | .weak aio_cancel64 | ||
| 36 | .type aio_cancel64, %function; | ||
| 37 | aio_cancel64: | ||
| 38 | .globl aio_suspend | ||
| 39 | .type aio_suspend, %function; | ||
| 40 | aio_suspend: | ||
| 41 | .weak aio_suspend64 | ||
| 42 | .type aio_suspend64, %function; | ||
| 43 | aio_suspend64: | ||
| 44 | .weak lio_listio64 | ||
| 45 | .type lio_listio64, %function; | ||
| 46 | lio_listio64: | ||
| 47 | .globl lio_listio | ||
| 48 | .type lio_listio, %function; | ||
| 49 | lio_listio: | ||
| 50 | .globl cabs | ||
| 51 | .type cabs, %function; | ||
| 52 | cabs: | ||
| 53 | .globl cabsf | ||
| 54 | .type cabsf, %function; | ||
| 55 | cabsf: | ||
| 56 | .globl cabsl | ||
| 57 | .type cabsl, %function; | ||
| 58 | cabsl: | ||
| 59 | .globl cacos | ||
| 60 | .type cacos, %function; | ||
| 61 | cacos: | ||
| 62 | .globl cacosf | ||
| 63 | .type cacosf, %function; | ||
| 64 | cacosf: | ||
| 65 | .globl cacosh | ||
| 66 | .type cacosh, %function; | ||
| 67 | cacosh: | ||
| 68 | .globl cacoshf | ||
| 69 | .type cacoshf, %function; | ||
| 70 | cacoshf: | ||
| 71 | .globl cacoshl | ||
| 72 | .type cacoshl, %function; | ||
| 73 | cacoshl: | ||
| 74 | .globl cacosl | ||
| 75 | .type cacosl, %function; | ||
| 76 | cacosl: | ||
| 77 | .globl carg | ||
| 78 | .type carg, %function; | ||
| 79 | carg: | ||
| 80 | .globl cargf | ||
| 81 | .type cargf, %function; | ||
| 82 | cargf: | ||
| 83 | .globl cargl | ||
| 84 | .type cargl, %function; | ||
| 85 | cargl: | ||
| 86 | .globl casin | ||
| 87 | .type casin, %function; | ||
| 88 | casin: | ||
| 89 | .globl casinf | ||
| 90 | .type casinf, %function; | ||
| 91 | casinf: | ||
| 92 | .globl casinh | ||
| 93 | .type casinh, %function; | ||
| 94 | casinh: | ||
| 95 | .globl casinhf | ||
| 96 | .type casinhf, %function; | ||
| 97 | casinhf: | ||
| 98 | .globl casinhl | ||
| 99 | .type casinhl, %function; | ||
| 100 | casinhl: | ||
| 101 | .globl casinl | ||
| 102 | .type casinl, %function; | ||
| 103 | casinl: | ||
| 104 | .globl catan | ||
| 105 | .type catan, %function; | ||
| 106 | catan: | ||
| 107 | .globl catanf | ||
| 108 | .type catanf, %function; | ||
| 109 | catanf: | ||
| 110 | .globl catanh | ||
| 111 | .type catanh, %function; | ||
| 112 | catanh: | ||
| 113 | .globl catanhf | ||
| 114 | .type catanhf, %function; | ||
| 115 | catanhf: | ||
| 116 | .globl catanhl | ||
| 117 | .type catanhl, %function; | ||
| 118 | catanhl: | ||
| 119 | .globl catanl | ||
| 120 | .type catanl, %function; | ||
| 121 | catanl: | ||
| 122 | .globl ccos | ||
| 123 | .type ccos, %function; | ||
| 124 | ccos: | ||
| 125 | .globl ccosf | ||
| 126 | .type ccosf, %function; | ||
| 127 | ccosf: | ||
| 128 | .globl ccosh | ||
| 129 | .type ccosh, %function; | ||
| 130 | ccosh: | ||
| 131 | .globl ccoshf | ||
| 132 | .type ccoshf, %function; | ||
| 133 | ccoshf: | ||
| 134 | .globl ccoshl | ||
| 135 | .type ccoshl, %function; | ||
| 136 | ccoshl: | ||
| 137 | .globl ccosl | ||
| 138 | .type ccosl, %function; | ||
| 139 | ccosl: | ||
| 140 | .globl cexp | ||
| 141 | .type cexp, %function; | ||
| 142 | cexp: | ||
| 143 | .globl cexpf | ||
| 144 | .type cexpf, %function; | ||
| 145 | cexpf: | ||
| 146 | .globl cexpl | ||
| 147 | .type cexpl, %function; | ||
| 148 | cexpl: | ||
| 149 | .globl cimag | ||
| 150 | .type cimag, %function; | ||
| 151 | cimag: | ||
| 152 | .globl cimagf | ||
| 153 | .type cimagf, %function; | ||
| 154 | cimagf: | ||
| 155 | .globl cimagl | ||
| 156 | .type cimagl, %function; | ||
| 157 | cimagl: | ||
| 158 | .globl clog | ||
| 159 | .type clog, %function; | ||
| 160 | clog: | ||
| 161 | .globl clogf | ||
| 162 | .type clogf, %function; | ||
| 163 | clogf: | ||
| 164 | .globl clogl | ||
| 165 | .type clogl, %function; | ||
| 166 | clogl: | ||
| 167 | .globl conj | ||
| 168 | .type conj, %function; | ||
| 169 | conj: | ||
| 170 | .globl conjf | ||
| 171 | .type conjf, %function; | ||
| 172 | conjf: | ||
| 173 | .globl conjl | ||
| 174 | .type conjl, %function; | ||
| 175 | conjl: | ||
| 176 | .globl cpow | ||
| 177 | .type cpow, %function; | ||
| 178 | cpow: | ||
| 179 | .globl cpowf | ||
| 180 | .type cpowf, %function; | ||
| 181 | cpowf: | ||
| 182 | .globl cpowl | ||
| 183 | .type cpowl, %function; | ||
| 184 | cpowl: | ||
| 185 | .globl cproj | ||
| 186 | .type cproj, %function; | ||
| 187 | cproj: | ||
| 188 | .globl cprojf | ||
| 189 | .type cprojf, %function; | ||
| 190 | cprojf: | ||
| 191 | .globl cprojl | ||
| 192 | .type cprojl, %function; | ||
| 193 | cprojl: | ||
| 194 | .globl creal | ||
| 195 | .type creal, %function; | ||
| 196 | creal: | ||
| 197 | .globl crealf | ||
| 198 | .type crealf, %function; | ||
| 199 | crealf: | ||
| 200 | .globl creall | ||
| 201 | .type creall, %function; | ||
| 202 | creall: | ||
| 203 | .globl csin | ||
| 204 | .type csin, %function; | ||
| 205 | csin: | ||
| 206 | .globl csinf | ||
| 207 | .type csinf, %function; | ||
| 208 | csinf: | ||
| 209 | .globl csinh | ||
| 210 | .type csinh, %function; | ||
| 211 | csinh: | ||
| 212 | .globl csinhf | ||
| 213 | .type csinhf, %function; | ||
| 214 | csinhf: | ||
| 215 | .globl csinhl | ||
| 216 | .type csinhl, %function; | ||
| 217 | csinhl: | ||
| 218 | .globl csinl | ||
| 219 | .type csinl, %function; | ||
| 220 | csinl: | ||
| 221 | .globl csqrt | ||
| 222 | .type csqrt, %function; | ||
| 223 | csqrt: | ||
| 224 | .globl csqrtf | ||
| 225 | .type csqrtf, %function; | ||
| 226 | csqrtf: | ||
| 227 | .globl csqrtl | ||
| 228 | .type csqrtl, %function; | ||
| 229 | csqrtl: | ||
| 230 | .globl ctan | ||
| 231 | .type ctan, %function; | ||
| 232 | ctan: | ||
| 233 | .globl ctanf | ||
| 234 | .type ctanf, %function; | ||
| 235 | ctanf: | ||
| 236 | .globl ctanh | ||
| 237 | .type ctanh, %function; | ||
| 238 | ctanh: | ||
| 239 | .globl ctanhf | ||
| 240 | .type ctanhf, %function; | ||
| 241 | ctanhf: | ||
| 242 | .globl ctanhl | ||
| 243 | .type ctanhl, %function; | ||
| 244 | ctanhl: | ||
| 245 | .globl ctanl | ||
| 246 | .type ctanl, %function; | ||
| 247 | ctanl: | ||
| 248 | .globl confstr | ||
| 249 | .type confstr, %function; | ||
| 250 | confstr: | ||
| 251 | .globl fpathconf | ||
| 252 | .type fpathconf, %function; | ||
| 253 | fpathconf: | ||
| 254 | .globl get_nprocs_conf | ||
| 255 | .type get_nprocs_conf, %function; | ||
| 256 | get_nprocs_conf: | ||
| 257 | .globl get_nprocs | ||
| 258 | .type get_nprocs, %function; | ||
| 259 | get_nprocs: | ||
| 260 | .globl get_phys_pages | ||
| 261 | .type get_phys_pages, %function; | ||
| 262 | get_phys_pages: | ||
| 263 | .globl get_avphys_pages | ||
| 264 | .type get_avphys_pages, %function; | ||
| 265 | get_avphys_pages: | ||
| 266 | .globl pathconf | ||
| 267 | .type pathconf, %function; | ||
| 268 | pathconf: | ||
| 269 | .globl sysconf | ||
| 270 | .type sysconf, %function; | ||
| 271 | sysconf: | ||
| 272 | .globl crypt | ||
| 273 | .type crypt, %function; | ||
| 274 | crypt: | ||
| 275 | .weak crypt_r | ||
| 276 | .type crypt_r, %function; | ||
| 277 | crypt_r: | ||
| 278 | .globl setkey | ||
| 279 | .type setkey, %function; | ||
| 280 | setkey: | ||
| 281 | .globl encrypt | ||
| 282 | .type encrypt, %function; | ||
| 283 | encrypt: | ||
| 284 | .globl __ctype_b_loc | ||
| 285 | .type __ctype_b_loc, %function; | ||
| 286 | __ctype_b_loc: | ||
| 287 | .globl __ctype_get_mb_cur_max | ||
| 288 | .type __ctype_get_mb_cur_max, %function; | ||
| 289 | __ctype_get_mb_cur_max: | ||
| 290 | .globl __ctype_tolower_loc | ||
| 291 | .type __ctype_tolower_loc, %function; | ||
| 292 | __ctype_tolower_loc: | ||
| 293 | .globl __ctype_toupper_loc | ||
| 294 | .type __ctype_toupper_loc, %function; | ||
| 295 | __ctype_toupper_loc: | ||
| 296 | .globl isalnum | ||
| 297 | .type isalnum, %function; | ||
| 298 | isalnum: | ||
| 299 | .globl __isalnum_l | ||
| 300 | .type __isalnum_l, %function; | ||
| 301 | __isalnum_l: | ||
| 302 | .weak isalnum_l | ||
| 303 | .type isalnum_l, %function; | ||
| 304 | isalnum_l: | ||
| 305 | .globl isalpha | ||
| 306 | .type isalpha, %function; | ||
| 307 | isalpha: | ||
| 308 | .globl __isalpha_l | ||
| 309 | .type __isalpha_l, %function; | ||
| 310 | __isalpha_l: | ||
| 311 | .weak isalpha_l | ||
| 312 | .type isalpha_l, %function; | ||
| 313 | isalpha_l: | ||
| 314 | .globl isascii | ||
| 315 | .type isascii, %function; | ||
| 316 | isascii: | ||
| 317 | .globl isblank | ||
| 318 | .type isblank, %function; | ||
| 319 | isblank: | ||
| 320 | .globl __isblank_l | ||
| 321 | .type __isblank_l, %function; | ||
| 322 | __isblank_l: | ||
| 323 | .weak isblank_l | ||
| 324 | .type isblank_l, %function; | ||
| 325 | isblank_l: | ||
| 326 | .globl iscntrl | ||
| 327 | .type iscntrl, %function; | ||
| 328 | iscntrl: | ||
| 329 | .globl __iscntrl_l | ||
| 330 | .type __iscntrl_l, %function; | ||
| 331 | __iscntrl_l: | ||
| 332 | .weak iscntrl_l | ||
| 333 | .type iscntrl_l, %function; | ||
| 334 | iscntrl_l: | ||
| 335 | .globl isdigit | ||
| 336 | .type isdigit, %function; | ||
| 337 | isdigit: | ||
| 338 | .globl __isdigit_l | ||
| 339 | .type __isdigit_l, %function; | ||
| 340 | __isdigit_l: | ||
| 341 | .weak isdigit_l | ||
| 342 | .type isdigit_l, %function; | ||
| 343 | isdigit_l: | ||
| 344 | .globl isgraph | ||
| 345 | .type isgraph, %function; | ||
| 346 | isgraph: | ||
| 347 | .globl __isgraph_l | ||
| 348 | .type __isgraph_l, %function; | ||
| 349 | __isgraph_l: | ||
| 350 | .weak isgraph_l | ||
| 351 | .type isgraph_l, %function; | ||
| 352 | isgraph_l: | ||
| 353 | .globl islower | ||
| 354 | .type islower, %function; | ||
| 355 | islower: | ||
| 356 | .weak islower_l | ||
| 357 | .type islower_l, %function; | ||
| 358 | islower_l: | ||
| 359 | .globl __islower_l | ||
| 360 | .type __islower_l, %function; | ||
| 361 | __islower_l: | ||
| 362 | .globl isprint | ||
| 363 | .type isprint, %function; | ||
| 364 | isprint: | ||
| 365 | .globl __isprint_l | ||
| 366 | .type __isprint_l, %function; | ||
| 367 | __isprint_l: | ||
| 368 | .weak isprint_l | ||
| 369 | .type isprint_l, %function; | ||
| 370 | isprint_l: | ||
| 371 | .globl ispunct | ||
| 372 | .type ispunct, %function; | ||
| 373 | ispunct: | ||
| 374 | .globl __ispunct_l | ||
| 375 | .type __ispunct_l, %function; | ||
| 376 | __ispunct_l: | ||
| 377 | .weak ispunct_l | ||
| 378 | .type ispunct_l, %function; | ||
| 379 | ispunct_l: | ||
| 380 | .globl isspace | ||
| 381 | .type isspace, %function; | ||
| 382 | isspace: | ||
| 383 | .weak isspace_l | ||
| 384 | .type isspace_l, %function; | ||
| 385 | isspace_l: | ||
| 386 | .globl __isspace_l | ||
| 387 | .type __isspace_l, %function; | ||
| 388 | __isspace_l: | ||
| 389 | .globl isupper | ||
| 390 | .type isupper, %function; | ||
| 391 | isupper: | ||
| 392 | .globl __isupper_l | ||
| 393 | .type __isupper_l, %function; | ||
| 394 | __isupper_l: | ||
| 395 | .weak isupper_l | ||
| 396 | .type isupper_l, %function; | ||
| 397 | isupper_l: | ||
| 398 | .globl iswalnum | ||
| 399 | .type iswalnum, %function; | ||
| 400 | iswalnum: | ||
| 401 | .weak iswalnum_l | ||
| 402 | .type iswalnum_l, %function; | ||
| 403 | iswalnum_l: | ||
| 404 | .globl __iswalnum_l | ||
| 405 | .type __iswalnum_l, %function; | ||
| 406 | __iswalnum_l: | ||
| 407 | .globl iswalpha | ||
| 408 | .type iswalpha, %function; | ||
| 409 | iswalpha: | ||
| 410 | .globl __iswalpha_l | ||
| 411 | .type __iswalpha_l, %function; | ||
| 412 | __iswalpha_l: | ||
| 413 | .weak iswalpha_l | ||
| 414 | .type iswalpha_l, %function; | ||
| 415 | iswalpha_l: | ||
| 416 | .globl iswblank | ||
| 417 | .type iswblank, %function; | ||
| 418 | iswblank: | ||
| 419 | .weak iswblank_l | ||
| 420 | .type iswblank_l, %function; | ||
| 421 | iswblank_l: | ||
| 422 | .globl __iswblank_l | ||
| 423 | .type __iswblank_l, %function; | ||
| 424 | __iswblank_l: | ||
| 425 | .globl iswcntrl | ||
| 426 | .type iswcntrl, %function; | ||
| 427 | iswcntrl: | ||
| 428 | .weak iswcntrl_l | ||
| 429 | .type iswcntrl_l, %function; | ||
| 430 | iswcntrl_l: | ||
| 431 | .globl __iswcntrl_l | ||
| 432 | .type __iswcntrl_l, %function; | ||
| 433 | __iswcntrl_l: | ||
| 434 | .globl iswctype | ||
| 435 | .type iswctype, %function; | ||
| 436 | iswctype: | ||
| 437 | .globl wctype | ||
| 438 | .type wctype, %function; | ||
| 439 | wctype: | ||
| 440 | .weak iswctype_l | ||
| 441 | .type iswctype_l, %function; | ||
| 442 | iswctype_l: | ||
| 443 | .globl __iswctype_l | ||
| 444 | .type __iswctype_l, %function; | ||
| 445 | __iswctype_l: | ||
| 446 | .globl __wctype_l | ||
| 447 | .type __wctype_l, %function; | ||
| 448 | __wctype_l: | ||
| 449 | .weak wctype_l | ||
| 450 | .type wctype_l, %function; | ||
| 451 | wctype_l: | ||
| 452 | .globl iswdigit | ||
| 453 | .type iswdigit, %function; | ||
| 454 | iswdigit: | ||
| 455 | .globl __iswdigit_l | ||
| 456 | .type __iswdigit_l, %function; | ||
| 457 | __iswdigit_l: | ||
| 458 | .weak iswdigit_l | ||
| 459 | .type iswdigit_l, %function; | ||
| 460 | iswdigit_l: | ||
| 461 | .globl iswgraph | ||
| 462 | .type iswgraph, %function; | ||
| 463 | iswgraph: | ||
| 464 | .globl __iswgraph_l | ||
| 465 | .type __iswgraph_l, %function; | ||
| 466 | __iswgraph_l: | ||
| 467 | .weak iswgraph_l | ||
| 468 | .type iswgraph_l, %function; | ||
| 469 | iswgraph_l: | ||
| 470 | .globl iswlower | ||
| 471 | .type iswlower, %function; | ||
| 472 | iswlower: | ||
| 473 | .weak iswlower_l | ||
| 474 | .type iswlower_l, %function; | ||
| 475 | iswlower_l: | ||
| 476 | .globl __iswlower_l | ||
| 477 | .type __iswlower_l, %function; | ||
| 478 | __iswlower_l: | ||
| 479 | .globl iswprint | ||
| 480 | .type iswprint, %function; | ||
| 481 | iswprint: | ||
| 482 | .weak iswprint_l | ||
| 483 | .type iswprint_l, %function; | ||
| 484 | iswprint_l: | ||
| 485 | .globl __iswprint_l | ||
| 486 | .type __iswprint_l, %function; | ||
| 487 | __iswprint_l: | ||
| 488 | .globl iswpunct | ||
| 489 | .type iswpunct, %function; | ||
| 490 | iswpunct: | ||
| 491 | .weak iswpunct_l | ||
| 492 | .type iswpunct_l, %function; | ||
| 493 | iswpunct_l: | ||
| 494 | .globl __iswpunct_l | ||
| 495 | .type __iswpunct_l, %function; | ||
| 496 | __iswpunct_l: | ||
| 497 | .globl iswspace | ||
| 498 | .type iswspace, %function; | ||
| 499 | iswspace: | ||
| 500 | .weak iswspace_l | ||
| 501 | .type iswspace_l, %function; | ||
| 502 | iswspace_l: | ||
| 503 | .globl __iswspace_l | ||
| 504 | .type __iswspace_l, %function; | ||
| 505 | __iswspace_l: | ||
| 506 | .globl iswupper | ||
| 507 | .type iswupper, %function; | ||
| 508 | iswupper: | ||
| 509 | .weak iswupper_l | ||
| 510 | .type iswupper_l, %function; | ||
| 511 | iswupper_l: | ||
| 512 | .globl __iswupper_l | ||
| 513 | .type __iswupper_l, %function; | ||
| 514 | __iswupper_l: | ||
| 515 | .globl iswxdigit | ||
| 516 | .type iswxdigit, %function; | ||
| 517 | iswxdigit: | ||
| 518 | .weak iswxdigit_l | ||
| 519 | .type iswxdigit_l, %function; | ||
| 520 | iswxdigit_l: | ||
| 521 | .globl __iswxdigit_l | ||
| 522 | .type __iswxdigit_l, %function; | ||
| 523 | __iswxdigit_l: | ||
| 524 | .globl isxdigit | ||
| 525 | .type isxdigit, %function; | ||
| 526 | isxdigit: | ||
| 527 | .weak isxdigit_l | ||
| 528 | .type isxdigit_l, %function; | ||
| 529 | isxdigit_l: | ||
| 530 | .globl __isxdigit_l | ||
| 531 | .type __isxdigit_l, %function; | ||
| 532 | __isxdigit_l: | ||
| 533 | .globl toascii | ||
| 534 | .type toascii, %function; | ||
| 535 | toascii: | ||
| 536 | .globl tolower | ||
| 537 | .type tolower, %function; | ||
| 538 | tolower: | ||
| 539 | .globl __tolower_l | ||
| 540 | .type __tolower_l, %function; | ||
| 541 | __tolower_l: | ||
| 542 | .weak tolower_l | ||
| 543 | .type tolower_l, %function; | ||
| 544 | tolower_l: | ||
| 545 | .globl toupper | ||
| 546 | .type toupper, %function; | ||
| 547 | toupper: | ||
| 548 | .globl __toupper_l | ||
| 549 | .type __toupper_l, %function; | ||
| 550 | __toupper_l: | ||
| 551 | .weak toupper_l | ||
| 552 | .type toupper_l, %function; | ||
| 553 | toupper_l: | ||
| 554 | .globl towlower | ||
| 555 | .type towlower, %function; | ||
| 556 | towlower: | ||
| 557 | .globl towupper | ||
| 558 | .type towupper, %function; | ||
| 559 | towupper: | ||
| 560 | .weak towupper_l | ||
| 561 | .type towupper_l, %function; | ||
| 562 | towupper_l: | ||
| 563 | .globl __towupper_l | ||
| 564 | .type __towupper_l, %function; | ||
| 565 | __towupper_l: | ||
| 566 | .weak towlower_l | ||
| 567 | .type towlower_l, %function; | ||
| 568 | towlower_l: | ||
| 569 | .globl __towlower_l | ||
| 570 | .type __towlower_l, %function; | ||
| 571 | __towlower_l: | ||
| 572 | .globl wcswidth | ||
| 573 | .type wcswidth, %function; | ||
| 574 | wcswidth: | ||
| 575 | .globl wctrans | ||
| 576 | .type wctrans, %function; | ||
| 577 | wctrans: | ||
| 578 | .globl towctrans | ||
| 579 | .type towctrans, %function; | ||
| 580 | towctrans: | ||
| 581 | .globl __wctrans_l | ||
| 582 | .type __wctrans_l, %function; | ||
| 583 | __wctrans_l: | ||
| 584 | .weak wctrans_l | ||
| 585 | .type wctrans_l, %function; | ||
| 586 | wctrans_l: | ||
| 587 | .weak towctrans_l | ||
| 588 | .type towctrans_l, %function; | ||
| 589 | towctrans_l: | ||
| 590 | .globl __towctrans_l | ||
| 591 | .type __towctrans_l, %function; | ||
| 592 | __towctrans_l: | ||
| 593 | .globl wcwidth | ||
| 594 | .type wcwidth, %function; | ||
| 595 | wcwidth: | ||
| 596 | .weak alphasort64 | ||
| 597 | .type alphasort64, %function; | ||
| 598 | alphasort64: | ||
| 599 | .globl alphasort | ||
| 600 | .type alphasort, %function; | ||
| 601 | alphasort: | ||
| 602 | .globl closedir | ||
| 603 | .type closedir, %function; | ||
| 604 | closedir: | ||
| 605 | .globl dirfd | ||
| 606 | .type dirfd, %function; | ||
| 607 | dirfd: | ||
| 608 | .globl fdopendir | ||
| 609 | .type fdopendir, %function; | ||
| 610 | fdopendir: | ||
| 611 | .globl opendir | ||
| 612 | .type opendir, %function; | ||
| 613 | opendir: | ||
| 614 | .globl readdir | ||
| 615 | .type readdir, %function; | ||
| 616 | readdir: | ||
| 617 | .weak readdir64 | ||
| 618 | .type readdir64, %function; | ||
| 619 | readdir64: | ||
| 620 | .globl readdir_r | ||
| 621 | .type readdir_r, %function; | ||
| 622 | readdir_r: | ||
| 623 | .weak readdir64_r | ||
| 624 | .type readdir64_r, %function; | ||
| 625 | readdir64_r: | ||
| 626 | .globl rewinddir | ||
| 627 | .type rewinddir, %function; | ||
| 628 | rewinddir: | ||
| 629 | .weak scandir64 | ||
| 630 | .type scandir64, %function; | ||
| 631 | scandir64: | ||
| 632 | .globl scandir | ||
| 633 | .type scandir, %function; | ||
| 634 | scandir: | ||
| 635 | .globl seekdir | ||
| 636 | .type seekdir, %function; | ||
| 637 | seekdir: | ||
| 638 | .globl telldir | ||
| 639 | .type telldir, %function; | ||
| 640 | telldir: | ||
| 641 | .weak versionsort64 | ||
| 642 | .type versionsort64, %function; | ||
| 643 | versionsort64: | ||
| 644 | .globl versionsort | ||
| 645 | .type versionsort, %function; | ||
| 646 | versionsort: | ||
| 647 | .weak _init | ||
| 648 | .type _init, %function; | ||
| 649 | _init: | ||
| 650 | .globl __libc_start_main | ||
| 651 | .type __libc_start_main, %function; | ||
| 652 | __libc_start_main: | ||
| 653 | .globl __stack_chk_fail | ||
| 654 | .type __stack_chk_fail, %function; | ||
| 655 | __stack_chk_fail: | ||
| 656 | .globl clearenv | ||
| 657 | .type clearenv, %function; | ||
| 658 | clearenv: | ||
| 659 | .globl getenv | ||
| 660 | .type getenv, %function; | ||
| 661 | getenv: | ||
| 662 | .globl putenv | ||
| 663 | .type putenv, %function; | ||
| 664 | putenv: | ||
| 665 | .globl secure_getenv | ||
| 666 | .type secure_getenv, %function; | ||
| 667 | secure_getenv: | ||
| 668 | .globl setenv | ||
| 669 | .type setenv, %function; | ||
| 670 | setenv: | ||
| 671 | .globl unsetenv | ||
| 672 | .type unsetenv, %function; | ||
| 673 | unsetenv: | ||
| 674 | .globl __errno_location | ||
| 675 | .type __errno_location, %function; | ||
| 676 | __errno_location: | ||
| 677 | .weak strerror_l | ||
| 678 | .type strerror_l, %function; | ||
| 679 | strerror_l: | ||
| 680 | .globl __strerror_l | ||
| 681 | .type __strerror_l, %function; | ||
| 682 | __strerror_l: | ||
| 683 | .globl strerror | ||
| 684 | .type strerror, %function; | ||
| 685 | strerror: | ||
| 686 | .globl _Exit | ||
| 687 | .type _Exit, %function; | ||
| 688 | _Exit: | ||
| 689 | .globl abort | ||
| 690 | .type abort, %function; | ||
| 691 | abort: | ||
| 692 | .globl __assert_fail | ||
| 693 | .type __assert_fail, %function; | ||
| 694 | __assert_fail: | ||
| 695 | .globl at_quick_exit | ||
| 696 | .type at_quick_exit, %function; | ||
| 697 | at_quick_exit: | ||
| 698 | .globl __cxa_finalize | ||
| 699 | .type __cxa_finalize, %function; | ||
| 700 | __cxa_finalize: | ||
| 701 | .globl __cxa_atexit | ||
| 702 | .type __cxa_atexit, %function; | ||
| 703 | __cxa_atexit: | ||
| 704 | .globl atexit | ||
| 705 | .type atexit, %function; | ||
| 706 | atexit: | ||
| 707 | .weak _fini | ||
| 708 | .type _fini, %function; | ||
| 709 | _fini: | ||
| 710 | .globl exit | ||
| 711 | .type exit, %function; | ||
| 712 | exit: | ||
| 713 | .globl quick_exit | ||
| 714 | .type quick_exit, %function; | ||
| 715 | quick_exit: | ||
| 716 | .globl creat | ||
| 717 | .type creat, %function; | ||
| 718 | creat: | ||
| 719 | .weak creat64 | ||
| 720 | .type creat64, %function; | ||
| 721 | creat64: | ||
| 722 | .globl fcntl | ||
| 723 | .type fcntl, %function; | ||
| 724 | fcntl: | ||
| 725 | .globl open | ||
| 726 | .type open, %function; | ||
| 727 | open: | ||
| 728 | .weak open64 | ||
| 729 | .type open64, %function; | ||
| 730 | open64: | ||
| 731 | .globl openat | ||
| 732 | .type openat, %function; | ||
| 733 | openat: | ||
| 734 | .weak openat64 | ||
| 735 | .type openat64, %function; | ||
| 736 | openat64: | ||
| 737 | .weak posix_fadvise64 | ||
| 738 | .type posix_fadvise64, %function; | ||
| 739 | posix_fadvise64: | ||
| 740 | .globl posix_fadvise | ||
| 741 | .type posix_fadvise, %function; | ||
| 742 | posix_fadvise: | ||
| 743 | .weak posix_fallocate64 | ||
| 744 | .type posix_fallocate64, %function; | ||
| 745 | posix_fallocate64: | ||
| 746 | .globl posix_fallocate | ||
| 747 | .type posix_fallocate, %function; | ||
| 748 | posix_fallocate: | ||
| 749 | .globl __flt_rounds | ||
| 750 | .type __flt_rounds, %function; | ||
| 751 | __flt_rounds: | ||
| 752 | .globl fegetexceptflag | ||
| 753 | .type fegetexceptflag, %function; | ||
| 754 | fegetexceptflag: | ||
| 755 | .globl feholdexcept | ||
| 756 | .type feholdexcept, %function; | ||
| 757 | feholdexcept: | ||
| 758 | .globl fesetexceptflag | ||
| 759 | .type fesetexceptflag, %function; | ||
| 760 | fesetexceptflag: | ||
| 761 | .globl fesetround | ||
| 762 | .type fesetround, %function; | ||
| 763 | fesetround: | ||
| 764 | .globl feupdateenv | ||
| 765 | .type feupdateenv, %function; | ||
| 766 | feupdateenv: | ||
| 767 | .globl ftok | ||
| 768 | .type ftok, %function; | ||
| 769 | ftok: | ||
| 770 | .globl msgctl | ||
| 771 | .type msgctl, %function; | ||
| 772 | msgctl: | ||
| 773 | .globl msgget | ||
| 774 | .type msgget, %function; | ||
| 775 | msgget: | ||
| 776 | .globl msgrcv | ||
| 777 | .type msgrcv, %function; | ||
| 778 | msgrcv: | ||
| 779 | .globl msgsnd | ||
| 780 | .type msgsnd, %function; | ||
| 781 | msgsnd: | ||
| 782 | .globl semctl | ||
| 783 | .type semctl, %function; | ||
| 784 | semctl: | ||
| 785 | .globl semget | ||
| 786 | .type semget, %function; | ||
| 787 | semget: | ||
| 788 | .globl semop | ||
| 789 | .type semop, %function; | ||
| 790 | semop: | ||
| 791 | .globl semtimedop | ||
| 792 | .type semtimedop, %function; | ||
| 793 | semtimedop: | ||
| 794 | .globl shmat | ||
| 795 | .type shmat, %function; | ||
| 796 | shmat: | ||
| 797 | .globl shmctl | ||
| 798 | .type shmctl, %function; | ||
| 799 | shmctl: | ||
| 800 | .globl shmdt | ||
| 801 | .type shmdt, %function; | ||
| 802 | shmdt: | ||
| 803 | .globl shmget | ||
| 804 | .type shmget, %function; | ||
| 805 | shmget: | ||
| 806 | .globl dlclose | ||
| 807 | .type dlclose, %function; | ||
| 808 | dlclose: | ||
| 809 | .globl dlerror | ||
| 810 | .type dlerror, %function; | ||
| 811 | dlerror: | ||
| 812 | .globl dlinfo | ||
| 813 | .type dlinfo, %function; | ||
| 814 | dlinfo: | ||
| 815 | .globl cuserid | ||
| 816 | .type cuserid, %function; | ||
| 817 | cuserid: | ||
| 818 | .globl daemon | ||
| 819 | .type daemon, %function; | ||
| 820 | daemon: | ||
| 821 | .globl vwarn | ||
| 822 | .type vwarn, %function; | ||
| 823 | vwarn: | ||
| 824 | .globl vwarnx | ||
| 825 | .type vwarnx, %function; | ||
| 826 | vwarnx: | ||
| 827 | .globl verr | ||
| 828 | .type verr, %function; | ||
| 829 | verr: | ||
| 830 | .globl verrx | ||
| 831 | .type verrx, %function; | ||
| 832 | verrx: | ||
| 833 | .globl warn | ||
| 834 | .type warn, %function; | ||
| 835 | warn: | ||
| 836 | .globl warnx | ||
| 837 | .type warnx, %function; | ||
| 838 | warnx: | ||
| 839 | .globl err | ||
| 840 | .type err, %function; | ||
| 841 | err: | ||
| 842 | .globl errx | ||
| 843 | .type errx, %function; | ||
| 844 | errx: | ||
| 845 | .globl euidaccess | ||
| 846 | .type euidaccess, %function; | ||
| 847 | euidaccess: | ||
| 848 | .weak eaccess | ||
| 849 | .type eaccess, %function; | ||
| 850 | eaccess: | ||
| 851 | .globl ftw | ||
| 852 | .type ftw, %function; | ||
| 853 | ftw: | ||
| 854 | .weak ftw64 | ||
| 855 | .type ftw64, %function; | ||
| 856 | ftw64: | ||
| 857 | .globl futimes | ||
| 858 | .type futimes, %function; | ||
| 859 | futimes: | ||
| 860 | .globl getdtablesize | ||
| 861 | .type getdtablesize, %function; | ||
| 862 | getdtablesize: | ||
| 863 | .globl getloadavg | ||
| 864 | .type getloadavg, %function; | ||
| 865 | getloadavg: | ||
| 866 | .globl getpagesize | ||
| 867 | .type getpagesize, %function; | ||
| 868 | getpagesize: | ||
| 869 | .globl getpass | ||
| 870 | .type getpass, %function; | ||
| 871 | getpass: | ||
| 872 | .globl endusershell | ||
| 873 | .type endusershell, %function; | ||
| 874 | endusershell: | ||
| 875 | .globl setusershell | ||
| 876 | .type setusershell, %function; | ||
| 877 | setusershell: | ||
| 878 | .globl getusershell | ||
| 879 | .type getusershell, %function; | ||
| 880 | getusershell: | ||
| 881 | .globl isastream | ||
| 882 | .type isastream, %function; | ||
| 883 | isastream: | ||
| 884 | .globl lutimes | ||
| 885 | .type lutimes, %function; | ||
| 886 | lutimes: | ||
| 887 | .globl ulimit | ||
| 888 | .type ulimit, %function; | ||
| 889 | ulimit: | ||
| 890 | .weak endutent | ||
| 891 | .type endutent, %function; | ||
| 892 | endutent: | ||
| 893 | .globl endutxent | ||
| 894 | .type endutxent, %function; | ||
| 895 | endutxent: | ||
| 896 | .globl setutxent | ||
| 897 | .type setutxent, %function; | ||
| 898 | setutxent: | ||
| 899 | .weak setutent | ||
| 900 | .type setutent, %function; | ||
| 901 | setutent: | ||
| 902 | .globl getutxent | ||
| 903 | .type getutxent, %function; | ||
| 904 | getutxent: | ||
| 905 | .weak getutent | ||
| 906 | .type getutent, %function; | ||
| 907 | getutent: | ||
| 908 | .globl getutxid | ||
| 909 | .type getutxid, %function; | ||
| 910 | getutxid: | ||
| 911 | .weak getutid | ||
| 912 | .type getutid, %function; | ||
| 913 | getutid: | ||
| 914 | .weak getutline | ||
| 915 | .type getutline, %function; | ||
| 916 | getutline: | ||
| 917 | .globl getutxline | ||
| 918 | .type getutxline, %function; | ||
| 919 | getutxline: | ||
| 920 | .globl pututxline | ||
| 921 | .type pututxline, %function; | ||
| 922 | pututxline: | ||
| 923 | .weak pututline | ||
| 924 | .type pututline, %function; | ||
| 925 | pututline: | ||
| 926 | .globl updwtmpx | ||
| 927 | .type updwtmpx, %function; | ||
| 928 | updwtmpx: | ||
| 929 | .weak updwtmp | ||
| 930 | .type updwtmp, %function; | ||
| 931 | updwtmp: | ||
| 932 | .weak utmpname | ||
| 933 | .type utmpname, %function; | ||
| 934 | utmpname: | ||
| 935 | .weak utmpxname | ||
| 936 | .type utmpxname, %function; | ||
| 937 | utmpxname: | ||
| 938 | .globl valloc | ||
| 939 | .type valloc, %function; | ||
| 940 | valloc: | ||
| 941 | .globl adjtime | ||
| 942 | .type adjtime, %function; | ||
| 943 | adjtime: | ||
| 944 | .globl adjtimex | ||
| 945 | .type adjtimex, %function; | ||
| 946 | adjtimex: | ||
| 947 | .globl arch_prctl | ||
| 948 | .type arch_prctl, %function; | ||
| 949 | arch_prctl: | ||
| 950 | .globl brk | ||
| 951 | .type brk, %function; | ||
| 952 | brk: | ||
| 953 | .globl capset | ||
| 954 | .type capset, %function; | ||
| 955 | capset: | ||
| 956 | .globl capget | ||
| 957 | .type capget, %function; | ||
| 958 | capget: | ||
| 959 | .globl chroot | ||
| 960 | .type chroot, %function; | ||
| 961 | chroot: | ||
| 962 | .globl clock_adjtime | ||
| 963 | .type clock_adjtime, %function; | ||
| 964 | clock_adjtime: | ||
| 965 | .globl clone | ||
| 966 | .type clone, %function; | ||
| 967 | clone: | ||
| 968 | .globl copy_file_range | ||
| 969 | .type copy_file_range, %function; | ||
| 970 | copy_file_range: | ||
| 971 | .globl epoll_create1 | ||
| 972 | .type epoll_create1, %function; | ||
| 973 | epoll_create1: | ||
| 974 | .globl epoll_create | ||
| 975 | .type epoll_create, %function; | ||
| 976 | epoll_create: | ||
| 977 | .globl epoll_ctl | ||
| 978 | .type epoll_ctl, %function; | ||
| 979 | epoll_ctl: | ||
| 980 | .globl epoll_pwait | ||
| 981 | .type epoll_pwait, %function; | ||
| 982 | epoll_pwait: | ||
| 983 | .globl epoll_wait | ||
| 984 | .type epoll_wait, %function; | ||
| 985 | epoll_wait: | ||
| 986 | .globl eventfd | ||
| 987 | .type eventfd, %function; | ||
| 988 | eventfd: | ||
| 989 | .globl eventfd_read | ||
| 990 | .type eventfd_read, %function; | ||
| 991 | eventfd_read: | ||
| 992 | .globl eventfd_write | ||
| 993 | .type eventfd_write, %function; | ||
| 994 | eventfd_write: | ||
| 995 | .weak fallocate64 | ||
| 996 | .type fallocate64, %function; | ||
| 997 | fallocate64: | ||
| 998 | .globl fallocate | ||
| 999 | .type fallocate, %function; | ||
| 1000 | fallocate: | ||
| 1001 | .globl fanotify_init | ||
| 1002 | .type fanotify_init, %function; | ||
| 1003 | fanotify_init: | ||
| 1004 | .globl fanotify_mark | ||
| 1005 | .type fanotify_mark, %function; | ||
| 1006 | fanotify_mark: | ||
| 1007 | .globl flock | ||
| 1008 | .type flock, %function; | ||
| 1009 | flock: | ||
| 1010 | .weak getdents64 | ||
| 1011 | .type getdents64, %function; | ||
| 1012 | getdents64: | ||
| 1013 | .globl getdents | ||
| 1014 | .type getdents, %function; | ||
| 1015 | getdents: | ||
| 1016 | .globl getrandom | ||
| 1017 | .type getrandom, %function; | ||
| 1018 | getrandom: | ||
| 1019 | .globl gettid | ||
| 1020 | .type gettid, %function; | ||
| 1021 | gettid: | ||
| 1022 | .globl inotify_init1 | ||
| 1023 | .type inotify_init1, %function; | ||
| 1024 | inotify_init1: | ||
| 1025 | .globl inotify_init | ||
| 1026 | .type inotify_init, %function; | ||
| 1027 | inotify_init: | ||
| 1028 | .globl inotify_add_watch | ||
| 1029 | .type inotify_add_watch, %function; | ||
| 1030 | inotify_add_watch: | ||
| 1031 | .globl inotify_rm_watch | ||
| 1032 | .type inotify_rm_watch, %function; | ||
| 1033 | inotify_rm_watch: | ||
| 1034 | .globl ioperm | ||
| 1035 | .type ioperm, %function; | ||
| 1036 | ioperm: | ||
| 1037 | .globl iopl | ||
| 1038 | .type iopl, %function; | ||
| 1039 | iopl: | ||
| 1040 | .globl klogctl | ||
| 1041 | .type klogctl, %function; | ||
| 1042 | klogctl: | ||
| 1043 | .weak membarrier | ||
| 1044 | .type membarrier, %function; | ||
| 1045 | membarrier: | ||
| 1046 | .globl memfd_create | ||
| 1047 | .type memfd_create, %function; | ||
| 1048 | memfd_create: | ||
| 1049 | .globl mlock2 | ||
| 1050 | .type mlock2, %function; | ||
| 1051 | mlock2: | ||
| 1052 | .globl init_module | ||
| 1053 | .type init_module, %function; | ||
| 1054 | init_module: | ||
| 1055 | .globl delete_module | ||
| 1056 | .type delete_module, %function; | ||
| 1057 | delete_module: | ||
| 1058 | .globl mount | ||
| 1059 | .type mount, %function; | ||
| 1060 | mount: | ||
| 1061 | .globl umount | ||
| 1062 | .type umount, %function; | ||
| 1063 | umount: | ||
| 1064 | .globl umount2 | ||
| 1065 | .type umount2, %function; | ||
| 1066 | umount2: | ||
| 1067 | .globl name_to_handle_at | ||
| 1068 | .type name_to_handle_at, %function; | ||
| 1069 | name_to_handle_at: | ||
| 1070 | .globl open_by_handle_at | ||
| 1071 | .type open_by_handle_at, %function; | ||
| 1072 | open_by_handle_at: | ||
| 1073 | .globl personality | ||
| 1074 | .type personality, %function; | ||
| 1075 | personality: | ||
| 1076 | .globl pivot_root | ||
| 1077 | .type pivot_root, %function; | ||
| 1078 | pivot_root: | ||
| 1079 | .globl ppoll | ||
| 1080 | .type ppoll, %function; | ||
| 1081 | ppoll: | ||
| 1082 | .globl prctl | ||
| 1083 | .type prctl, %function; | ||
| 1084 | prctl: | ||
| 1085 | .weak prlimit64 | ||
| 1086 | .type prlimit64, %function; | ||
| 1087 | prlimit64: | ||
| 1088 | .globl prlimit | ||
| 1089 | .type prlimit, %function; | ||
| 1090 | prlimit: | ||
| 1091 | .globl process_vm_writev | ||
| 1092 | .type process_vm_writev, %function; | ||
| 1093 | process_vm_writev: | ||
| 1094 | .globl process_vm_readv | ||
| 1095 | .type process_vm_readv, %function; | ||
| 1096 | process_vm_readv: | ||
| 1097 | .globl ptrace | ||
| 1098 | .type ptrace, %function; | ||
| 1099 | ptrace: | ||
| 1100 | .globl quotactl | ||
| 1101 | .type quotactl, %function; | ||
| 1102 | quotactl: | ||
| 1103 | .globl readahead | ||
| 1104 | .type readahead, %function; | ||
| 1105 | readahead: | ||
| 1106 | .globl reboot | ||
| 1107 | .type reboot, %function; | ||
| 1108 | reboot: | ||
| 1109 | .globl remap_file_pages | ||
| 1110 | .type remap_file_pages, %function; | ||
| 1111 | remap_file_pages: | ||
| 1112 | .globl sbrk | ||
| 1113 | .type sbrk, %function; | ||
| 1114 | sbrk: | ||
| 1115 | .globl sendfile | ||
| 1116 | .type sendfile, %function; | ||
| 1117 | sendfile: | ||
| 1118 | .weak sendfile64 | ||
| 1119 | .type sendfile64, %function; | ||
| 1120 | sendfile64: | ||
| 1121 | .globl setfsgid | ||
| 1122 | .type setfsgid, %function; | ||
| 1123 | setfsgid: | ||
| 1124 | .globl setfsuid | ||
| 1125 | .type setfsuid, %function; | ||
| 1126 | setfsuid: | ||
| 1127 | .globl setgroups | ||
| 1128 | .type setgroups, %function; | ||
| 1129 | setgroups: | ||
| 1130 | .globl sethostname | ||
| 1131 | .type sethostname, %function; | ||
| 1132 | sethostname: | ||
| 1133 | .globl setns | ||
| 1134 | .type setns, %function; | ||
| 1135 | setns: | ||
| 1136 | .globl settimeofday | ||
| 1137 | .type settimeofday, %function; | ||
| 1138 | settimeofday: | ||
| 1139 | .globl signalfd | ||
| 1140 | .type signalfd, %function; | ||
| 1141 | signalfd: | ||
| 1142 | .globl splice | ||
| 1143 | .type splice, %function; | ||
| 1144 | splice: | ||
| 1145 | .globl stime | ||
| 1146 | .type stime, %function; | ||
| 1147 | stime: | ||
| 1148 | .globl swapon | ||
| 1149 | .type swapon, %function; | ||
| 1150 | swapon: | ||
| 1151 | .globl swapoff | ||
| 1152 | .type swapoff, %function; | ||
| 1153 | swapoff: | ||
| 1154 | .globl sync_file_range | ||
| 1155 | .type sync_file_range, %function; | ||
| 1156 | sync_file_range: | ||
| 1157 | .globl syncfs | ||
| 1158 | .type syncfs, %function; | ||
| 1159 | syncfs: | ||
| 1160 | .weak sysinfo | ||
| 1161 | .type sysinfo, %function; | ||
| 1162 | sysinfo: | ||
| 1163 | .globl tee | ||
| 1164 | .type tee, %function; | ||
| 1165 | tee: | ||
| 1166 | .globl timerfd_create | ||
| 1167 | .type timerfd_create, %function; | ||
| 1168 | timerfd_create: | ||
| 1169 | .globl timerfd_settime | ||
| 1170 | .type timerfd_settime, %function; | ||
| 1171 | timerfd_settime: | ||
| 1172 | .globl timerfd_gettime | ||
| 1173 | .type timerfd_gettime, %function; | ||
| 1174 | timerfd_gettime: | ||
| 1175 | .globl unshare | ||
| 1176 | .type unshare, %function; | ||
| 1177 | unshare: | ||
| 1178 | .globl utimes | ||
| 1179 | .type utimes, %function; | ||
| 1180 | utimes: | ||
| 1181 | .globl vhangup | ||
| 1182 | .type vhangup, %function; | ||
| 1183 | vhangup: | ||
| 1184 | .globl vmsplice | ||
| 1185 | .type vmsplice, %function; | ||
| 1186 | vmsplice: | ||
| 1187 | .globl wait3 | ||
| 1188 | .type wait3, %function; | ||
| 1189 | wait3: | ||
| 1190 | .globl wait4 | ||
| 1191 | .type wait4, %function; | ||
| 1192 | wait4: | ||
| 1193 | .globl getxattr | ||
| 1194 | .type getxattr, %function; | ||
| 1195 | getxattr: | ||
| 1196 | .globl lgetxattr | ||
| 1197 | .type lgetxattr, %function; | ||
| 1198 | lgetxattr: | ||
| 1199 | .globl fgetxattr | ||
| 1200 | .type fgetxattr, %function; | ||
| 1201 | fgetxattr: | ||
| 1202 | .globl listxattr | ||
| 1203 | .type listxattr, %function; | ||
| 1204 | listxattr: | ||
| 1205 | .globl llistxattr | ||
| 1206 | .type llistxattr, %function; | ||
| 1207 | llistxattr: | ||
| 1208 | .globl flistxattr | ||
| 1209 | .type flistxattr, %function; | ||
| 1210 | flistxattr: | ||
| 1211 | .globl setxattr | ||
| 1212 | .type setxattr, %function; | ||
| 1213 | setxattr: | ||
| 1214 | .globl lsetxattr | ||
| 1215 | .type lsetxattr, %function; | ||
| 1216 | lsetxattr: | ||
| 1217 | .globl fsetxattr | ||
| 1218 | .type fsetxattr, %function; | ||
| 1219 | fsetxattr: | ||
| 1220 | .globl removexattr | ||
| 1221 | .type removexattr, %function; | ||
| 1222 | removexattr: | ||
| 1223 | .globl lremovexattr | ||
| 1224 | .type lremovexattr, %function; | ||
| 1225 | lremovexattr: | ||
| 1226 | .globl fremovexattr | ||
| 1227 | .type fremovexattr, %function; | ||
| 1228 | fremovexattr: | ||
| 1229 | .globl bind_textdomain_codeset | ||
| 1230 | .type bind_textdomain_codeset, %function; | ||
| 1231 | bind_textdomain_codeset: | ||
| 1232 | .globl catclose | ||
| 1233 | .type catclose, %function; | ||
| 1234 | catclose: | ||
| 1235 | .globl catgets | ||
| 1236 | .type catgets, %function; | ||
| 1237 | catgets: | ||
| 1238 | .globl catopen | ||
| 1239 | .type catopen, %function; | ||
| 1240 | catopen: | ||
| 1241 | .globl bindtextdomain | ||
| 1242 | .type bindtextdomain, %function; | ||
| 1243 | bindtextdomain: | ||
| 1244 | .globl dcngettext | ||
| 1245 | .type dcngettext, %function; | ||
| 1246 | dcngettext: | ||
| 1247 | .globl dcgettext | ||
| 1248 | .type dcgettext, %function; | ||
| 1249 | dcgettext: | ||
| 1250 | .globl dngettext | ||
| 1251 | .type dngettext, %function; | ||
| 1252 | dngettext: | ||
| 1253 | .globl dgettext | ||
| 1254 | .type dgettext, %function; | ||
| 1255 | dgettext: | ||
| 1256 | .globl __duplocale | ||
| 1257 | .type __duplocale, %function; | ||
| 1258 | __duplocale: | ||
| 1259 | .weak duplocale | ||
| 1260 | .type duplocale, %function; | ||
| 1261 | duplocale: | ||
| 1262 | .globl freelocale | ||
| 1263 | .type freelocale, %function; | ||
| 1264 | freelocale: | ||
| 1265 | .weak __freelocale | ||
| 1266 | .type __freelocale, %function; | ||
| 1267 | __freelocale: | ||
| 1268 | .globl iconv_open | ||
| 1269 | .type iconv_open, %function; | ||
| 1270 | iconv_open: | ||
| 1271 | .globl iconv | ||
| 1272 | .type iconv, %function; | ||
| 1273 | iconv: | ||
| 1274 | .globl iconv_close | ||
| 1275 | .type iconv_close, %function; | ||
| 1276 | iconv_close: | ||
| 1277 | .globl __nl_langinfo_l | ||
| 1278 | .type __nl_langinfo_l, %function; | ||
| 1279 | __nl_langinfo_l: | ||
| 1280 | .weak nl_langinfo_l | ||
| 1281 | .type nl_langinfo_l, %function; | ||
| 1282 | nl_langinfo_l: | ||
| 1283 | .globl __nl_langinfo | ||
| 1284 | .type __nl_langinfo, %function; | ||
| 1285 | __nl_langinfo: | ||
| 1286 | .weak nl_langinfo | ||
| 1287 | .type nl_langinfo, %function; | ||
| 1288 | nl_langinfo: | ||
| 1289 | .globl localeconv | ||
| 1290 | .type localeconv, %function; | ||
| 1291 | localeconv: | ||
| 1292 | .weak newlocale | ||
| 1293 | .type newlocale, %function; | ||
| 1294 | newlocale: | ||
| 1295 | .globl __newlocale | ||
| 1296 | .type __newlocale, %function; | ||
| 1297 | __newlocale: | ||
| 1298 | .globl setlocale | ||
| 1299 | .type setlocale, %function; | ||
| 1300 | setlocale: | ||
| 1301 | .globl __strcoll_l | ||
| 1302 | .type __strcoll_l, %function; | ||
| 1303 | __strcoll_l: | ||
| 1304 | .weak strcoll_l | ||
| 1305 | .type strcoll_l, %function; | ||
| 1306 | strcoll_l: | ||
| 1307 | .globl strcoll | ||
| 1308 | .type strcoll, %function; | ||
| 1309 | strcoll: | ||
| 1310 | .globl strfmon_l | ||
| 1311 | .type strfmon_l, %function; | ||
| 1312 | strfmon_l: | ||
| 1313 | .globl strfmon | ||
| 1314 | .type strfmon, %function; | ||
| 1315 | strfmon: | ||
| 1316 | .globl __strxfrm_l | ||
| 1317 | .type __strxfrm_l, %function; | ||
| 1318 | __strxfrm_l: | ||
| 1319 | .weak strxfrm_l | ||
| 1320 | .type strxfrm_l, %function; | ||
| 1321 | strxfrm_l: | ||
| 1322 | .globl strxfrm | ||
| 1323 | .type strxfrm, %function; | ||
| 1324 | strxfrm: | ||
| 1325 | .globl textdomain | ||
| 1326 | .type textdomain, %function; | ||
| 1327 | textdomain: | ||
| 1328 | .globl gettext | ||
| 1329 | .type gettext, %function; | ||
| 1330 | gettext: | ||
| 1331 | .globl ngettext | ||
| 1332 | .type ngettext, %function; | ||
| 1333 | ngettext: | ||
| 1334 | .globl __uselocale | ||
| 1335 | .type __uselocale, %function; | ||
| 1336 | __uselocale: | ||
| 1337 | .weak uselocale | ||
| 1338 | .type uselocale, %function; | ||
| 1339 | uselocale: | ||
| 1340 | .globl __wcscoll_l | ||
| 1341 | .type __wcscoll_l, %function; | ||
| 1342 | __wcscoll_l: | ||
| 1343 | .weak wcscoll_l | ||
| 1344 | .type wcscoll_l, %function; | ||
| 1345 | wcscoll_l: | ||
| 1346 | .globl wcscoll | ||
| 1347 | .type wcscoll, %function; | ||
| 1348 | wcscoll: | ||
| 1349 | .globl __wcsxfrm_l | ||
| 1350 | .type __wcsxfrm_l, %function; | ||
| 1351 | __wcsxfrm_l: | ||
| 1352 | .weak wcsxfrm_l | ||
| 1353 | .type wcsxfrm_l, %function; | ||
| 1354 | wcsxfrm_l: | ||
| 1355 | .globl wcsxfrm | ||
| 1356 | .type wcsxfrm, %function; | ||
| 1357 | wcsxfrm: | ||
| 1358 | .globl calloc | ||
| 1359 | .type calloc, %function; | ||
| 1360 | calloc: | ||
| 1361 | .globl free | ||
| 1362 | .type free, %function; | ||
| 1363 | free: | ||
| 1364 | .weak malloc | ||
| 1365 | .type malloc, %function; | ||
| 1366 | malloc: | ||
| 1367 | .globl aligned_alloc | ||
| 1368 | .type aligned_alloc, %function; | ||
| 1369 | aligned_alloc: | ||
| 1370 | .globl malloc_usable_size | ||
| 1371 | .type malloc_usable_size, %function; | ||
| 1372 | malloc_usable_size: | ||
| 1373 | .globl memalign | ||
| 1374 | .type memalign, %function; | ||
| 1375 | memalign: | ||
| 1376 | .globl posix_memalign | ||
| 1377 | .type posix_memalign, %function; | ||
| 1378 | posix_memalign: | ||
| 1379 | .globl realloc | ||
| 1380 | .type realloc, %function; | ||
| 1381 | realloc: | ||
| 1382 | .globl reallocarray | ||
| 1383 | .type reallocarray, %function; | ||
| 1384 | reallocarray: | ||
| 1385 | .globl __fpclassify | ||
| 1386 | .type __fpclassify, %function; | ||
| 1387 | __fpclassify: | ||
| 1388 | .globl __fpclassifyf | ||
| 1389 | .type __fpclassifyf, %function; | ||
| 1390 | __fpclassifyf: | ||
| 1391 | .globl __fpclassifyl | ||
| 1392 | .type __fpclassifyl, %function; | ||
| 1393 | __fpclassifyl: | ||
| 1394 | .globl __signbit | ||
| 1395 | .type __signbit, %function; | ||
| 1396 | __signbit: | ||
| 1397 | .globl __signbitf | ||
| 1398 | .type __signbitf, %function; | ||
| 1399 | __signbitf: | ||
| 1400 | .globl __signbitl | ||
| 1401 | .type __signbitl, %function; | ||
| 1402 | __signbitl: | ||
| 1403 | .globl acos | ||
| 1404 | .type acos, %function; | ||
| 1405 | acos: | ||
| 1406 | .globl acosf | ||
| 1407 | .type acosf, %function; | ||
| 1408 | acosf: | ||
| 1409 | .globl acosh | ||
| 1410 | .type acosh, %function; | ||
| 1411 | acosh: | ||
| 1412 | .globl acoshf | ||
| 1413 | .type acoshf, %function; | ||
| 1414 | acoshf: | ||
| 1415 | .globl acoshl | ||
| 1416 | .type acoshl, %function; | ||
| 1417 | acoshl: | ||
| 1418 | .globl asin | ||
| 1419 | .type asin, %function; | ||
| 1420 | asin: | ||
| 1421 | .globl asinf | ||
| 1422 | .type asinf, %function; | ||
| 1423 | asinf: | ||
| 1424 | .globl asinh | ||
| 1425 | .type asinh, %function; | ||
| 1426 | asinh: | ||
| 1427 | .globl asinhf | ||
| 1428 | .type asinhf, %function; | ||
| 1429 | asinhf: | ||
| 1430 | .globl asinhl | ||
| 1431 | .type asinhl, %function; | ||
| 1432 | asinhl: | ||
| 1433 | .globl atan | ||
| 1434 | .type atan, %function; | ||
| 1435 | atan: | ||
| 1436 | .globl atan2 | ||
| 1437 | .type atan2, %function; | ||
| 1438 | atan2: | ||
| 1439 | .globl atan2f | ||
| 1440 | .type atan2f, %function; | ||
| 1441 | atan2f: | ||
| 1442 | .globl atanf | ||
| 1443 | .type atanf, %function; | ||
| 1444 | atanf: | ||
| 1445 | .globl atanh | ||
| 1446 | .type atanh, %function; | ||
| 1447 | atanh: | ||
| 1448 | .globl atanhf | ||
| 1449 | .type atanhf, %function; | ||
| 1450 | atanhf: | ||
| 1451 | .globl atanhl | ||
| 1452 | .type atanhl, %function; | ||
| 1453 | atanhl: | ||
| 1454 | .globl cbrt | ||
| 1455 | .type cbrt, %function; | ||
| 1456 | cbrt: | ||
| 1457 | .globl cbrtf | ||
| 1458 | .type cbrtf, %function; | ||
| 1459 | cbrtf: | ||
| 1460 | .globl cbrtl | ||
| 1461 | .type cbrtl, %function; | ||
| 1462 | cbrtl: | ||
| 1463 | .globl ceil | ||
| 1464 | .type ceil, %function; | ||
| 1465 | ceil: | ||
| 1466 | .globl ceilf | ||
| 1467 | .type ceilf, %function; | ||
| 1468 | ceilf: | ||
| 1469 | .globl copysign | ||
| 1470 | .type copysign, %function; | ||
| 1471 | copysign: | ||
| 1472 | .globl copysignf | ||
| 1473 | .type copysignf, %function; | ||
| 1474 | copysignf: | ||
| 1475 | .globl copysignl | ||
| 1476 | .type copysignl, %function; | ||
| 1477 | copysignl: | ||
| 1478 | .globl cos | ||
| 1479 | .type cos, %function; | ||
| 1480 | cos: | ||
| 1481 | .globl cosf | ||
| 1482 | .type cosf, %function; | ||
| 1483 | cosf: | ||
| 1484 | .globl cosh | ||
| 1485 | .type cosh, %function; | ||
| 1486 | cosh: | ||
| 1487 | .globl coshf | ||
| 1488 | .type coshf, %function; | ||
| 1489 | coshf: | ||
| 1490 | .globl coshl | ||
| 1491 | .type coshl, %function; | ||
| 1492 | coshl: | ||
| 1493 | .globl cosl | ||
| 1494 | .type cosl, %function; | ||
| 1495 | cosl: | ||
| 1496 | .globl erf | ||
| 1497 | .type erf, %function; | ||
| 1498 | erf: | ||
| 1499 | .globl erfc | ||
| 1500 | .type erfc, %function; | ||
| 1501 | erfc: | ||
| 1502 | .globl erff | ||
| 1503 | .type erff, %function; | ||
| 1504 | erff: | ||
| 1505 | .globl erfcf | ||
| 1506 | .type erfcf, %function; | ||
| 1507 | erfcf: | ||
| 1508 | .globl erfl | ||
| 1509 | .type erfl, %function; | ||
| 1510 | erfl: | ||
| 1511 | .globl erfcl | ||
| 1512 | .type erfcl, %function; | ||
| 1513 | erfcl: | ||
| 1514 | .globl exp | ||
| 1515 | .type exp, %function; | ||
| 1516 | exp: | ||
| 1517 | .weak pow10 | ||
| 1518 | .type pow10, %function; | ||
| 1519 | pow10: | ||
| 1520 | .globl exp10 | ||
| 1521 | .type exp10, %function; | ||
| 1522 | exp10: | ||
| 1523 | .globl exp10f | ||
| 1524 | .type exp10f, %function; | ||
| 1525 | exp10f: | ||
| 1526 | .weak pow10f | ||
| 1527 | .type pow10f, %function; | ||
| 1528 | pow10f: | ||
| 1529 | .globl exp10l | ||
| 1530 | .type exp10l, %function; | ||
| 1531 | exp10l: | ||
| 1532 | .weak pow10l | ||
| 1533 | .type pow10l, %function; | ||
| 1534 | pow10l: | ||
| 1535 | .globl exp2 | ||
| 1536 | .type exp2, %function; | ||
| 1537 | exp2: | ||
| 1538 | .globl exp2f | ||
| 1539 | .type exp2f, %function; | ||
| 1540 | exp2f: | ||
| 1541 | .globl expf | ||
| 1542 | .type expf, %function; | ||
| 1543 | expf: | ||
| 1544 | .globl expm1 | ||
| 1545 | .type expm1, %function; | ||
| 1546 | expm1: | ||
| 1547 | .globl expm1f | ||
| 1548 | .type expm1f, %function; | ||
| 1549 | expm1f: | ||
| 1550 | .globl fdim | ||
| 1551 | .type fdim, %function; | ||
| 1552 | fdim: | ||
| 1553 | .globl fdimf | ||
| 1554 | .type fdimf, %function; | ||
| 1555 | fdimf: | ||
| 1556 | .globl fdiml | ||
| 1557 | .type fdiml, %function; | ||
| 1558 | fdiml: | ||
| 1559 | .globl finite | ||
| 1560 | .type finite, %function; | ||
| 1561 | finite: | ||
| 1562 | .globl finitef | ||
| 1563 | .type finitef, %function; | ||
| 1564 | finitef: | ||
| 1565 | .globl floor | ||
| 1566 | .type floor, %function; | ||
| 1567 | floor: | ||
| 1568 | .globl floorf | ||
| 1569 | .type floorf, %function; | ||
| 1570 | floorf: | ||
| 1571 | .globl fmal | ||
| 1572 | .type fmal, %function; | ||
| 1573 | fmal: | ||
| 1574 | .globl fmax | ||
| 1575 | .type fmax, %function; | ||
| 1576 | fmax: | ||
| 1577 | .globl fmaxf | ||
| 1578 | .type fmaxf, %function; | ||
| 1579 | fmaxf: | ||
| 1580 | .globl fmaxl | ||
| 1581 | .type fmaxl, %function; | ||
| 1582 | fmaxl: | ||
| 1583 | .globl fmin | ||
| 1584 | .type fmin, %function; | ||
| 1585 | fmin: | ||
| 1586 | .globl fminf | ||
| 1587 | .type fminf, %function; | ||
| 1588 | fminf: | ||
| 1589 | .globl fminl | ||
| 1590 | .type fminl, %function; | ||
| 1591 | fminl: | ||
| 1592 | .globl fmod | ||
| 1593 | .type fmod, %function; | ||
| 1594 | fmod: | ||
| 1595 | .globl fmodf | ||
| 1596 | .type fmodf, %function; | ||
| 1597 | fmodf: | ||
| 1598 | .globl frexp | ||
| 1599 | .type frexp, %function; | ||
| 1600 | frexp: | ||
| 1601 | .globl frexpf | ||
| 1602 | .type frexpf, %function; | ||
| 1603 | frexpf: | ||
| 1604 | .globl frexpl | ||
| 1605 | .type frexpl, %function; | ||
| 1606 | frexpl: | ||
| 1607 | .globl hypot | ||
| 1608 | .type hypot, %function; | ||
| 1609 | hypot: | ||
| 1610 | .globl hypotf | ||
| 1611 | .type hypotf, %function; | ||
| 1612 | hypotf: | ||
| 1613 | .globl hypotl | ||
| 1614 | .type hypotl, %function; | ||
| 1615 | hypotl: | ||
| 1616 | .globl ilogb | ||
| 1617 | .type ilogb, %function; | ||
| 1618 | ilogb: | ||
| 1619 | .globl ilogbf | ||
| 1620 | .type ilogbf, %function; | ||
| 1621 | ilogbf: | ||
| 1622 | .globl ilogbl | ||
| 1623 | .type ilogbl, %function; | ||
| 1624 | ilogbl: | ||
| 1625 | .globl j0 | ||
| 1626 | .type j0, %function; | ||
| 1627 | j0: | ||
| 1628 | .globl y0 | ||
| 1629 | .type y0, %function; | ||
| 1630 | y0: | ||
| 1631 | .globl j0f | ||
| 1632 | .type j0f, %function; | ||
| 1633 | j0f: | ||
| 1634 | .globl y0f | ||
| 1635 | .type y0f, %function; | ||
| 1636 | y0f: | ||
| 1637 | .globl j1 | ||
| 1638 | .type j1, %function; | ||
| 1639 | j1: | ||
| 1640 | .globl y1 | ||
| 1641 | .type y1, %function; | ||
| 1642 | y1: | ||
| 1643 | .globl j1f | ||
| 1644 | .type j1f, %function; | ||
| 1645 | j1f: | ||
| 1646 | .globl y1f | ||
| 1647 | .type y1f, %function; | ||
| 1648 | y1f: | ||
| 1649 | .globl jn | ||
| 1650 | .type jn, %function; | ||
| 1651 | jn: | ||
| 1652 | .globl yn | ||
| 1653 | .type yn, %function; | ||
| 1654 | yn: | ||
| 1655 | .globl jnf | ||
| 1656 | .type jnf, %function; | ||
| 1657 | jnf: | ||
| 1658 | .globl ynf | ||
| 1659 | .type ynf, %function; | ||
| 1660 | ynf: | ||
| 1661 | .globl ldexp | ||
| 1662 | .type ldexp, %function; | ||
| 1663 | ldexp: | ||
| 1664 | .globl ldexpf | ||
| 1665 | .type ldexpf, %function; | ||
| 1666 | ldexpf: | ||
| 1667 | .globl ldexpl | ||
| 1668 | .type ldexpl, %function; | ||
| 1669 | ldexpl: | ||
| 1670 | .globl lgamma | ||
| 1671 | .type lgamma, %function; | ||
| 1672 | lgamma: | ||
| 1673 | .weak lgamma_r | ||
| 1674 | .type lgamma_r, %function; | ||
| 1675 | lgamma_r: | ||
| 1676 | .globl lgammaf | ||
| 1677 | .type lgammaf, %function; | ||
| 1678 | lgammaf: | ||
| 1679 | .weak lgammaf_r | ||
| 1680 | .type lgammaf_r, %function; | ||
| 1681 | lgammaf_r: | ||
| 1682 | .globl __lgammal_r | ||
| 1683 | .type __lgammal_r, %function; | ||
| 1684 | __lgammal_r: | ||
| 1685 | .weak lgammal_r | ||
| 1686 | .type lgammal_r, %function; | ||
| 1687 | lgammal_r: | ||
| 1688 | .globl lgammal | ||
| 1689 | .type lgammal, %function; | ||
| 1690 | lgammal: | ||
| 1691 | .globl llround | ||
| 1692 | .type llround, %function; | ||
| 1693 | llround: | ||
| 1694 | .globl llroundf | ||
| 1695 | .type llroundf, %function; | ||
| 1696 | llroundf: | ||
| 1697 | .globl llroundl | ||
| 1698 | .type llroundl, %function; | ||
| 1699 | llroundl: | ||
| 1700 | .globl log | ||
| 1701 | .type log, %function; | ||
| 1702 | log: | ||
| 1703 | .globl log10 | ||
| 1704 | .type log10, %function; | ||
| 1705 | log10: | ||
| 1706 | .globl log10f | ||
| 1707 | .type log10f, %function; | ||
| 1708 | log10f: | ||
| 1709 | .globl log1p | ||
| 1710 | .type log1p, %function; | ||
| 1711 | log1p: | ||
| 1712 | .globl log1pf | ||
| 1713 | .type log1pf, %function; | ||
| 1714 | log1pf: | ||
| 1715 | .globl log2 | ||
| 1716 | .type log2, %function; | ||
| 1717 | log2: | ||
| 1718 | .globl log2f | ||
| 1719 | .type log2f, %function; | ||
| 1720 | log2f: | ||
| 1721 | .globl logb | ||
| 1722 | .type logb, %function; | ||
| 1723 | logb: | ||
| 1724 | .globl logbf | ||
| 1725 | .type logbf, %function; | ||
| 1726 | logbf: | ||
| 1727 | .globl logbl | ||
| 1728 | .type logbl, %function; | ||
| 1729 | logbl: | ||
| 1730 | .globl logf | ||
| 1731 | .type logf, %function; | ||
| 1732 | logf: | ||
| 1733 | .globl lround | ||
| 1734 | .type lround, %function; | ||
| 1735 | lround: | ||
| 1736 | .globl lroundf | ||
| 1737 | .type lroundf, %function; | ||
| 1738 | lroundf: | ||
| 1739 | .globl lroundl | ||
| 1740 | .type lroundl, %function; | ||
| 1741 | lroundl: | ||
| 1742 | .globl modf | ||
| 1743 | .type modf, %function; | ||
| 1744 | modf: | ||
| 1745 | .globl modff | ||
| 1746 | .type modff, %function; | ||
| 1747 | modff: | ||
| 1748 | .globl modfl | ||
| 1749 | .type modfl, %function; | ||
| 1750 | modfl: | ||
| 1751 | .globl nan | ||
| 1752 | .type nan, %function; | ||
| 1753 | nan: | ||
| 1754 | .globl nanf | ||
| 1755 | .type nanf, %function; | ||
| 1756 | nanf: | ||
| 1757 | .globl nanl | ||
| 1758 | .type nanl, %function; | ||
| 1759 | nanl: | ||
| 1760 | .globl nearbyint | ||
| 1761 | .type nearbyint, %function; | ||
| 1762 | nearbyint: | ||
| 1763 | .globl nearbyintf | ||
| 1764 | .type nearbyintf, %function; | ||
| 1765 | nearbyintf: | ||
| 1766 | .globl nearbyintl | ||
| 1767 | .type nearbyintl, %function; | ||
| 1768 | nearbyintl: | ||
| 1769 | .globl nextafter | ||
| 1770 | .type nextafter, %function; | ||
| 1771 | nextafter: | ||
| 1772 | .globl nextafterf | ||
| 1773 | .type nextafterf, %function; | ||
| 1774 | nextafterf: | ||
| 1775 | .globl nextafterl | ||
| 1776 | .type nextafterl, %function; | ||
| 1777 | nextafterl: | ||
| 1778 | .globl nexttoward | ||
| 1779 | .type nexttoward, %function; | ||
| 1780 | nexttoward: | ||
| 1781 | .globl nexttowardf | ||
| 1782 | .type nexttowardf, %function; | ||
| 1783 | nexttowardf: | ||
| 1784 | .globl nexttowardl | ||
| 1785 | .type nexttowardl, %function; | ||
| 1786 | nexttowardl: | ||
| 1787 | .globl pow | ||
| 1788 | .type pow, %function; | ||
| 1789 | pow: | ||
| 1790 | .globl powf | ||
| 1791 | .type powf, %function; | ||
| 1792 | powf: | ||
| 1793 | .globl powl | ||
| 1794 | .type powl, %function; | ||
| 1795 | powl: | ||
| 1796 | .globl remainder | ||
| 1797 | .type remainder, %function; | ||
| 1798 | remainder: | ||
| 1799 | .weak drem | ||
| 1800 | .type drem, %function; | ||
| 1801 | drem: | ||
| 1802 | .globl remainderf | ||
| 1803 | .type remainderf, %function; | ||
| 1804 | remainderf: | ||
| 1805 | .weak dremf | ||
| 1806 | .type dremf, %function; | ||
| 1807 | dremf: | ||
| 1808 | .globl remquo | ||
| 1809 | .type remquo, %function; | ||
| 1810 | remquo: | ||
| 1811 | .globl remquof | ||
| 1812 | .type remquof, %function; | ||
| 1813 | remquof: | ||
| 1814 | .globl rint | ||
| 1815 | .type rint, %function; | ||
| 1816 | rint: | ||
| 1817 | .globl rintf | ||
| 1818 | .type rintf, %function; | ||
| 1819 | rintf: | ||
| 1820 | .globl round | ||
| 1821 | .type round, %function; | ||
| 1822 | round: | ||
| 1823 | .globl roundf | ||
| 1824 | .type roundf, %function; | ||
| 1825 | roundf: | ||
| 1826 | .globl roundl | ||
| 1827 | .type roundl, %function; | ||
| 1828 | roundl: | ||
| 1829 | .globl scalb | ||
| 1830 | .type scalb, %function; | ||
| 1831 | scalb: | ||
| 1832 | .globl scalbf | ||
| 1833 | .type scalbf, %function; | ||
| 1834 | scalbf: | ||
| 1835 | .globl scalbln | ||
| 1836 | .type scalbln, %function; | ||
| 1837 | scalbln: | ||
| 1838 | .globl scalblnf | ||
| 1839 | .type scalblnf, %function; | ||
| 1840 | scalblnf: | ||
| 1841 | .globl scalblnl | ||
| 1842 | .type scalblnl, %function; | ||
| 1843 | scalblnl: | ||
| 1844 | .globl scalbn | ||
| 1845 | .type scalbn, %function; | ||
| 1846 | scalbn: | ||
| 1847 | .globl scalbnf | ||
| 1848 | .type scalbnf, %function; | ||
| 1849 | scalbnf: | ||
| 1850 | .globl scalbnl | ||
| 1851 | .type scalbnl, %function; | ||
| 1852 | scalbnl: | ||
| 1853 | .globl significand | ||
| 1854 | .type significand, %function; | ||
| 1855 | significand: | ||
| 1856 | .globl significandf | ||
| 1857 | .type significandf, %function; | ||
| 1858 | significandf: | ||
| 1859 | .globl sin | ||
| 1860 | .type sin, %function; | ||
| 1861 | sin: | ||
| 1862 | .globl sincos | ||
| 1863 | .type sincos, %function; | ||
| 1864 | sincos: | ||
| 1865 | .globl sincosf | ||
| 1866 | .type sincosf, %function; | ||
| 1867 | sincosf: | ||
| 1868 | .globl sincosl | ||
| 1869 | .type sincosl, %function; | ||
| 1870 | sincosl: | ||
| 1871 | .globl sinf | ||
| 1872 | .type sinf, %function; | ||
| 1873 | sinf: | ||
| 1874 | .globl sinh | ||
| 1875 | .type sinh, %function; | ||
| 1876 | sinh: | ||
| 1877 | .globl sinhf | ||
| 1878 | .type sinhf, %function; | ||
| 1879 | sinhf: | ||
| 1880 | .globl sinhl | ||
| 1881 | .type sinhl, %function; | ||
| 1882 | sinhl: | ||
| 1883 | .globl sinl | ||
| 1884 | .type sinl, %function; | ||
| 1885 | sinl: | ||
| 1886 | .globl tan | ||
| 1887 | .type tan, %function; | ||
| 1888 | tan: | ||
| 1889 | .globl tanf | ||
| 1890 | .type tanf, %function; | ||
| 1891 | tanf: | ||
| 1892 | .globl tanh | ||
| 1893 | .type tanh, %function; | ||
| 1894 | tanh: | ||
| 1895 | .globl tanhf | ||
| 1896 | .type tanhf, %function; | ||
| 1897 | tanhf: | ||
| 1898 | .globl tanhl | ||
| 1899 | .type tanhl, %function; | ||
| 1900 | tanhl: | ||
| 1901 | .globl tanl | ||
| 1902 | .type tanl, %function; | ||
| 1903 | tanl: | ||
| 1904 | .globl tgamma | ||
| 1905 | .type tgamma, %function; | ||
| 1906 | tgamma: | ||
| 1907 | .globl tgammaf | ||
| 1908 | .type tgammaf, %function; | ||
| 1909 | tgammaf: | ||
| 1910 | .globl tgammal | ||
| 1911 | .type tgammal, %function; | ||
| 1912 | tgammal: | ||
| 1913 | .globl trunc | ||
| 1914 | .type trunc, %function; | ||
| 1915 | trunc: | ||
| 1916 | .globl truncf | ||
| 1917 | .type truncf, %function; | ||
| 1918 | truncf: | ||
| 1919 | .globl fabs | ||
| 1920 | .type fabs, %function; | ||
| 1921 | fabs: | ||
| 1922 | .globl fabsf | ||
| 1923 | .type fabsf, %function; | ||
| 1924 | fabsf: | ||
| 1925 | .globl fabsl | ||
| 1926 | .type fabsl, %function; | ||
| 1927 | fabsl: | ||
| 1928 | .globl fma | ||
| 1929 | .type fma, %function; | ||
| 1930 | fma: | ||
| 1931 | .globl fmaf | ||
| 1932 | .type fmaf, %function; | ||
| 1933 | fmaf: | ||
| 1934 | .globl fmodl | ||
| 1935 | .type fmodl, %function; | ||
| 1936 | fmodl: | ||
| 1937 | .globl llrint | ||
| 1938 | .type llrint, %function; | ||
| 1939 | llrint: | ||
| 1940 | .globl llrintf | ||
| 1941 | .type llrintf, %function; | ||
| 1942 | llrintf: | ||
| 1943 | .globl llrintl | ||
| 1944 | .type llrintl, %function; | ||
| 1945 | llrintl: | ||
| 1946 | .globl lrint | ||
| 1947 | .type lrint, %function; | ||
| 1948 | lrint: | ||
| 1949 | .globl lrintf | ||
| 1950 | .type lrintf, %function; | ||
| 1951 | lrintf: | ||
| 1952 | .globl lrintl | ||
| 1953 | .type lrintl, %function; | ||
| 1954 | lrintl: | ||
| 1955 | .globl remainderl | ||
| 1956 | .type remainderl, %function; | ||
| 1957 | remainderl: | ||
| 1958 | .globl remquol | ||
| 1959 | .type remquol, %function; | ||
| 1960 | remquol: | ||
| 1961 | .globl rintl | ||
| 1962 | .type rintl, %function; | ||
| 1963 | rintl: | ||
| 1964 | .globl sqrt | ||
| 1965 | .type sqrt, %function; | ||
| 1966 | sqrt: | ||
| 1967 | .globl sqrtf | ||
| 1968 | .type sqrtf, %function; | ||
| 1969 | sqrtf: | ||
| 1970 | .globl sqrtl | ||
| 1971 | .type sqrtl, %function; | ||
| 1972 | sqrtl: | ||
| 1973 | .globl a64l | ||
| 1974 | .type a64l, %function; | ||
| 1975 | a64l: | ||
| 1976 | .globl l64a | ||
| 1977 | .type l64a, %function; | ||
| 1978 | l64a: | ||
| 1979 | .globl basename | ||
| 1980 | .type basename, %function; | ||
| 1981 | basename: | ||
| 1982 | .weak __xpg_basename | ||
| 1983 | .type __xpg_basename, %function; | ||
| 1984 | __xpg_basename: | ||
| 1985 | .globl dirname | ||
| 1986 | .type dirname, %function; | ||
| 1987 | dirname: | ||
| 1988 | .globl ffs | ||
| 1989 | .type ffs, %function; | ||
| 1990 | ffs: | ||
| 1991 | .globl ffsl | ||
| 1992 | .type ffsl, %function; | ||
| 1993 | ffsl: | ||
| 1994 | .globl ffsll | ||
| 1995 | .type ffsll, %function; | ||
| 1996 | ffsll: | ||
| 1997 | .globl fmtmsg | ||
| 1998 | .type fmtmsg, %function; | ||
| 1999 | fmtmsg: | ||
| 2000 | .globl forkpty | ||
| 2001 | .type forkpty, %function; | ||
| 2002 | forkpty: | ||
| 2003 | .globl get_current_dir_name | ||
| 2004 | .type get_current_dir_name, %function; | ||
| 2005 | get_current_dir_name: | ||
| 2006 | .weak getauxval | ||
| 2007 | .type getauxval, %function; | ||
| 2008 | getauxval: | ||
| 2009 | .globl getdomainname | ||
| 2010 | .type getdomainname, %function; | ||
| 2011 | getdomainname: | ||
| 2012 | .globl getentropy | ||
| 2013 | .type getentropy, %function; | ||
| 2014 | getentropy: | ||
| 2015 | .globl gethostid | ||
| 2016 | .type gethostid, %function; | ||
| 2017 | gethostid: | ||
| 2018 | .weak __posix_getopt | ||
| 2019 | .type __posix_getopt, %function; | ||
| 2020 | __posix_getopt: | ||
| 2021 | .globl getopt | ||
| 2022 | .type getopt, %function; | ||
| 2023 | getopt: | ||
| 2024 | .globl getopt_long | ||
| 2025 | .type getopt_long, %function; | ||
| 2026 | getopt_long: | ||
| 2027 | .globl getopt_long_only | ||
| 2028 | .type getopt_long_only, %function; | ||
| 2029 | getopt_long_only: | ||
| 2030 | .globl getpriority | ||
| 2031 | .type getpriority, %function; | ||
| 2032 | getpriority: | ||
| 2033 | .globl getresgid | ||
| 2034 | .type getresgid, %function; | ||
| 2035 | getresgid: | ||
| 2036 | .globl getresuid | ||
| 2037 | .type getresuid, %function; | ||
| 2038 | getresuid: | ||
| 2039 | .weak getrlimit64 | ||
| 2040 | .type getrlimit64, %function; | ||
| 2041 | getrlimit64: | ||
| 2042 | .globl getrlimit | ||
| 2043 | .type getrlimit, %function; | ||
| 2044 | getrlimit: | ||
| 2045 | .globl getrusage | ||
| 2046 | .type getrusage, %function; | ||
| 2047 | getrusage: | ||
| 2048 | .globl getsubopt | ||
| 2049 | .type getsubopt, %function; | ||
| 2050 | getsubopt: | ||
| 2051 | .globl initgroups | ||
| 2052 | .type initgroups, %function; | ||
| 2053 | initgroups: | ||
| 2054 | .globl ioctl | ||
| 2055 | .type ioctl, %function; | ||
| 2056 | ioctl: | ||
| 2057 | .globl issetugid | ||
| 2058 | .type issetugid, %function; | ||
| 2059 | issetugid: | ||
| 2060 | .globl lockf | ||
| 2061 | .type lockf, %function; | ||
| 2062 | lockf: | ||
| 2063 | .weak lockf64 | ||
| 2064 | .type lockf64, %function; | ||
| 2065 | lockf64: | ||
| 2066 | .globl login_tty | ||
| 2067 | .type login_tty, %function; | ||
| 2068 | login_tty: | ||
| 2069 | .globl setmntent | ||
| 2070 | .type setmntent, %function; | ||
| 2071 | setmntent: | ||
| 2072 | .globl endmntent | ||
| 2073 | .type endmntent, %function; | ||
| 2074 | endmntent: | ||
| 2075 | .globl getmntent_r | ||
| 2076 | .type getmntent_r, %function; | ||
| 2077 | getmntent_r: | ||
| 2078 | .globl getmntent | ||
| 2079 | .type getmntent, %function; | ||
| 2080 | getmntent: | ||
| 2081 | .globl addmntent | ||
| 2082 | .type addmntent, %function; | ||
| 2083 | addmntent: | ||
| 2084 | .globl hasmntopt | ||
| 2085 | .type hasmntopt, %function; | ||
| 2086 | hasmntopt: | ||
| 2087 | .globl nftw | ||
| 2088 | .type nftw, %function; | ||
| 2089 | nftw: | ||
| 2090 | .weak nftw64 | ||
| 2091 | .type nftw64, %function; | ||
| 2092 | nftw64: | ||
| 2093 | .globl openpty | ||
| 2094 | .type openpty, %function; | ||
| 2095 | openpty: | ||
| 2096 | .globl ptsname | ||
| 2097 | .type ptsname, %function; | ||
| 2098 | ptsname: | ||
| 2099 | .globl posix_openpt | ||
| 2100 | .type posix_openpt, %function; | ||
| 2101 | posix_openpt: | ||
| 2102 | .globl grantpt | ||
| 2103 | .type grantpt, %function; | ||
| 2104 | grantpt: | ||
| 2105 | .globl unlockpt | ||
| 2106 | .type unlockpt, %function; | ||
| 2107 | unlockpt: | ||
| 2108 | .weak ptsname_r | ||
| 2109 | .type ptsname_r, %function; | ||
| 2110 | ptsname_r: | ||
| 2111 | .globl realpath | ||
| 2112 | .type realpath, %function; | ||
| 2113 | realpath: | ||
| 2114 | .globl setdomainname | ||
| 2115 | .type setdomainname, %function; | ||
| 2116 | setdomainname: | ||
| 2117 | .globl setpriority | ||
| 2118 | .type setpriority, %function; | ||
| 2119 | setpriority: | ||
| 2120 | .globl setrlimit | ||
| 2121 | .type setrlimit, %function; | ||
| 2122 | setrlimit: | ||
| 2123 | .weak setrlimit64 | ||
| 2124 | .type setrlimit64, %function; | ||
| 2125 | setrlimit64: | ||
| 2126 | .globl syscall | ||
| 2127 | .type syscall, %function; | ||
| 2128 | syscall: | ||
| 2129 | .globl setlogmask | ||
| 2130 | .type setlogmask, %function; | ||
| 2131 | setlogmask: | ||
| 2132 | .globl closelog | ||
| 2133 | .type closelog, %function; | ||
| 2134 | closelog: | ||
| 2135 | .globl openlog | ||
| 2136 | .type openlog, %function; | ||
| 2137 | openlog: | ||
| 2138 | .weak vsyslog | ||
| 2139 | .type vsyslog, %function; | ||
| 2140 | vsyslog: | ||
| 2141 | .globl syslog | ||
| 2142 | .type syslog, %function; | ||
| 2143 | syslog: | ||
| 2144 | .globl uname | ||
| 2145 | .type uname, %function; | ||
| 2146 | uname: | ||
| 2147 | .globl wordfree | ||
| 2148 | .type wordfree, %function; | ||
| 2149 | wordfree: | ||
| 2150 | .globl wordexp | ||
| 2151 | .type wordexp, %function; | ||
| 2152 | wordexp: | ||
| 2153 | .weak madvise | ||
| 2154 | .type madvise, %function; | ||
| 2155 | madvise: | ||
| 2156 | .globl mincore | ||
| 2157 | .type mincore, %function; | ||
| 2158 | mincore: | ||
| 2159 | .globl mlock | ||
| 2160 | .type mlock, %function; | ||
| 2161 | mlock: | ||
| 2162 | .globl mlockall | ||
| 2163 | .type mlockall, %function; | ||
| 2164 | mlockall: | ||
| 2165 | .weak mmap64 | ||
| 2166 | .type mmap64, %function; | ||
| 2167 | mmap64: | ||
| 2168 | .weak mmap | ||
| 2169 | .type mmap, %function; | ||
| 2170 | mmap: | ||
| 2171 | .weak mprotect | ||
| 2172 | .type mprotect, %function; | ||
| 2173 | mprotect: | ||
| 2174 | .weak mremap | ||
| 2175 | .type mremap, %function; | ||
| 2176 | mremap: | ||
| 2177 | .globl msync | ||
| 2178 | .type msync, %function; | ||
| 2179 | msync: | ||
| 2180 | .globl munlock | ||
| 2181 | .type munlock, %function; | ||
| 2182 | munlock: | ||
| 2183 | .globl munlockall | ||
| 2184 | .type munlockall, %function; | ||
| 2185 | munlockall: | ||
| 2186 | .weak munmap | ||
| 2187 | .type munmap, %function; | ||
| 2188 | munmap: | ||
| 2189 | .globl posix_madvise | ||
| 2190 | .type posix_madvise, %function; | ||
| 2191 | posix_madvise: | ||
| 2192 | .globl shm_open | ||
| 2193 | .type shm_open, %function; | ||
| 2194 | shm_open: | ||
| 2195 | .globl shm_unlink | ||
| 2196 | .type shm_unlink, %function; | ||
| 2197 | shm_unlink: | ||
| 2198 | .globl mq_close | ||
| 2199 | .type mq_close, %function; | ||
| 2200 | mq_close: | ||
| 2201 | .globl mq_getattr | ||
| 2202 | .type mq_getattr, %function; | ||
| 2203 | mq_getattr: | ||
| 2204 | .globl mq_notify | ||
| 2205 | .type mq_notify, %function; | ||
| 2206 | mq_notify: | ||
| 2207 | .globl mq_open | ||
| 2208 | .type mq_open, %function; | ||
| 2209 | mq_open: | ||
| 2210 | .globl mq_receive | ||
| 2211 | .type mq_receive, %function; | ||
| 2212 | mq_receive: | ||
| 2213 | .globl mq_send | ||
| 2214 | .type mq_send, %function; | ||
| 2215 | mq_send: | ||
| 2216 | .globl mq_setattr | ||
| 2217 | .type mq_setattr, %function; | ||
| 2218 | mq_setattr: | ||
| 2219 | .globl mq_timedreceive | ||
| 2220 | .type mq_timedreceive, %function; | ||
| 2221 | mq_timedreceive: | ||
| 2222 | .globl mq_timedsend | ||
| 2223 | .type mq_timedsend, %function; | ||
| 2224 | mq_timedsend: | ||
| 2225 | .globl mq_unlink | ||
| 2226 | .type mq_unlink, %function; | ||
| 2227 | mq_unlink: | ||
| 2228 | .globl btowc | ||
| 2229 | .type btowc, %function; | ||
| 2230 | btowc: | ||
| 2231 | .globl c16rtomb | ||
| 2232 | .type c16rtomb, %function; | ||
| 2233 | c16rtomb: | ||
| 2234 | .globl c32rtomb | ||
| 2235 | .type c32rtomb, %function; | ||
| 2236 | c32rtomb: | ||
| 2237 | .globl mblen | ||
| 2238 | .type mblen, %function; | ||
| 2239 | mblen: | ||
| 2240 | .globl mbrlen | ||
| 2241 | .type mbrlen, %function; | ||
| 2242 | mbrlen: | ||
| 2243 | .globl mbrtoc16 | ||
| 2244 | .type mbrtoc16, %function; | ||
| 2245 | mbrtoc16: | ||
| 2246 | .globl mbrtoc32 | ||
| 2247 | .type mbrtoc32, %function; | ||
| 2248 | mbrtoc32: | ||
| 2249 | .globl mbrtowc | ||
| 2250 | .type mbrtowc, %function; | ||
| 2251 | mbrtowc: | ||
| 2252 | .globl mbsinit | ||
| 2253 | .type mbsinit, %function; | ||
| 2254 | mbsinit: | ||
| 2255 | .globl mbsnrtowcs | ||
| 2256 | .type mbsnrtowcs, %function; | ||
| 2257 | mbsnrtowcs: | ||
| 2258 | .globl mbsrtowcs | ||
| 2259 | .type mbsrtowcs, %function; | ||
| 2260 | mbsrtowcs: | ||
| 2261 | .globl mbstowcs | ||
| 2262 | .type mbstowcs, %function; | ||
| 2263 | mbstowcs: | ||
| 2264 | .globl mbtowc | ||
| 2265 | .type mbtowc, %function; | ||
| 2266 | mbtowc: | ||
| 2267 | .globl wcrtomb | ||
| 2268 | .type wcrtomb, %function; | ||
| 2269 | wcrtomb: | ||
| 2270 | .globl wcsnrtombs | ||
| 2271 | .type wcsnrtombs, %function; | ||
| 2272 | wcsnrtombs: | ||
| 2273 | .globl wcsrtombs | ||
| 2274 | .type wcsrtombs, %function; | ||
| 2275 | wcsrtombs: | ||
| 2276 | .globl wcstombs | ||
| 2277 | .type wcstombs, %function; | ||
| 2278 | wcstombs: | ||
| 2279 | .globl wctob | ||
| 2280 | .type wctob, %function; | ||
| 2281 | wctob: | ||
| 2282 | .globl wctomb | ||
| 2283 | .type wctomb, %function; | ||
| 2284 | wctomb: | ||
| 2285 | .globl accept | ||
| 2286 | .type accept, %function; | ||
| 2287 | accept: | ||
| 2288 | .globl accept4 | ||
| 2289 | .type accept4, %function; | ||
| 2290 | accept4: | ||
| 2291 | .globl bind | ||
| 2292 | .type bind, %function; | ||
| 2293 | bind: | ||
| 2294 | .globl connect | ||
| 2295 | .type connect, %function; | ||
| 2296 | connect: | ||
| 2297 | .globl dn_comp | ||
| 2298 | .type dn_comp, %function; | ||
| 2299 | dn_comp: | ||
| 2300 | .weak dn_expand | ||
| 2301 | .type dn_expand, %function; | ||
| 2302 | dn_expand: | ||
| 2303 | .globl dn_skipname | ||
| 2304 | .type dn_skipname, %function; | ||
| 2305 | dn_skipname: | ||
| 2306 | .weak setnetent | ||
| 2307 | .type setnetent, %function; | ||
| 2308 | setnetent: | ||
| 2309 | .globl sethostent | ||
| 2310 | .type sethostent, %function; | ||
| 2311 | sethostent: | ||
| 2312 | .globl gethostent | ||
| 2313 | .type gethostent, %function; | ||
| 2314 | gethostent: | ||
| 2315 | .globl getnetent | ||
| 2316 | .type getnetent, %function; | ||
| 2317 | getnetent: | ||
| 2318 | .globl endhostent | ||
| 2319 | .type endhostent, %function; | ||
| 2320 | endhostent: | ||
| 2321 | .weak endnetent | ||
| 2322 | .type endnetent, %function; | ||
| 2323 | endnetent: | ||
| 2324 | .globl ether_aton_r | ||
| 2325 | .type ether_aton_r, %function; | ||
| 2326 | ether_aton_r: | ||
| 2327 | .globl ether_aton | ||
| 2328 | .type ether_aton, %function; | ||
| 2329 | ether_aton: | ||
| 2330 | .globl ether_ntoa_r | ||
| 2331 | .type ether_ntoa_r, %function; | ||
| 2332 | ether_ntoa_r: | ||
| 2333 | .globl ether_ntoa | ||
| 2334 | .type ether_ntoa, %function; | ||
| 2335 | ether_ntoa: | ||
| 2336 | .globl ether_line | ||
| 2337 | .type ether_line, %function; | ||
| 2338 | ether_line: | ||
| 2339 | .globl ether_ntohost | ||
| 2340 | .type ether_ntohost, %function; | ||
| 2341 | ether_ntohost: | ||
| 2342 | .globl ether_hostton | ||
| 2343 | .type ether_hostton, %function; | ||
| 2344 | ether_hostton: | ||
| 2345 | .globl freeaddrinfo | ||
| 2346 | .type freeaddrinfo, %function; | ||
| 2347 | freeaddrinfo: | ||
| 2348 | .globl gai_strerror | ||
| 2349 | .type gai_strerror, %function; | ||
| 2350 | gai_strerror: | ||
| 2351 | .globl getaddrinfo | ||
| 2352 | .type getaddrinfo, %function; | ||
| 2353 | getaddrinfo: | ||
| 2354 | .globl gethostbyaddr | ||
| 2355 | .type gethostbyaddr, %function; | ||
| 2356 | gethostbyaddr: | ||
| 2357 | .globl gethostbyaddr_r | ||
| 2358 | .type gethostbyaddr_r, %function; | ||
| 2359 | gethostbyaddr_r: | ||
| 2360 | .globl gethostbyname | ||
| 2361 | .type gethostbyname, %function; | ||
| 2362 | gethostbyname: | ||
| 2363 | .globl gethostbyname2 | ||
| 2364 | .type gethostbyname2, %function; | ||
| 2365 | gethostbyname2: | ||
| 2366 | .globl gethostbyname2_r | ||
| 2367 | .type gethostbyname2_r, %function; | ||
| 2368 | gethostbyname2_r: | ||
| 2369 | .globl gethostbyname_r | ||
| 2370 | .type gethostbyname_r, %function; | ||
| 2371 | gethostbyname_r: | ||
| 2372 | .globl freeifaddrs | ||
| 2373 | .type freeifaddrs, %function; | ||
| 2374 | freeifaddrs: | ||
| 2375 | .globl getifaddrs | ||
| 2376 | .type getifaddrs, %function; | ||
| 2377 | getifaddrs: | ||
| 2378 | .globl getnameinfo | ||
| 2379 | .type getnameinfo, %function; | ||
| 2380 | getnameinfo: | ||
| 2381 | .globl getpeername | ||
| 2382 | .type getpeername, %function; | ||
| 2383 | getpeername: | ||
| 2384 | .globl getservbyname | ||
| 2385 | .type getservbyname, %function; | ||
| 2386 | getservbyname: | ||
| 2387 | .globl getservbyname_r | ||
| 2388 | .type getservbyname_r, %function; | ||
| 2389 | getservbyname_r: | ||
| 2390 | .globl getservbyport | ||
| 2391 | .type getservbyport, %function; | ||
| 2392 | getservbyport: | ||
| 2393 | .globl getservbyport_r | ||
| 2394 | .type getservbyport_r, %function; | ||
| 2395 | getservbyport_r: | ||
| 2396 | .globl getsockname | ||
| 2397 | .type getsockname, %function; | ||
| 2398 | getsockname: | ||
| 2399 | .globl getsockopt | ||
| 2400 | .type getsockopt, %function; | ||
| 2401 | getsockopt: | ||
| 2402 | .globl __h_errno_location | ||
| 2403 | .type __h_errno_location, %function; | ||
| 2404 | __h_errno_location: | ||
| 2405 | .globl herror | ||
| 2406 | .type herror, %function; | ||
| 2407 | herror: | ||
| 2408 | .globl hstrerror | ||
| 2409 | .type hstrerror, %function; | ||
| 2410 | hstrerror: | ||
| 2411 | .globl htonl | ||
| 2412 | .type htonl, %function; | ||
| 2413 | htonl: | ||
| 2414 | .globl htons | ||
| 2415 | .type htons, %function; | ||
| 2416 | htons: | ||
| 2417 | .globl if_freenameindex | ||
| 2418 | .type if_freenameindex, %function; | ||
| 2419 | if_freenameindex: | ||
| 2420 | .globl if_indextoname | ||
| 2421 | .type if_indextoname, %function; | ||
| 2422 | if_indextoname: | ||
| 2423 | .globl if_nameindex | ||
| 2424 | .type if_nameindex, %function; | ||
| 2425 | if_nameindex: | ||
| 2426 | .globl if_nametoindex | ||
| 2427 | .type if_nametoindex, %function; | ||
| 2428 | if_nametoindex: | ||
| 2429 | .globl inet_addr | ||
| 2430 | .type inet_addr, %function; | ||
| 2431 | inet_addr: | ||
| 2432 | .weak inet_aton | ||
| 2433 | .type inet_aton, %function; | ||
| 2434 | inet_aton: | ||
| 2435 | .globl inet_network | ||
| 2436 | .type inet_network, %function; | ||
| 2437 | inet_network: | ||
| 2438 | .globl inet_makeaddr | ||
| 2439 | .type inet_makeaddr, %function; | ||
| 2440 | inet_makeaddr: | ||
| 2441 | .globl inet_lnaof | ||
| 2442 | .type inet_lnaof, %function; | ||
| 2443 | inet_lnaof: | ||
| 2444 | .globl inet_netof | ||
| 2445 | .type inet_netof, %function; | ||
| 2446 | inet_netof: | ||
| 2447 | .globl inet_ntoa | ||
| 2448 | .type inet_ntoa, %function; | ||
| 2449 | inet_ntoa: | ||
| 2450 | .globl inet_ntop | ||
| 2451 | .type inet_ntop, %function; | ||
| 2452 | inet_ntop: | ||
| 2453 | .globl inet_pton | ||
| 2454 | .type inet_pton, %function; | ||
| 2455 | inet_pton: | ||
| 2456 | .globl listen | ||
| 2457 | .type listen, %function; | ||
| 2458 | listen: | ||
| 2459 | .globl getnetbyaddr | ||
| 2460 | .type getnetbyaddr, %function; | ||
| 2461 | getnetbyaddr: | ||
| 2462 | .globl getnetbyname | ||
| 2463 | .type getnetbyname, %function; | ||
| 2464 | getnetbyname: | ||
| 2465 | .globl ns_get16 | ||
| 2466 | .type ns_get16, %function; | ||
| 2467 | ns_get16: | ||
| 2468 | .globl ns_get32 | ||
| 2469 | .type ns_get32, %function; | ||
| 2470 | ns_get32: | ||
| 2471 | .globl ns_put16 | ||
| 2472 | .type ns_put16, %function; | ||
| 2473 | ns_put16: | ||
| 2474 | .globl ns_put32 | ||
| 2475 | .type ns_put32, %function; | ||
| 2476 | ns_put32: | ||
| 2477 | .globl ns_skiprr | ||
| 2478 | .type ns_skiprr, %function; | ||
| 2479 | ns_skiprr: | ||
| 2480 | .globl ns_initparse | ||
| 2481 | .type ns_initparse, %function; | ||
| 2482 | ns_initparse: | ||
| 2483 | .globl ns_name_uncompress | ||
| 2484 | .type ns_name_uncompress, %function; | ||
| 2485 | ns_name_uncompress: | ||
| 2486 | .globl ns_parserr | ||
| 2487 | .type ns_parserr, %function; | ||
| 2488 | ns_parserr: | ||
| 2489 | .globl ntohl | ||
| 2490 | .type ntohl, %function; | ||
| 2491 | ntohl: | ||
| 2492 | .globl ntohs | ||
| 2493 | .type ntohs, %function; | ||
| 2494 | ntohs: | ||
| 2495 | .globl endprotoent | ||
| 2496 | .type endprotoent, %function; | ||
| 2497 | endprotoent: | ||
| 2498 | .globl setprotoent | ||
| 2499 | .type setprotoent, %function; | ||
| 2500 | setprotoent: | ||
| 2501 | .globl getprotoent | ||
| 2502 | .type getprotoent, %function; | ||
| 2503 | getprotoent: | ||
| 2504 | .globl getprotobyname | ||
| 2505 | .type getprotobyname, %function; | ||
| 2506 | getprotobyname: | ||
| 2507 | .globl getprotobynumber | ||
| 2508 | .type getprotobynumber, %function; | ||
| 2509 | getprotobynumber: | ||
| 2510 | .globl recv | ||
| 2511 | .type recv, %function; | ||
| 2512 | recv: | ||
| 2513 | .globl recvfrom | ||
| 2514 | .type recvfrom, %function; | ||
| 2515 | recvfrom: | ||
| 2516 | .globl recvmmsg | ||
| 2517 | .type recvmmsg, %function; | ||
| 2518 | recvmmsg: | ||
| 2519 | .globl recvmsg | ||
| 2520 | .type recvmsg, %function; | ||
| 2521 | recvmsg: | ||
| 2522 | .globl res_init | ||
| 2523 | .type res_init, %function; | ||
| 2524 | res_init: | ||
| 2525 | .weak res_mkquery | ||
| 2526 | .type res_mkquery, %function; | ||
| 2527 | res_mkquery: | ||
| 2528 | .weak res_search | ||
| 2529 | .type res_search, %function; | ||
| 2530 | res_search: | ||
| 2531 | .globl res_query | ||
| 2532 | .type res_query, %function; | ||
| 2533 | res_query: | ||
| 2534 | .globl res_querydomain | ||
| 2535 | .type res_querydomain, %function; | ||
| 2536 | res_querydomain: | ||
| 2537 | .weak res_send | ||
| 2538 | .type res_send, %function; | ||
| 2539 | res_send: | ||
| 2540 | .globl __res_state | ||
| 2541 | .type __res_state, %function; | ||
| 2542 | __res_state: | ||
| 2543 | .globl send | ||
| 2544 | .type send, %function; | ||
| 2545 | send: | ||
| 2546 | .globl sendmmsg | ||
| 2547 | .type sendmmsg, %function; | ||
| 2548 | sendmmsg: | ||
| 2549 | .globl sendmsg | ||
| 2550 | .type sendmsg, %function; | ||
| 2551 | sendmsg: | ||
| 2552 | .globl sendto | ||
| 2553 | .type sendto, %function; | ||
| 2554 | sendto: | ||
| 2555 | .globl endservent | ||
| 2556 | .type endservent, %function; | ||
| 2557 | endservent: | ||
| 2558 | .globl setservent | ||
| 2559 | .type setservent, %function; | ||
| 2560 | setservent: | ||
| 2561 | .globl getservent | ||
| 2562 | .type getservent, %function; | ||
| 2563 | getservent: | ||
| 2564 | .globl setsockopt | ||
| 2565 | .type setsockopt, %function; | ||
| 2566 | setsockopt: | ||
| 2567 | .globl shutdown | ||
| 2568 | .type shutdown, %function; | ||
| 2569 | shutdown: | ||
| 2570 | .globl sockatmark | ||
| 2571 | .type sockatmark, %function; | ||
| 2572 | sockatmark: | ||
| 2573 | .globl socket | ||
| 2574 | .type socket, %function; | ||
| 2575 | socket: | ||
| 2576 | .globl socketpair | ||
| 2577 | .type socketpair, %function; | ||
| 2578 | socketpair: | ||
| 2579 | .globl fgetgrent | ||
| 2580 | .type fgetgrent, %function; | ||
| 2581 | fgetgrent: | ||
| 2582 | .globl fgetpwent | ||
| 2583 | .type fgetpwent, %function; | ||
| 2584 | fgetpwent: | ||
| 2585 | .globl fgetspent | ||
| 2586 | .type fgetspent, %function; | ||
| 2587 | fgetspent: | ||
| 2588 | .globl getgrnam_r | ||
| 2589 | .type getgrnam_r, %function; | ||
| 2590 | getgrnam_r: | ||
| 2591 | .globl getgrgid_r | ||
| 2592 | .type getgrgid_r, %function; | ||
| 2593 | getgrgid_r: | ||
| 2594 | .weak endgrent | ||
| 2595 | .type endgrent, %function; | ||
| 2596 | endgrent: | ||
| 2597 | .globl setgrent | ||
| 2598 | .type setgrent, %function; | ||
| 2599 | setgrent: | ||
| 2600 | .globl getgrent | ||
| 2601 | .type getgrent, %function; | ||
| 2602 | getgrent: | ||
| 2603 | .globl getgrgid | ||
| 2604 | .type getgrgid, %function; | ||
| 2605 | getgrgid: | ||
| 2606 | .globl getgrnam | ||
| 2607 | .type getgrnam, %function; | ||
| 2608 | getgrnam: | ||
| 2609 | .globl getgrouplist | ||
| 2610 | .type getgrouplist, %function; | ||
| 2611 | getgrouplist: | ||
| 2612 | .globl getpwnam_r | ||
| 2613 | .type getpwnam_r, %function; | ||
| 2614 | getpwnam_r: | ||
| 2615 | .globl getpwuid_r | ||
| 2616 | .type getpwuid_r, %function; | ||
| 2617 | getpwuid_r: | ||
| 2618 | .globl setpwent | ||
| 2619 | .type setpwent, %function; | ||
| 2620 | setpwent: | ||
| 2621 | .weak endpwent | ||
| 2622 | .type endpwent, %function; | ||
| 2623 | endpwent: | ||
| 2624 | .globl getpwent | ||
| 2625 | .type getpwent, %function; | ||
| 2626 | getpwent: | ||
| 2627 | .globl getpwuid | ||
| 2628 | .type getpwuid, %function; | ||
| 2629 | getpwuid: | ||
| 2630 | .globl getpwnam | ||
| 2631 | .type getpwnam, %function; | ||
| 2632 | getpwnam: | ||
| 2633 | .globl setspent | ||
| 2634 | .type setspent, %function; | ||
| 2635 | setspent: | ||
| 2636 | .globl endspent | ||
| 2637 | .type endspent, %function; | ||
| 2638 | endspent: | ||
| 2639 | .globl getspent | ||
| 2640 | .type getspent, %function; | ||
| 2641 | getspent: | ||
| 2642 | .globl getspnam | ||
| 2643 | .type getspnam, %function; | ||
| 2644 | getspnam: | ||
| 2645 | .globl getspnam_r | ||
| 2646 | .type getspnam_r, %function; | ||
| 2647 | getspnam_r: | ||
| 2648 | .globl lckpwdf | ||
| 2649 | .type lckpwdf, %function; | ||
| 2650 | lckpwdf: | ||
| 2651 | .globl ulckpwdf | ||
| 2652 | .type ulckpwdf, %function; | ||
| 2653 | ulckpwdf: | ||
| 2654 | .globl putgrent | ||
| 2655 | .type putgrent, %function; | ||
| 2656 | putgrent: | ||
| 2657 | .globl putpwent | ||
| 2658 | .type putpwent, %function; | ||
| 2659 | putpwent: | ||
| 2660 | .globl putspent | ||
| 2661 | .type putspent, %function; | ||
| 2662 | putspent: | ||
| 2663 | .globl erand48 | ||
| 2664 | .type erand48, %function; | ||
| 2665 | erand48: | ||
| 2666 | .globl drand48 | ||
| 2667 | .type drand48, %function; | ||
| 2668 | drand48: | ||
| 2669 | .globl lcong48 | ||
| 2670 | .type lcong48, %function; | ||
| 2671 | lcong48: | ||
| 2672 | .globl nrand48 | ||
| 2673 | .type nrand48, %function; | ||
| 2674 | nrand48: | ||
| 2675 | .globl lrand48 | ||
| 2676 | .type lrand48, %function; | ||
| 2677 | lrand48: | ||
| 2678 | .globl jrand48 | ||
| 2679 | .type jrand48, %function; | ||
| 2680 | jrand48: | ||
| 2681 | .globl mrand48 | ||
| 2682 | .type mrand48, %function; | ||
| 2683 | mrand48: | ||
| 2684 | .globl srand | ||
| 2685 | .type srand, %function; | ||
| 2686 | srand: | ||
| 2687 | .globl rand | ||
| 2688 | .type rand, %function; | ||
| 2689 | rand: | ||
| 2690 | .globl rand_r | ||
| 2691 | .type rand_r, %function; | ||
| 2692 | rand_r: | ||
| 2693 | .globl srandom | ||
| 2694 | .type srandom, %function; | ||
| 2695 | srandom: | ||
| 2696 | .globl initstate | ||
| 2697 | .type initstate, %function; | ||
| 2698 | initstate: | ||
| 2699 | .globl setstate | ||
| 2700 | .type setstate, %function; | ||
| 2701 | setstate: | ||
| 2702 | .globl random | ||
| 2703 | .type random, %function; | ||
| 2704 | random: | ||
| 2705 | .globl seed48 | ||
| 2706 | .type seed48, %function; | ||
| 2707 | seed48: | ||
| 2708 | .globl srand48 | ||
| 2709 | .type srand48, %function; | ||
| 2710 | srand48: | ||
| 2711 | .globl _Fork | ||
| 2712 | .type _Fork, %function; | ||
| 2713 | _Fork: | ||
| 2714 | .globl execl | ||
| 2715 | .type execl, %function; | ||
| 2716 | execl: | ||
| 2717 | .globl execle | ||
| 2718 | .type execle, %function; | ||
| 2719 | execle: | ||
| 2720 | .globl execlp | ||
| 2721 | .type execlp, %function; | ||
| 2722 | execlp: | ||
| 2723 | .globl execv | ||
| 2724 | .type execv, %function; | ||
| 2725 | execv: | ||
| 2726 | .globl execve | ||
| 2727 | .type execve, %function; | ||
| 2728 | execve: | ||
| 2729 | .weak execvpe | ||
| 2730 | .type execvpe, %function; | ||
| 2731 | execvpe: | ||
| 2732 | .globl execvp | ||
| 2733 | .type execvp, %function; | ||
| 2734 | execvp: | ||
| 2735 | .globl fexecve | ||
| 2736 | .type fexecve, %function; | ||
| 2737 | fexecve: | ||
| 2738 | .globl fork | ||
| 2739 | .type fork, %function; | ||
| 2740 | fork: | ||
| 2741 | .globl posix_spawn | ||
| 2742 | .type posix_spawn, %function; | ||
| 2743 | posix_spawn: | ||
| 2744 | .globl posix_spawn_file_actions_addchdir_np | ||
| 2745 | .type posix_spawn_file_actions_addchdir_np, %function; | ||
| 2746 | posix_spawn_file_actions_addchdir_np: | ||
| 2747 | .globl posix_spawn_file_actions_addclose | ||
| 2748 | .type posix_spawn_file_actions_addclose, %function; | ||
| 2749 | posix_spawn_file_actions_addclose: | ||
| 2750 | .globl posix_spawn_file_actions_adddup2 | ||
| 2751 | .type posix_spawn_file_actions_adddup2, %function; | ||
| 2752 | posix_spawn_file_actions_adddup2: | ||
| 2753 | .globl posix_spawn_file_actions_addfchdir_np | ||
| 2754 | .type posix_spawn_file_actions_addfchdir_np, %function; | ||
| 2755 | posix_spawn_file_actions_addfchdir_np: | ||
| 2756 | .globl posix_spawn_file_actions_addopen | ||
| 2757 | .type posix_spawn_file_actions_addopen, %function; | ||
| 2758 | posix_spawn_file_actions_addopen: | ||
| 2759 | .globl posix_spawn_file_actions_destroy | ||
| 2760 | .type posix_spawn_file_actions_destroy, %function; | ||
| 2761 | posix_spawn_file_actions_destroy: | ||
| 2762 | .globl posix_spawn_file_actions_init | ||
| 2763 | .type posix_spawn_file_actions_init, %function; | ||
| 2764 | posix_spawn_file_actions_init: | ||
| 2765 | .globl posix_spawnattr_destroy | ||
| 2766 | .type posix_spawnattr_destroy, %function; | ||
| 2767 | posix_spawnattr_destroy: | ||
| 2768 | .globl posix_spawnattr_getflags | ||
| 2769 | .type posix_spawnattr_getflags, %function; | ||
| 2770 | posix_spawnattr_getflags: | ||
| 2771 | .globl posix_spawnattr_getpgroup | ||
| 2772 | .type posix_spawnattr_getpgroup, %function; | ||
| 2773 | posix_spawnattr_getpgroup: | ||
| 2774 | .globl posix_spawnattr_getsigdefault | ||
| 2775 | .type posix_spawnattr_getsigdefault, %function; | ||
| 2776 | posix_spawnattr_getsigdefault: | ||
| 2777 | .globl posix_spawnattr_getsigmask | ||
| 2778 | .type posix_spawnattr_getsigmask, %function; | ||
| 2779 | posix_spawnattr_getsigmask: | ||
| 2780 | .globl posix_spawnattr_init | ||
| 2781 | .type posix_spawnattr_init, %function; | ||
| 2782 | posix_spawnattr_init: | ||
| 2783 | .globl posix_spawnattr_getschedparam | ||
| 2784 | .type posix_spawnattr_getschedparam, %function; | ||
| 2785 | posix_spawnattr_getschedparam: | ||
| 2786 | .globl posix_spawnattr_setschedparam | ||
| 2787 | .type posix_spawnattr_setschedparam, %function; | ||
| 2788 | posix_spawnattr_setschedparam: | ||
| 2789 | .globl posix_spawnattr_getschedpolicy | ||
| 2790 | .type posix_spawnattr_getschedpolicy, %function; | ||
| 2791 | posix_spawnattr_getschedpolicy: | ||
| 2792 | .globl posix_spawnattr_setschedpolicy | ||
| 2793 | .type posix_spawnattr_setschedpolicy, %function; | ||
| 2794 | posix_spawnattr_setschedpolicy: | ||
| 2795 | .globl posix_spawnattr_setflags | ||
| 2796 | .type posix_spawnattr_setflags, %function; | ||
| 2797 | posix_spawnattr_setflags: | ||
| 2798 | .globl posix_spawnattr_setpgroup | ||
| 2799 | .type posix_spawnattr_setpgroup, %function; | ||
| 2800 | posix_spawnattr_setpgroup: | ||
| 2801 | .globl posix_spawnattr_setsigdefault | ||
| 2802 | .type posix_spawnattr_setsigdefault, %function; | ||
| 2803 | posix_spawnattr_setsigdefault: | ||
| 2804 | .globl posix_spawnattr_setsigmask | ||
| 2805 | .type posix_spawnattr_setsigmask, %function; | ||
| 2806 | posix_spawnattr_setsigmask: | ||
| 2807 | .globl posix_spawnp | ||
| 2808 | .type posix_spawnp, %function; | ||
| 2809 | posix_spawnp: | ||
| 2810 | .globl system | ||
| 2811 | .type system, %function; | ||
| 2812 | system: | ||
| 2813 | .globl wait | ||
| 2814 | .type wait, %function; | ||
| 2815 | wait: | ||
| 2816 | .globl waitid | ||
| 2817 | .type waitid, %function; | ||
| 2818 | waitid: | ||
| 2819 | .globl waitpid | ||
| 2820 | .type waitpid, %function; | ||
| 2821 | waitpid: | ||
| 2822 | .globl fnmatch | ||
| 2823 | .type fnmatch, %function; | ||
| 2824 | fnmatch: | ||
| 2825 | .weak glob64 | ||
| 2826 | .type glob64, %function; | ||
| 2827 | glob64: | ||
| 2828 | .globl glob | ||
| 2829 | .type glob, %function; | ||
| 2830 | glob: | ||
| 2831 | .weak globfree64 | ||
| 2832 | .type globfree64, %function; | ||
| 2833 | globfree64: | ||
| 2834 | .globl globfree | ||
| 2835 | .type globfree, %function; | ||
| 2836 | globfree: | ||
| 2837 | .globl regfree | ||
| 2838 | .type regfree, %function; | ||
| 2839 | regfree: | ||
| 2840 | .globl regcomp | ||
| 2841 | .type regcomp, %function; | ||
| 2842 | regcomp: | ||
| 2843 | .globl regerror | ||
| 2844 | .type regerror, %function; | ||
| 2845 | regerror: | ||
| 2846 | .globl regexec | ||
| 2847 | .type regexec, %function; | ||
| 2848 | regexec: | ||
| 2849 | .globl sched_setaffinity | ||
| 2850 | .type sched_setaffinity, %function; | ||
| 2851 | sched_setaffinity: | ||
| 2852 | .globl pthread_setaffinity_np | ||
| 2853 | .type pthread_setaffinity_np, %function; | ||
| 2854 | pthread_setaffinity_np: | ||
| 2855 | .globl sched_getaffinity | ||
| 2856 | .type sched_getaffinity, %function; | ||
| 2857 | sched_getaffinity: | ||
| 2858 | .globl pthread_getaffinity_np | ||
| 2859 | .type pthread_getaffinity_np, %function; | ||
| 2860 | pthread_getaffinity_np: | ||
| 2861 | .globl __sched_cpucount | ||
| 2862 | .type __sched_cpucount, %function; | ||
| 2863 | __sched_cpucount: | ||
| 2864 | .globl sched_get_priority_max | ||
| 2865 | .type sched_get_priority_max, %function; | ||
| 2866 | sched_get_priority_max: | ||
| 2867 | .globl sched_get_priority_min | ||
| 2868 | .type sched_get_priority_min, %function; | ||
| 2869 | sched_get_priority_min: | ||
| 2870 | .globl sched_getcpu | ||
| 2871 | .type sched_getcpu, %function; | ||
| 2872 | sched_getcpu: | ||
| 2873 | .globl sched_getparam | ||
| 2874 | .type sched_getparam, %function; | ||
| 2875 | sched_getparam: | ||
| 2876 | .globl sched_getscheduler | ||
| 2877 | .type sched_getscheduler, %function; | ||
| 2878 | sched_getscheduler: | ||
| 2879 | .globl sched_rr_get_interval | ||
| 2880 | .type sched_rr_get_interval, %function; | ||
| 2881 | sched_rr_get_interval: | ||
| 2882 | .globl sched_setparam | ||
| 2883 | .type sched_setparam, %function; | ||
| 2884 | sched_setparam: | ||
| 2885 | .globl sched_setscheduler | ||
| 2886 | .type sched_setscheduler, %function; | ||
| 2887 | sched_setscheduler: | ||
| 2888 | .globl sched_yield | ||
| 2889 | .type sched_yield, %function; | ||
| 2890 | sched_yield: | ||
| 2891 | .weak hcreate_r | ||
| 2892 | .type hcreate_r, %function; | ||
| 2893 | hcreate_r: | ||
| 2894 | .globl hcreate | ||
| 2895 | .type hcreate, %function; | ||
| 2896 | hcreate: | ||
| 2897 | .weak hdestroy_r | ||
| 2898 | .type hdestroy_r, %function; | ||
| 2899 | hdestroy_r: | ||
| 2900 | .globl hdestroy | ||
| 2901 | .type hdestroy, %function; | ||
| 2902 | hdestroy: | ||
| 2903 | .weak hsearch_r | ||
| 2904 | .type hsearch_r, %function; | ||
| 2905 | hsearch_r: | ||
| 2906 | .globl hsearch | ||
| 2907 | .type hsearch, %function; | ||
| 2908 | hsearch: | ||
| 2909 | .globl insque | ||
| 2910 | .type insque, %function; | ||
| 2911 | insque: | ||
| 2912 | .globl remque | ||
| 2913 | .type remque, %function; | ||
| 2914 | remque: | ||
| 2915 | .globl lsearch | ||
| 2916 | .type lsearch, %function; | ||
| 2917 | lsearch: | ||
| 2918 | .globl lfind | ||
| 2919 | .type lfind, %function; | ||
| 2920 | lfind: | ||
| 2921 | .globl tdelete | ||
| 2922 | .type tdelete, %function; | ||
| 2923 | tdelete: | ||
| 2924 | .globl tdestroy | ||
| 2925 | .type tdestroy, %function; | ||
| 2926 | tdestroy: | ||
| 2927 | .globl tfind | ||
| 2928 | .type tfind, %function; | ||
| 2929 | tfind: | ||
| 2930 | .globl tsearch | ||
| 2931 | .type tsearch, %function; | ||
| 2932 | tsearch: | ||
| 2933 | .globl twalk | ||
| 2934 | .type twalk, %function; | ||
| 2935 | twalk: | ||
| 2936 | .globl poll | ||
| 2937 | .type poll, %function; | ||
| 2938 | poll: | ||
| 2939 | .globl pselect | ||
| 2940 | .type pselect, %function; | ||
| 2941 | pselect: | ||
| 2942 | .globl select | ||
| 2943 | .type select, %function; | ||
| 2944 | select: | ||
| 2945 | .globl getitimer | ||
| 2946 | .type getitimer, %function; | ||
| 2947 | getitimer: | ||
| 2948 | .globl kill | ||
| 2949 | .type kill, %function; | ||
| 2950 | kill: | ||
| 2951 | .globl killpg | ||
| 2952 | .type killpg, %function; | ||
| 2953 | killpg: | ||
| 2954 | .globl psiginfo | ||
| 2955 | .type psiginfo, %function; | ||
| 2956 | psiginfo: | ||
| 2957 | .globl psignal | ||
| 2958 | .type psignal, %function; | ||
| 2959 | psignal: | ||
| 2960 | .globl raise | ||
| 2961 | .type raise, %function; | ||
| 2962 | raise: | ||
| 2963 | .globl setitimer | ||
| 2964 | .type setitimer, %function; | ||
| 2965 | setitimer: | ||
| 2966 | .weak sigaction | ||
| 2967 | .type sigaction, %function; | ||
| 2968 | sigaction: | ||
| 2969 | .globl sigaddset | ||
| 2970 | .type sigaddset, %function; | ||
| 2971 | sigaddset: | ||
| 2972 | .globl sigaltstack | ||
| 2973 | .type sigaltstack, %function; | ||
| 2974 | sigaltstack: | ||
| 2975 | .globl sigandset | ||
| 2976 | .type sigandset, %function; | ||
| 2977 | sigandset: | ||
| 2978 | .globl sigdelset | ||
| 2979 | .type sigdelset, %function; | ||
| 2980 | sigdelset: | ||
| 2981 | .globl sigemptyset | ||
| 2982 | .type sigemptyset, %function; | ||
| 2983 | sigemptyset: | ||
| 2984 | .globl sigfillset | ||
| 2985 | .type sigfillset, %function; | ||
| 2986 | sigfillset: | ||
| 2987 | .globl sighold | ||
| 2988 | .type sighold, %function; | ||
| 2989 | sighold: | ||
| 2990 | .globl sigignore | ||
| 2991 | .type sigignore, %function; | ||
| 2992 | sigignore: | ||
| 2993 | .globl siginterrupt | ||
| 2994 | .type siginterrupt, %function; | ||
| 2995 | siginterrupt: | ||
| 2996 | .globl sigisemptyset | ||
| 2997 | .type sigisemptyset, %function; | ||
| 2998 | sigisemptyset: | ||
| 2999 | .globl sigismember | ||
| 3000 | .type sigismember, %function; | ||
| 3001 | sigismember: | ||
| 3002 | .globl siglongjmp | ||
| 3003 | .type siglongjmp, %function; | ||
| 3004 | siglongjmp: | ||
| 3005 | .weak __sysv_signal | ||
| 3006 | .type __sysv_signal, %function; | ||
| 3007 | __sysv_signal: | ||
| 3008 | .weak bsd_signal | ||
| 3009 | .type bsd_signal, %function; | ||
| 3010 | bsd_signal: | ||
| 3011 | .globl signal | ||
| 3012 | .type signal, %function; | ||
| 3013 | signal: | ||
| 3014 | .globl sigorset | ||
| 3015 | .type sigorset, %function; | ||
| 3016 | sigorset: | ||
| 3017 | .globl sigpause | ||
| 3018 | .type sigpause, %function; | ||
| 3019 | sigpause: | ||
| 3020 | .globl sigpending | ||
| 3021 | .type sigpending, %function; | ||
| 3022 | sigpending: | ||
| 3023 | .globl sigprocmask | ||
| 3024 | .type sigprocmask, %function; | ||
| 3025 | sigprocmask: | ||
| 3026 | .globl sigqueue | ||
| 3027 | .type sigqueue, %function; | ||
| 3028 | sigqueue: | ||
| 3029 | .globl sigrelse | ||
| 3030 | .type sigrelse, %function; | ||
| 3031 | sigrelse: | ||
| 3032 | .globl __libc_current_sigrtmax | ||
| 3033 | .type __libc_current_sigrtmax, %function; | ||
| 3034 | __libc_current_sigrtmax: | ||
| 3035 | .globl __libc_current_sigrtmin | ||
| 3036 | .type __libc_current_sigrtmin, %function; | ||
| 3037 | __libc_current_sigrtmin: | ||
| 3038 | .globl sigset | ||
| 3039 | .type sigset, %function; | ||
| 3040 | sigset: | ||
| 3041 | .globl sigsuspend | ||
| 3042 | .type sigsuspend, %function; | ||
| 3043 | sigsuspend: | ||
| 3044 | .globl sigtimedwait | ||
| 3045 | .type sigtimedwait, %function; | ||
| 3046 | sigtimedwait: | ||
| 3047 | .globl sigwait | ||
| 3048 | .type sigwait, %function; | ||
| 3049 | sigwait: | ||
| 3050 | .globl sigwaitinfo | ||
| 3051 | .type sigwaitinfo, %function; | ||
| 3052 | sigwaitinfo: | ||
| 3053 | .weak __fxstat64 | ||
| 3054 | .type __fxstat64, %function; | ||
| 3055 | __fxstat64: | ||
| 3056 | .globl __fxstat | ||
| 3057 | .type __fxstat, %function; | ||
| 3058 | __fxstat: | ||
| 3059 | .globl __fxstatat | ||
| 3060 | .type __fxstatat, %function; | ||
| 3061 | __fxstatat: | ||
| 3062 | .weak __fxstatat64 | ||
| 3063 | .type __fxstatat64, %function; | ||
| 3064 | __fxstatat64: | ||
| 3065 | .weak __lxstat64 | ||
| 3066 | .type __lxstat64, %function; | ||
| 3067 | __lxstat64: | ||
| 3068 | .globl __lxstat | ||
| 3069 | .type __lxstat, %function; | ||
| 3070 | __lxstat: | ||
| 3071 | .globl __xstat | ||
| 3072 | .type __xstat, %function; | ||
| 3073 | __xstat: | ||
| 3074 | .weak __xstat64 | ||
| 3075 | .type __xstat64, %function; | ||
| 3076 | __xstat64: | ||
| 3077 | .globl __xmknod | ||
| 3078 | .type __xmknod, %function; | ||
| 3079 | __xmknod: | ||
| 3080 | .globl __xmknodat | ||
| 3081 | .type __xmknodat, %function; | ||
| 3082 | __xmknodat: | ||
| 3083 | .globl chmod | ||
| 3084 | .type chmod, %function; | ||
| 3085 | chmod: | ||
| 3086 | .globl fchmod | ||
| 3087 | .type fchmod, %function; | ||
| 3088 | fchmod: | ||
| 3089 | .globl fchmodat | ||
| 3090 | .type fchmodat, %function; | ||
| 3091 | fchmodat: | ||
| 3092 | .weak fstat64 | ||
| 3093 | .type fstat64, %function; | ||
| 3094 | fstat64: | ||
| 3095 | .globl fstat | ||
| 3096 | .type fstat, %function; | ||
| 3097 | fstat: | ||
| 3098 | .globl fstatat | ||
| 3099 | .type fstatat, %function; | ||
| 3100 | fstatat: | ||
| 3101 | .weak fstatat64 | ||
| 3102 | .type fstatat64, %function; | ||
| 3103 | fstatat64: | ||
| 3104 | .globl futimens | ||
| 3105 | .type futimens, %function; | ||
| 3106 | futimens: | ||
| 3107 | .weak futimesat | ||
| 3108 | .type futimesat, %function; | ||
| 3109 | futimesat: | ||
| 3110 | .globl lchmod | ||
| 3111 | .type lchmod, %function; | ||
| 3112 | lchmod: | ||
| 3113 | .globl lstat | ||
| 3114 | .type lstat, %function; | ||
| 3115 | lstat: | ||
| 3116 | .weak lstat64 | ||
| 3117 | .type lstat64, %function; | ||
| 3118 | lstat64: | ||
| 3119 | .globl mkdir | ||
| 3120 | .type mkdir, %function; | ||
| 3121 | mkdir: | ||
| 3122 | .globl mkdirat | ||
| 3123 | .type mkdirat, %function; | ||
| 3124 | mkdirat: | ||
| 3125 | .globl mkfifo | ||
| 3126 | .type mkfifo, %function; | ||
| 3127 | mkfifo: | ||
| 3128 | .globl mkfifoat | ||
| 3129 | .type mkfifoat, %function; | ||
| 3130 | mkfifoat: | ||
| 3131 | .globl mknod | ||
| 3132 | .type mknod, %function; | ||
| 3133 | mknod: | ||
| 3134 | .globl mknodat | ||
| 3135 | .type mknodat, %function; | ||
| 3136 | mknodat: | ||
| 3137 | .weak stat64 | ||
| 3138 | .type stat64, %function; | ||
| 3139 | stat64: | ||
| 3140 | .globl stat | ||
| 3141 | .type stat, %function; | ||
| 3142 | stat: | ||
| 3143 | .weak statfs64 | ||
| 3144 | .type statfs64, %function; | ||
| 3145 | statfs64: | ||
| 3146 | .weak statfs | ||
| 3147 | .type statfs, %function; | ||
| 3148 | statfs: | ||
| 3149 | .weak fstatfs | ||
| 3150 | .type fstatfs, %function; | ||
| 3151 | fstatfs: | ||
| 3152 | .weak fstatfs64 | ||
| 3153 | .type fstatfs64, %function; | ||
| 3154 | fstatfs64: | ||
| 3155 | .globl statvfs | ||
| 3156 | .type statvfs, %function; | ||
| 3157 | statvfs: | ||
| 3158 | .weak statvfs64 | ||
| 3159 | .type statvfs64, %function; | ||
| 3160 | statvfs64: | ||
| 3161 | .globl fstatvfs | ||
| 3162 | .type fstatvfs, %function; | ||
| 3163 | fstatvfs: | ||
| 3164 | .weak fstatvfs64 | ||
| 3165 | .type fstatvfs64, %function; | ||
| 3166 | fstatvfs64: | ||
| 3167 | .globl umask | ||
| 3168 | .type umask, %function; | ||
| 3169 | umask: | ||
| 3170 | .globl utimensat | ||
| 3171 | .type utimensat, %function; | ||
| 3172 | utimensat: | ||
| 3173 | .weak fdopen | ||
| 3174 | .type fdopen, %function; | ||
| 3175 | fdopen: | ||
| 3176 | .globl __overflow | ||
| 3177 | .type __overflow, %function; | ||
| 3178 | .protected __overflow | ||
| 3179 | __overflow: | ||
| 3180 | .globl __uflow | ||
| 3181 | .type __uflow, %function; | ||
| 3182 | .protected __uflow | ||
| 3183 | __uflow: | ||
| 3184 | .globl asprintf | ||
| 3185 | .type asprintf, %function; | ||
| 3186 | asprintf: | ||
| 3187 | .globl clearerr | ||
| 3188 | .type clearerr, %function; | ||
| 3189 | clearerr: | ||
| 3190 | .weak clearerr_unlocked | ||
| 3191 | .type clearerr_unlocked, %function; | ||
| 3192 | clearerr_unlocked: | ||
| 3193 | .globl dprintf | ||
| 3194 | .type dprintf, %function; | ||
| 3195 | dprintf: | ||
| 3196 | .globl _flushlbf | ||
| 3197 | .type _flushlbf, %function; | ||
| 3198 | _flushlbf: | ||
| 3199 | .globl __fsetlocking | ||
| 3200 | .type __fsetlocking, %function; | ||
| 3201 | __fsetlocking: | ||
| 3202 | .globl __fwriting | ||
| 3203 | .type __fwriting, %function; | ||
| 3204 | __fwriting: | ||
| 3205 | .globl __freading | ||
| 3206 | .type __freading, %function; | ||
| 3207 | __freading: | ||
| 3208 | .globl __freadable | ||
| 3209 | .type __freadable, %function; | ||
| 3210 | __freadable: | ||
| 3211 | .globl __fwritable | ||
| 3212 | .type __fwritable, %function; | ||
| 3213 | __fwritable: | ||
| 3214 | .globl __flbf | ||
| 3215 | .type __flbf, %function; | ||
| 3216 | __flbf: | ||
| 3217 | .globl __fbufsize | ||
| 3218 | .type __fbufsize, %function; | ||
| 3219 | __fbufsize: | ||
| 3220 | .globl __fpending | ||
| 3221 | .type __fpending, %function; | ||
| 3222 | __fpending: | ||
| 3223 | .globl __fpurge | ||
| 3224 | .type __fpurge, %function; | ||
| 3225 | __fpurge: | ||
| 3226 | .weak fpurge | ||
| 3227 | .type fpurge, %function; | ||
| 3228 | fpurge: | ||
| 3229 | .globl __freadahead | ||
| 3230 | .type __freadahead, %function; | ||
| 3231 | __freadahead: | ||
| 3232 | .globl __freadptr | ||
| 3233 | .type __freadptr, %function; | ||
| 3234 | __freadptr: | ||
| 3235 | .globl __freadptrinc | ||
| 3236 | .type __freadptrinc, %function; | ||
| 3237 | __freadptrinc: | ||
| 3238 | .globl __fseterr | ||
| 3239 | .type __fseterr, %function; | ||
| 3240 | __fseterr: | ||
| 3241 | .globl fclose | ||
| 3242 | .type fclose, %function; | ||
| 3243 | fclose: | ||
| 3244 | .weak feof_unlocked | ||
| 3245 | .type feof_unlocked, %function; | ||
| 3246 | feof_unlocked: | ||
| 3247 | .globl feof | ||
| 3248 | .type feof, %function; | ||
| 3249 | feof: | ||
| 3250 | .weak _IO_feof_unlocked | ||
| 3251 | .type _IO_feof_unlocked, %function; | ||
| 3252 | _IO_feof_unlocked: | ||
| 3253 | .weak _IO_ferror_unlocked | ||
| 3254 | .type _IO_ferror_unlocked, %function; | ||
| 3255 | _IO_ferror_unlocked: | ||
| 3256 | .weak ferror_unlocked | ||
| 3257 | .type ferror_unlocked, %function; | ||
| 3258 | ferror_unlocked: | ||
| 3259 | .globl ferror | ||
| 3260 | .type ferror, %function; | ||
| 3261 | ferror: | ||
| 3262 | .globl fflush | ||
| 3263 | .type fflush, %function; | ||
| 3264 | fflush: | ||
| 3265 | .weak fflush_unlocked | ||
| 3266 | .type fflush_unlocked, %function; | ||
| 3267 | fflush_unlocked: | ||
| 3268 | .globl fgetc | ||
| 3269 | .type fgetc, %function; | ||
| 3270 | fgetc: | ||
| 3271 | .globl fgetln | ||
| 3272 | .type fgetln, %function; | ||
| 3273 | fgetln: | ||
| 3274 | .weak fgetpos64 | ||
| 3275 | .type fgetpos64, %function; | ||
| 3276 | fgetpos64: | ||
| 3277 | .globl fgetpos | ||
| 3278 | .type fgetpos, %function; | ||
| 3279 | fgetpos: | ||
| 3280 | .globl fgets | ||
| 3281 | .type fgets, %function; | ||
| 3282 | fgets: | ||
| 3283 | .weak fgets_unlocked | ||
| 3284 | .type fgets_unlocked, %function; | ||
| 3285 | fgets_unlocked: | ||
| 3286 | .weak getwc_unlocked | ||
| 3287 | .type getwc_unlocked, %function; | ||
| 3288 | getwc_unlocked: | ||
| 3289 | .globl __fgetwc_unlocked | ||
| 3290 | .type __fgetwc_unlocked, %function; | ||
| 3291 | __fgetwc_unlocked: | ||
| 3292 | .weak fgetwc_unlocked | ||
| 3293 | .type fgetwc_unlocked, %function; | ||
| 3294 | fgetwc_unlocked: | ||
| 3295 | .globl fgetwc | ||
| 3296 | .type fgetwc, %function; | ||
| 3297 | fgetwc: | ||
| 3298 | .globl fgetws | ||
| 3299 | .type fgetws, %function; | ||
| 3300 | fgetws: | ||
| 3301 | .weak fgetws_unlocked | ||
| 3302 | .type fgetws_unlocked, %function; | ||
| 3303 | fgetws_unlocked: | ||
| 3304 | .weak fileno_unlocked | ||
| 3305 | .type fileno_unlocked, %function; | ||
| 3306 | fileno_unlocked: | ||
| 3307 | .globl fileno | ||
| 3308 | .type fileno, %function; | ||
| 3309 | fileno: | ||
| 3310 | .globl flockfile | ||
| 3311 | .type flockfile, %function; | ||
| 3312 | flockfile: | ||
| 3313 | .globl fmemopen | ||
| 3314 | .type fmemopen, %function; | ||
| 3315 | fmemopen: | ||
| 3316 | .globl fopen | ||
| 3317 | .type fopen, %function; | ||
| 3318 | fopen: | ||
| 3319 | .weak fopen64 | ||
| 3320 | .type fopen64, %function; | ||
| 3321 | fopen64: | ||
| 3322 | .globl fopencookie | ||
| 3323 | .type fopencookie, %function; | ||
| 3324 | fopencookie: | ||
| 3325 | .globl fprintf | ||
| 3326 | .type fprintf, %function; | ||
| 3327 | fprintf: | ||
| 3328 | .globl fputc | ||
| 3329 | .type fputc, %function; | ||
| 3330 | fputc: | ||
| 3331 | .weak fputs_unlocked | ||
| 3332 | .type fputs_unlocked, %function; | ||
| 3333 | fputs_unlocked: | ||
| 3334 | .globl fputs | ||
| 3335 | .type fputs, %function; | ||
| 3336 | fputs: | ||
| 3337 | .weak putwc_unlocked | ||
| 3338 | .type putwc_unlocked, %function; | ||
| 3339 | putwc_unlocked: | ||
| 3340 | .globl __fputwc_unlocked | ||
| 3341 | .type __fputwc_unlocked, %function; | ||
| 3342 | __fputwc_unlocked: | ||
| 3343 | .weak fputwc_unlocked | ||
| 3344 | .type fputwc_unlocked, %function; | ||
| 3345 | fputwc_unlocked: | ||
| 3346 | .globl fputwc | ||
| 3347 | .type fputwc, %function; | ||
| 3348 | fputwc: | ||
| 3349 | .globl fputws | ||
| 3350 | .type fputws, %function; | ||
| 3351 | fputws: | ||
| 3352 | .weak fputws_unlocked | ||
| 3353 | .type fputws_unlocked, %function; | ||
| 3354 | fputws_unlocked: | ||
| 3355 | .weak fread_unlocked | ||
| 3356 | .type fread_unlocked, %function; | ||
| 3357 | fread_unlocked: | ||
| 3358 | .globl fread | ||
| 3359 | .type fread, %function; | ||
| 3360 | fread: | ||
| 3361 | .weak freopen64 | ||
| 3362 | .type freopen64, %function; | ||
| 3363 | freopen64: | ||
| 3364 | .globl freopen | ||
| 3365 | .type freopen, %function; | ||
| 3366 | freopen: | ||
| 3367 | .weak __isoc99_fscanf | ||
| 3368 | .type __isoc99_fscanf, %function; | ||
| 3369 | __isoc99_fscanf: | ||
| 3370 | .globl fscanf | ||
| 3371 | .type fscanf, %function; | ||
| 3372 | fscanf: | ||
| 3373 | .weak fseeko64 | ||
| 3374 | .type fseeko64, %function; | ||
| 3375 | fseeko64: | ||
| 3376 | .weak fseeko | ||
| 3377 | .type fseeko, %function; | ||
| 3378 | fseeko: | ||
| 3379 | .globl fseek | ||
| 3380 | .type fseek, %function; | ||
| 3381 | fseek: | ||
| 3382 | .globl fsetpos | ||
| 3383 | .type fsetpos, %function; | ||
| 3384 | fsetpos: | ||
| 3385 | .weak fsetpos64 | ||
| 3386 | .type fsetpos64, %function; | ||
| 3387 | fsetpos64: | ||
| 3388 | .weak ftello64 | ||
| 3389 | .type ftello64, %function; | ||
| 3390 | ftello64: | ||
| 3391 | .weak ftello | ||
| 3392 | .type ftello, %function; | ||
| 3393 | ftello: | ||
| 3394 | .globl ftell | ||
| 3395 | .type ftell, %function; | ||
| 3396 | ftell: | ||
| 3397 | .globl ftrylockfile | ||
| 3398 | .type ftrylockfile, %function; | ||
| 3399 | ftrylockfile: | ||
| 3400 | .globl funlockfile | ||
| 3401 | .type funlockfile, %function; | ||
| 3402 | funlockfile: | ||
| 3403 | .globl fwide | ||
| 3404 | .type fwide, %function; | ||
| 3405 | fwide: | ||
| 3406 | .globl fwprintf | ||
| 3407 | .type fwprintf, %function; | ||
| 3408 | fwprintf: | ||
| 3409 | .weak fwrite_unlocked | ||
| 3410 | .type fwrite_unlocked, %function; | ||
| 3411 | fwrite_unlocked: | ||
| 3412 | .globl fwrite | ||
| 3413 | .type fwrite, %function; | ||
| 3414 | fwrite: | ||
| 3415 | .weak __isoc99_fwscanf | ||
| 3416 | .type __isoc99_fwscanf, %function; | ||
| 3417 | __isoc99_fwscanf: | ||
| 3418 | .globl fwscanf | ||
| 3419 | .type fwscanf, %function; | ||
| 3420 | fwscanf: | ||
| 3421 | .globl getc | ||
| 3422 | .type getc, %function; | ||
| 3423 | getc: | ||
| 3424 | .weak _IO_getc | ||
| 3425 | .type _IO_getc, %function; | ||
| 3426 | _IO_getc: | ||
| 3427 | .globl getc_unlocked | ||
| 3428 | .type getc_unlocked, %function; | ||
| 3429 | getc_unlocked: | ||
| 3430 | .weak _IO_getc_unlocked | ||
| 3431 | .type _IO_getc_unlocked, %function; | ||
| 3432 | _IO_getc_unlocked: | ||
| 3433 | .weak fgetc_unlocked | ||
| 3434 | .type fgetc_unlocked, %function; | ||
| 3435 | fgetc_unlocked: | ||
| 3436 | .globl getchar | ||
| 3437 | .type getchar, %function; | ||
| 3438 | getchar: | ||
| 3439 | .globl getchar_unlocked | ||
| 3440 | .type getchar_unlocked, %function; | ||
| 3441 | getchar_unlocked: | ||
| 3442 | .weak __getdelim | ||
| 3443 | .type __getdelim, %function; | ||
| 3444 | __getdelim: | ||
| 3445 | .globl getdelim | ||
| 3446 | .type getdelim, %function; | ||
| 3447 | getdelim: | ||
| 3448 | .globl getline | ||
| 3449 | .type getline, %function; | ||
| 3450 | getline: | ||
| 3451 | .globl gets | ||
| 3452 | .type gets, %function; | ||
| 3453 | gets: | ||
| 3454 | .globl getw | ||
| 3455 | .type getw, %function; | ||
| 3456 | getw: | ||
| 3457 | .globl getwc | ||
| 3458 | .type getwc, %function; | ||
| 3459 | getwc: | ||
| 3460 | .weak getwchar_unlocked | ||
| 3461 | .type getwchar_unlocked, %function; | ||
| 3462 | getwchar_unlocked: | ||
| 3463 | .globl getwchar | ||
| 3464 | .type getwchar, %function; | ||
| 3465 | getwchar: | ||
| 3466 | .globl open_memstream | ||
| 3467 | .type open_memstream, %function; | ||
| 3468 | open_memstream: | ||
| 3469 | .globl open_wmemstream | ||
| 3470 | .type open_wmemstream, %function; | ||
| 3471 | open_wmemstream: | ||
| 3472 | .globl pclose | ||
| 3473 | .type pclose, %function; | ||
| 3474 | pclose: | ||
| 3475 | .globl perror | ||
| 3476 | .type perror, %function; | ||
| 3477 | perror: | ||
| 3478 | .globl popen | ||
| 3479 | .type popen, %function; | ||
| 3480 | popen: | ||
| 3481 | .globl printf | ||
| 3482 | .type printf, %function; | ||
| 3483 | printf: | ||
| 3484 | .globl putc | ||
| 3485 | .type putc, %function; | ||
| 3486 | putc: | ||
| 3487 | .weak _IO_putc | ||
| 3488 | .type _IO_putc, %function; | ||
| 3489 | _IO_putc: | ||
| 3490 | .globl putc_unlocked | ||
| 3491 | .type putc_unlocked, %function; | ||
| 3492 | putc_unlocked: | ||
| 3493 | .weak _IO_putc_unlocked | ||
| 3494 | .type _IO_putc_unlocked, %function; | ||
| 3495 | _IO_putc_unlocked: | ||
| 3496 | .weak fputc_unlocked | ||
| 3497 | .type fputc_unlocked, %function; | ||
| 3498 | fputc_unlocked: | ||
| 3499 | .globl putchar | ||
| 3500 | .type putchar, %function; | ||
| 3501 | putchar: | ||
| 3502 | .globl putchar_unlocked | ||
| 3503 | .type putchar_unlocked, %function; | ||
| 3504 | putchar_unlocked: | ||
| 3505 | .globl puts | ||
| 3506 | .type puts, %function; | ||
| 3507 | puts: | ||
| 3508 | .globl putw | ||
| 3509 | .type putw, %function; | ||
| 3510 | putw: | ||
| 3511 | .globl putwc | ||
| 3512 | .type putwc, %function; | ||
| 3513 | putwc: | ||
| 3514 | .weak putwchar_unlocked | ||
| 3515 | .type putwchar_unlocked, %function; | ||
| 3516 | putwchar_unlocked: | ||
| 3517 | .globl putwchar | ||
| 3518 | .type putwchar, %function; | ||
| 3519 | putwchar: | ||
| 3520 | .globl remove | ||
| 3521 | .type remove, %function; | ||
| 3522 | remove: | ||
| 3523 | .globl rename | ||
| 3524 | .type rename, %function; | ||
| 3525 | rename: | ||
| 3526 | .globl rewind | ||
| 3527 | .type rewind, %function; | ||
| 3528 | rewind: | ||
| 3529 | .weak __isoc99_scanf | ||
| 3530 | .type __isoc99_scanf, %function; | ||
| 3531 | __isoc99_scanf: | ||
| 3532 | .globl scanf | ||
| 3533 | .type scanf, %function; | ||
| 3534 | scanf: | ||
| 3535 | .globl setbuf | ||
| 3536 | .type setbuf, %function; | ||
| 3537 | setbuf: | ||
| 3538 | .globl setbuffer | ||
| 3539 | .type setbuffer, %function; | ||
| 3540 | setbuffer: | ||
| 3541 | .globl setlinebuf | ||
| 3542 | .type setlinebuf, %function; | ||
| 3543 | setlinebuf: | ||
| 3544 | .globl setvbuf | ||
| 3545 | .type setvbuf, %function; | ||
| 3546 | setvbuf: | ||
| 3547 | .globl snprintf | ||
| 3548 | .type snprintf, %function; | ||
| 3549 | snprintf: | ||
| 3550 | .globl sprintf | ||
| 3551 | .type sprintf, %function; | ||
| 3552 | sprintf: | ||
| 3553 | .globl sscanf | ||
| 3554 | .type sscanf, %function; | ||
| 3555 | sscanf: | ||
| 3556 | .weak __isoc99_sscanf | ||
| 3557 | .type __isoc99_sscanf, %function; | ||
| 3558 | __isoc99_sscanf: | ||
| 3559 | .globl swprintf | ||
| 3560 | .type swprintf, %function; | ||
| 3561 | swprintf: | ||
| 3562 | .weak __isoc99_swscanf | ||
| 3563 | .type __isoc99_swscanf, %function; | ||
| 3564 | __isoc99_swscanf: | ||
| 3565 | .globl swscanf | ||
| 3566 | .type swscanf, %function; | ||
| 3567 | swscanf: | ||
| 3568 | .globl tempnam | ||
| 3569 | .type tempnam, %function; | ||
| 3570 | tempnam: | ||
| 3571 | .globl tmpfile | ||
| 3572 | .type tmpfile, %function; | ||
| 3573 | tmpfile: | ||
| 3574 | .weak tmpfile64 | ||
| 3575 | .type tmpfile64, %function; | ||
| 3576 | tmpfile64: | ||
| 3577 | .globl tmpnam | ||
| 3578 | .type tmpnam, %function; | ||
| 3579 | tmpnam: | ||
| 3580 | .globl ungetc | ||
| 3581 | .type ungetc, %function; | ||
| 3582 | ungetc: | ||
| 3583 | .globl ungetwc | ||
| 3584 | .type ungetwc, %function; | ||
| 3585 | ungetwc: | ||
| 3586 | .globl vasprintf | ||
| 3587 | .type vasprintf, %function; | ||
| 3588 | vasprintf: | ||
| 3589 | .globl vdprintf | ||
| 3590 | .type vdprintf, %function; | ||
| 3591 | vdprintf: | ||
| 3592 | .globl vfprintf | ||
| 3593 | .type vfprintf, %function; | ||
| 3594 | vfprintf: | ||
| 3595 | .globl vfscanf | ||
| 3596 | .type vfscanf, %function; | ||
| 3597 | vfscanf: | ||
| 3598 | .weak __isoc99_vfscanf | ||
| 3599 | .type __isoc99_vfscanf, %function; | ||
| 3600 | __isoc99_vfscanf: | ||
| 3601 | .globl vfwprintf | ||
| 3602 | .type vfwprintf, %function; | ||
| 3603 | vfwprintf: | ||
| 3604 | .weak __isoc99_vfwscanf | ||
| 3605 | .type __isoc99_vfwscanf, %function; | ||
| 3606 | __isoc99_vfwscanf: | ||
| 3607 | .globl vfwscanf | ||
| 3608 | .type vfwscanf, %function; | ||
| 3609 | vfwscanf: | ||
| 3610 | .globl vprintf | ||
| 3611 | .type vprintf, %function; | ||
| 3612 | vprintf: | ||
| 3613 | .globl vscanf | ||
| 3614 | .type vscanf, %function; | ||
| 3615 | vscanf: | ||
| 3616 | .weak __isoc99_vscanf | ||
| 3617 | .type __isoc99_vscanf, %function; | ||
| 3618 | __isoc99_vscanf: | ||
| 3619 | .globl vsnprintf | ||
| 3620 | .type vsnprintf, %function; | ||
| 3621 | vsnprintf: | ||
| 3622 | .globl vsprintf | ||
| 3623 | .type vsprintf, %function; | ||
| 3624 | vsprintf: | ||
| 3625 | .weak __isoc99_vsscanf | ||
| 3626 | .type __isoc99_vsscanf, %function; | ||
| 3627 | __isoc99_vsscanf: | ||
| 3628 | .globl vsscanf | ||
| 3629 | .type vsscanf, %function; | ||
| 3630 | vsscanf: | ||
| 3631 | .globl vswprintf | ||
| 3632 | .type vswprintf, %function; | ||
| 3633 | vswprintf: | ||
| 3634 | .weak __isoc99_vswscanf | ||
| 3635 | .type __isoc99_vswscanf, %function; | ||
| 3636 | __isoc99_vswscanf: | ||
| 3637 | .globl vswscanf | ||
| 3638 | .type vswscanf, %function; | ||
| 3639 | vswscanf: | ||
| 3640 | .globl vwprintf | ||
| 3641 | .type vwprintf, %function; | ||
| 3642 | vwprintf: | ||
| 3643 | .weak __isoc99_vwscanf | ||
| 3644 | .type __isoc99_vwscanf, %function; | ||
| 3645 | __isoc99_vwscanf: | ||
| 3646 | .globl vwscanf | ||
| 3647 | .type vwscanf, %function; | ||
| 3648 | vwscanf: | ||
| 3649 | .globl wprintf | ||
| 3650 | .type wprintf, %function; | ||
| 3651 | wprintf: | ||
| 3652 | .globl wscanf | ||
| 3653 | .type wscanf, %function; | ||
| 3654 | wscanf: | ||
| 3655 | .weak __isoc99_wscanf | ||
| 3656 | .type __isoc99_wscanf, %function; | ||
| 3657 | __isoc99_wscanf: | ||
| 3658 | .globl abs | ||
| 3659 | .type abs, %function; | ||
| 3660 | abs: | ||
| 3661 | .globl atof | ||
| 3662 | .type atof, %function; | ||
| 3663 | atof: | ||
| 3664 | .globl atoi | ||
| 3665 | .type atoi, %function; | ||
| 3666 | atoi: | ||
| 3667 | .globl atol | ||
| 3668 | .type atol, %function; | ||
| 3669 | atol: | ||
| 3670 | .globl atoll | ||
| 3671 | .type atoll, %function; | ||
| 3672 | atoll: | ||
| 3673 | .globl bsearch | ||
| 3674 | .type bsearch, %function; | ||
| 3675 | bsearch: | ||
| 3676 | .globl div | ||
| 3677 | .type div, %function; | ||
| 3678 | div: | ||
| 3679 | .globl ecvt | ||
| 3680 | .type ecvt, %function; | ||
| 3681 | ecvt: | ||
| 3682 | .globl fcvt | ||
| 3683 | .type fcvt, %function; | ||
| 3684 | fcvt: | ||
| 3685 | .globl gcvt | ||
| 3686 | .type gcvt, %function; | ||
| 3687 | gcvt: | ||
| 3688 | .globl imaxabs | ||
| 3689 | .type imaxabs, %function; | ||
| 3690 | imaxabs: | ||
| 3691 | .globl imaxdiv | ||
| 3692 | .type imaxdiv, %function; | ||
| 3693 | imaxdiv: | ||
| 3694 | .globl labs | ||
| 3695 | .type labs, %function; | ||
| 3696 | labs: | ||
| 3697 | .globl ldiv | ||
| 3698 | .type ldiv, %function; | ||
| 3699 | ldiv: | ||
| 3700 | .globl llabs | ||
| 3701 | .type llabs, %function; | ||
| 3702 | llabs: | ||
| 3703 | .globl lldiv | ||
| 3704 | .type lldiv, %function; | ||
| 3705 | lldiv: | ||
| 3706 | .globl qsort | ||
| 3707 | .type qsort, %function; | ||
| 3708 | qsort: | ||
| 3709 | .weak __strtof_l | ||
| 3710 | .type __strtof_l, %function; | ||
| 3711 | __strtof_l: | ||
| 3712 | .weak strtof_l | ||
| 3713 | .type strtof_l, %function; | ||
| 3714 | strtof_l: | ||
| 3715 | .globl strtof | ||
| 3716 | .type strtof, %function; | ||
| 3717 | strtof: | ||
| 3718 | .weak strtod_l | ||
| 3719 | .type strtod_l, %function; | ||
| 3720 | strtod_l: | ||
| 3721 | .globl strtod | ||
| 3722 | .type strtod, %function; | ||
| 3723 | strtod: | ||
| 3724 | .weak __strtod_l | ||
| 3725 | .type __strtod_l, %function; | ||
| 3726 | __strtod_l: | ||
| 3727 | .weak __strtold_l | ||
| 3728 | .type __strtold_l, %function; | ||
| 3729 | __strtold_l: | ||
| 3730 | .globl strtold | ||
| 3731 | .type strtold, %function; | ||
| 3732 | strtold: | ||
| 3733 | .weak strtold_l | ||
| 3734 | .type strtold_l, %function; | ||
| 3735 | strtold_l: | ||
| 3736 | .weak __strtoull_internal | ||
| 3737 | .type __strtoull_internal, %function; | ||
| 3738 | __strtoull_internal: | ||
| 3739 | .globl strtoull | ||
| 3740 | .type strtoull, %function; | ||
| 3741 | strtoull: | ||
| 3742 | .globl strtoll | ||
| 3743 | .type strtoll, %function; | ||
| 3744 | strtoll: | ||
| 3745 | .weak __strtoll_internal | ||
| 3746 | .type __strtoll_internal, %function; | ||
| 3747 | __strtoll_internal: | ||
| 3748 | .weak __strtoul_internal | ||
| 3749 | .type __strtoul_internal, %function; | ||
| 3750 | __strtoul_internal: | ||
| 3751 | .globl strtoul | ||
| 3752 | .type strtoul, %function; | ||
| 3753 | strtoul: | ||
| 3754 | .globl strtol | ||
| 3755 | .type strtol, %function; | ||
| 3756 | strtol: | ||
| 3757 | .weak __strtol_internal | ||
| 3758 | .type __strtol_internal, %function; | ||
| 3759 | __strtol_internal: | ||
| 3760 | .globl strtoimax | ||
| 3761 | .type strtoimax, %function; | ||
| 3762 | strtoimax: | ||
| 3763 | .weak __strtoimax_internal | ||
| 3764 | .type __strtoimax_internal, %function; | ||
| 3765 | __strtoimax_internal: | ||
| 3766 | .weak __strtoumax_internal | ||
| 3767 | .type __strtoumax_internal, %function; | ||
| 3768 | __strtoumax_internal: | ||
| 3769 | .globl strtoumax | ||
| 3770 | .type strtoumax, %function; | ||
| 3771 | strtoumax: | ||
| 3772 | .globl wcstof | ||
| 3773 | .type wcstof, %function; | ||
| 3774 | wcstof: | ||
| 3775 | .globl wcstod | ||
| 3776 | .type wcstod, %function; | ||
| 3777 | wcstod: | ||
| 3778 | .globl wcstold | ||
| 3779 | .type wcstold, %function; | ||
| 3780 | wcstold: | ||
| 3781 | .globl wcstoul | ||
| 3782 | .type wcstoul, %function; | ||
| 3783 | wcstoul: | ||
| 3784 | .globl wcstoull | ||
| 3785 | .type wcstoull, %function; | ||
| 3786 | wcstoull: | ||
| 3787 | .globl wcstol | ||
| 3788 | .type wcstol, %function; | ||
| 3789 | wcstol: | ||
| 3790 | .globl wcstoll | ||
| 3791 | .type wcstoll, %function; | ||
| 3792 | wcstoll: | ||
| 3793 | .globl wcstoimax | ||
| 3794 | .type wcstoimax, %function; | ||
| 3795 | wcstoimax: | ||
| 3796 | .globl wcstoumax | ||
| 3797 | .type wcstoumax, %function; | ||
| 3798 | wcstoumax: | ||
| 3799 | .globl bcmp | ||
| 3800 | .type bcmp, %function; | ||
| 3801 | bcmp: | ||
| 3802 | .globl bcopy | ||
| 3803 | .type bcopy, %function; | ||
| 3804 | bcopy: | ||
| 3805 | .globl bzero | ||
| 3806 | .type bzero, %function; | ||
| 3807 | bzero: | ||
| 3808 | .globl explicit_bzero | ||
| 3809 | .type explicit_bzero, %function; | ||
| 3810 | explicit_bzero: | ||
| 3811 | .globl index | ||
| 3812 | .type index, %function; | ||
| 3813 | index: | ||
| 3814 | .globl memccpy | ||
| 3815 | .type memccpy, %function; | ||
| 3816 | memccpy: | ||
| 3817 | .globl memchr | ||
| 3818 | .type memchr, %function; | ||
| 3819 | memchr: | ||
| 3820 | .globl memcmp | ||
| 3821 | .type memcmp, %function; | ||
| 3822 | memcmp: | ||
| 3823 | .globl memmem | ||
| 3824 | .type memmem, %function; | ||
| 3825 | memmem: | ||
| 3826 | .globl mempcpy | ||
| 3827 | .type mempcpy, %function; | ||
| 3828 | mempcpy: | ||
| 3829 | .weak memrchr | ||
| 3830 | .type memrchr, %function; | ||
| 3831 | memrchr: | ||
| 3832 | .globl rindex | ||
| 3833 | .type rindex, %function; | ||
| 3834 | rindex: | ||
| 3835 | .weak stpcpy | ||
| 3836 | .type stpcpy, %function; | ||
| 3837 | stpcpy: | ||
| 3838 | .weak stpncpy | ||
| 3839 | .type stpncpy, %function; | ||
| 3840 | stpncpy: | ||
| 3841 | .globl strcasecmp | ||
| 3842 | .type strcasecmp, %function; | ||
| 3843 | strcasecmp: | ||
| 3844 | .weak strcasecmp_l | ||
| 3845 | .type strcasecmp_l, %function; | ||
| 3846 | strcasecmp_l: | ||
| 3847 | .globl __strcasecmp_l | ||
| 3848 | .type __strcasecmp_l, %function; | ||
| 3849 | __strcasecmp_l: | ||
| 3850 | .globl strcasestr | ||
| 3851 | .type strcasestr, %function; | ||
| 3852 | strcasestr: | ||
| 3853 | .globl strcat | ||
| 3854 | .type strcat, %function; | ||
| 3855 | strcat: | ||
| 3856 | .globl strchr | ||
| 3857 | .type strchr, %function; | ||
| 3858 | strchr: | ||
| 3859 | .weak strchrnul | ||
| 3860 | .type strchrnul, %function; | ||
| 3861 | strchrnul: | ||
| 3862 | .globl strcmp | ||
| 3863 | .type strcmp, %function; | ||
| 3864 | strcmp: | ||
| 3865 | .globl strcpy | ||
| 3866 | .type strcpy, %function; | ||
| 3867 | strcpy: | ||
| 3868 | .globl strcspn | ||
| 3869 | .type strcspn, %function; | ||
| 3870 | strcspn: | ||
| 3871 | .globl strdup | ||
| 3872 | .type strdup, %function; | ||
| 3873 | strdup: | ||
| 3874 | .globl strerror_r | ||
| 3875 | .type strerror_r, %function; | ||
| 3876 | strerror_r: | ||
| 3877 | .weak __xpg_strerror_r | ||
| 3878 | .type __xpg_strerror_r, %function; | ||
| 3879 | __xpg_strerror_r: | ||
| 3880 | .globl strlcat | ||
| 3881 | .type strlcat, %function; | ||
| 3882 | strlcat: | ||
| 3883 | .globl strlcpy | ||
| 3884 | .type strlcpy, %function; | ||
| 3885 | strlcpy: | ||
| 3886 | .globl strlen | ||
| 3887 | .type strlen, %function; | ||
| 3888 | strlen: | ||
| 3889 | .globl strncasecmp | ||
| 3890 | .type strncasecmp, %function; | ||
| 3891 | strncasecmp: | ||
| 3892 | .globl __strncasecmp_l | ||
| 3893 | .type __strncasecmp_l, %function; | ||
| 3894 | __strncasecmp_l: | ||
| 3895 | .weak strncasecmp_l | ||
| 3896 | .type strncasecmp_l, %function; | ||
| 3897 | strncasecmp_l: | ||
| 3898 | .globl strncat | ||
| 3899 | .type strncat, %function; | ||
| 3900 | strncat: | ||
| 3901 | .globl strncmp | ||
| 3902 | .type strncmp, %function; | ||
| 3903 | strncmp: | ||
| 3904 | .globl strncpy | ||
| 3905 | .type strncpy, %function; | ||
| 3906 | strncpy: | ||
| 3907 | .globl strndup | ||
| 3908 | .type strndup, %function; | ||
| 3909 | strndup: | ||
| 3910 | .globl strnlen | ||
| 3911 | .type strnlen, %function; | ||
| 3912 | strnlen: | ||
| 3913 | .globl strpbrk | ||
| 3914 | .type strpbrk, %function; | ||
| 3915 | strpbrk: | ||
| 3916 | .globl strrchr | ||
| 3917 | .type strrchr, %function; | ||
| 3918 | strrchr: | ||
| 3919 | .globl strsep | ||
| 3920 | .type strsep, %function; | ||
| 3921 | strsep: | ||
| 3922 | .globl strsignal | ||
| 3923 | .type strsignal, %function; | ||
| 3924 | strsignal: | ||
| 3925 | .globl strspn | ||
| 3926 | .type strspn, %function; | ||
| 3927 | strspn: | ||
| 3928 | .globl strstr | ||
| 3929 | .type strstr, %function; | ||
| 3930 | strstr: | ||
| 3931 | .globl strtok | ||
| 3932 | .type strtok, %function; | ||
| 3933 | strtok: | ||
| 3934 | .globl strtok_r | ||
| 3935 | .type strtok_r, %function; | ||
| 3936 | strtok_r: | ||
| 3937 | .globl strverscmp | ||
| 3938 | .type strverscmp, %function; | ||
| 3939 | strverscmp: | ||
| 3940 | .globl swab | ||
| 3941 | .type swab, %function; | ||
| 3942 | swab: | ||
| 3943 | .globl wcpcpy | ||
| 3944 | .type wcpcpy, %function; | ||
| 3945 | wcpcpy: | ||
| 3946 | .globl wcpncpy | ||
| 3947 | .type wcpncpy, %function; | ||
| 3948 | wcpncpy: | ||
| 3949 | .globl wcscasecmp | ||
| 3950 | .type wcscasecmp, %function; | ||
| 3951 | wcscasecmp: | ||
| 3952 | .globl wcscasecmp_l | ||
| 3953 | .type wcscasecmp_l, %function; | ||
| 3954 | wcscasecmp_l: | ||
| 3955 | .globl wcscat | ||
| 3956 | .type wcscat, %function; | ||
| 3957 | wcscat: | ||
| 3958 | .globl wcschr | ||
| 3959 | .type wcschr, %function; | ||
| 3960 | wcschr: | ||
| 3961 | .globl wcscmp | ||
| 3962 | .type wcscmp, %function; | ||
| 3963 | wcscmp: | ||
| 3964 | .globl wcscpy | ||
| 3965 | .type wcscpy, %function; | ||
| 3966 | wcscpy: | ||
| 3967 | .globl wcscspn | ||
| 3968 | .type wcscspn, %function; | ||
| 3969 | wcscspn: | ||
| 3970 | .globl wcsdup | ||
| 3971 | .type wcsdup, %function; | ||
| 3972 | wcsdup: | ||
| 3973 | .globl wcslen | ||
| 3974 | .type wcslen, %function; | ||
| 3975 | wcslen: | ||
| 3976 | .globl wcsncasecmp | ||
| 3977 | .type wcsncasecmp, %function; | ||
| 3978 | wcsncasecmp: | ||
| 3979 | .globl wcsncasecmp_l | ||
| 3980 | .type wcsncasecmp_l, %function; | ||
| 3981 | wcsncasecmp_l: | ||
| 3982 | .globl wcsncat | ||
| 3983 | .type wcsncat, %function; | ||
| 3984 | wcsncat: | ||
| 3985 | .globl wcsncmp | ||
| 3986 | .type wcsncmp, %function; | ||
| 3987 | wcsncmp: | ||
| 3988 | .globl wcsncpy | ||
| 3989 | .type wcsncpy, %function; | ||
| 3990 | wcsncpy: | ||
| 3991 | .globl wcsnlen | ||
| 3992 | .type wcsnlen, %function; | ||
| 3993 | wcsnlen: | ||
| 3994 | .globl wcspbrk | ||
| 3995 | .type wcspbrk, %function; | ||
| 3996 | wcspbrk: | ||
| 3997 | .globl wcsrchr | ||
| 3998 | .type wcsrchr, %function; | ||
| 3999 | wcsrchr: | ||
| 4000 | .globl wcsspn | ||
| 4001 | .type wcsspn, %function; | ||
| 4002 | wcsspn: | ||
| 4003 | .globl wcsstr | ||
| 4004 | .type wcsstr, %function; | ||
| 4005 | wcsstr: | ||
| 4006 | .globl wcstok | ||
| 4007 | .type wcstok, %function; | ||
| 4008 | wcstok: | ||
| 4009 | .globl wcswcs | ||
| 4010 | .type wcswcs, %function; | ||
| 4011 | wcswcs: | ||
| 4012 | .globl wmemchr | ||
| 4013 | .type wmemchr, %function; | ||
| 4014 | wmemchr: | ||
| 4015 | .globl wmemcmp | ||
| 4016 | .type wmemcmp, %function; | ||
| 4017 | wmemcmp: | ||
| 4018 | .globl wmemcpy | ||
| 4019 | .type wmemcpy, %function; | ||
| 4020 | wmemcpy: | ||
| 4021 | .globl wmemmove | ||
| 4022 | .type wmemmove, %function; | ||
| 4023 | wmemmove: | ||
| 4024 | .globl wmemset | ||
| 4025 | .type wmemset, %function; | ||
| 4026 | wmemset: | ||
| 4027 | .globl mkdtemp | ||
| 4028 | .type mkdtemp, %function; | ||
| 4029 | mkdtemp: | ||
| 4030 | .globl mkostemp | ||
| 4031 | .type mkostemp, %function; | ||
| 4032 | mkostemp: | ||
| 4033 | .weak mkostemp64 | ||
| 4034 | .type mkostemp64, %function; | ||
| 4035 | mkostemp64: | ||
| 4036 | .weak mkostemps64 | ||
| 4037 | .type mkostemps64, %function; | ||
| 4038 | mkostemps64: | ||
| 4039 | .weak mkostemps | ||
| 4040 | .type mkostemps, %function; | ||
| 4041 | mkostemps: | ||
| 4042 | .globl mkstemp | ||
| 4043 | .type mkstemp, %function; | ||
| 4044 | mkstemp: | ||
| 4045 | .weak mkstemp64 | ||
| 4046 | .type mkstemp64, %function; | ||
| 4047 | mkstemp64: | ||
| 4048 | .globl mkstemps | ||
| 4049 | .type mkstemps, %function; | ||
| 4050 | mkstemps: | ||
| 4051 | .weak mkstemps64 | ||
| 4052 | .type mkstemps64, %function; | ||
| 4053 | mkstemps64: | ||
| 4054 | .globl mktemp | ||
| 4055 | .type mktemp, %function; | ||
| 4056 | mktemp: | ||
| 4057 | .globl cfgetospeed | ||
| 4058 | .type cfgetospeed, %function; | ||
| 4059 | cfgetospeed: | ||
| 4060 | .globl cfgetispeed | ||
| 4061 | .type cfgetispeed, %function; | ||
| 4062 | cfgetispeed: | ||
| 4063 | .globl cfmakeraw | ||
| 4064 | .type cfmakeraw, %function; | ||
| 4065 | cfmakeraw: | ||
| 4066 | .globl cfsetospeed | ||
| 4067 | .type cfsetospeed, %function; | ||
| 4068 | cfsetospeed: | ||
| 4069 | .weak cfsetspeed | ||
| 4070 | .type cfsetspeed, %function; | ||
| 4071 | cfsetspeed: | ||
| 4072 | .globl cfsetispeed | ||
| 4073 | .type cfsetispeed, %function; | ||
| 4074 | cfsetispeed: | ||
| 4075 | .globl tcdrain | ||
| 4076 | .type tcdrain, %function; | ||
| 4077 | tcdrain: | ||
| 4078 | .globl tcflow | ||
| 4079 | .type tcflow, %function; | ||
| 4080 | tcflow: | ||
| 4081 | .globl tcflush | ||
| 4082 | .type tcflush, %function; | ||
| 4083 | tcflush: | ||
| 4084 | .globl tcgetattr | ||
| 4085 | .type tcgetattr, %function; | ||
| 4086 | tcgetattr: | ||
| 4087 | .globl tcgetsid | ||
| 4088 | .type tcgetsid, %function; | ||
| 4089 | tcgetsid: | ||
| 4090 | .globl tcgetwinsize | ||
| 4091 | .type tcgetwinsize, %function; | ||
| 4092 | tcgetwinsize: | ||
| 4093 | .globl tcsendbreak | ||
| 4094 | .type tcsendbreak, %function; | ||
| 4095 | tcsendbreak: | ||
| 4096 | .globl tcsetattr | ||
| 4097 | .type tcsetattr, %function; | ||
| 4098 | tcsetattr: | ||
| 4099 | .globl tcsetwinsize | ||
| 4100 | .type tcsetwinsize, %function; | ||
| 4101 | tcsetwinsize: | ||
| 4102 | .globl __tls_get_addr | ||
| 4103 | .type __tls_get_addr, %function; | ||
| 4104 | __tls_get_addr: | ||
| 4105 | .globl call_once | ||
| 4106 | .type call_once, %function; | ||
| 4107 | call_once: | ||
| 4108 | .globl cnd_broadcast | ||
| 4109 | .type cnd_broadcast, %function; | ||
| 4110 | cnd_broadcast: | ||
| 4111 | .globl cnd_destroy | ||
| 4112 | .type cnd_destroy, %function; | ||
| 4113 | cnd_destroy: | ||
| 4114 | .globl cnd_init | ||
| 4115 | .type cnd_init, %function; | ||
| 4116 | cnd_init: | ||
| 4117 | .globl cnd_signal | ||
| 4118 | .type cnd_signal, %function; | ||
| 4119 | cnd_signal: | ||
| 4120 | .globl cnd_timedwait | ||
| 4121 | .type cnd_timedwait, %function; | ||
| 4122 | cnd_timedwait: | ||
| 4123 | .globl cnd_wait | ||
| 4124 | .type cnd_wait, %function; | ||
| 4125 | cnd_wait: | ||
| 4126 | .globl mtx_destroy | ||
| 4127 | .type mtx_destroy, %function; | ||
| 4128 | mtx_destroy: | ||
| 4129 | .globl mtx_init | ||
| 4130 | .type mtx_init, %function; | ||
| 4131 | mtx_init: | ||
| 4132 | .globl mtx_lock | ||
| 4133 | .type mtx_lock, %function; | ||
| 4134 | mtx_lock: | ||
| 4135 | .globl mtx_timedlock | ||
| 4136 | .type mtx_timedlock, %function; | ||
| 4137 | mtx_timedlock: | ||
| 4138 | .globl mtx_trylock | ||
| 4139 | .type mtx_trylock, %function; | ||
| 4140 | mtx_trylock: | ||
| 4141 | .globl mtx_unlock | ||
| 4142 | .type mtx_unlock, %function; | ||
| 4143 | mtx_unlock: | ||
| 4144 | .globl pthread_atfork | ||
| 4145 | .type pthread_atfork, %function; | ||
| 4146 | pthread_atfork: | ||
| 4147 | .globl pthread_attr_destroy | ||
| 4148 | .type pthread_attr_destroy, %function; | ||
| 4149 | pthread_attr_destroy: | ||
| 4150 | .globl pthread_attr_getdetachstate | ||
| 4151 | .type pthread_attr_getdetachstate, %function; | ||
| 4152 | pthread_attr_getdetachstate: | ||
| 4153 | .globl pthread_attr_getguardsize | ||
| 4154 | .type pthread_attr_getguardsize, %function; | ||
| 4155 | pthread_attr_getguardsize: | ||
| 4156 | .globl pthread_attr_getinheritsched | ||
| 4157 | .type pthread_attr_getinheritsched, %function; | ||
| 4158 | pthread_attr_getinheritsched: | ||
| 4159 | .globl pthread_attr_getschedparam | ||
| 4160 | .type pthread_attr_getschedparam, %function; | ||
| 4161 | pthread_attr_getschedparam: | ||
| 4162 | .globl pthread_attr_getschedpolicy | ||
| 4163 | .type pthread_attr_getschedpolicy, %function; | ||
| 4164 | pthread_attr_getschedpolicy: | ||
| 4165 | .globl pthread_attr_getscope | ||
| 4166 | .type pthread_attr_getscope, %function; | ||
| 4167 | pthread_attr_getscope: | ||
| 4168 | .globl pthread_attr_getstack | ||
| 4169 | .type pthread_attr_getstack, %function; | ||
| 4170 | pthread_attr_getstack: | ||
| 4171 | .globl pthread_attr_getstacksize | ||
| 4172 | .type pthread_attr_getstacksize, %function; | ||
| 4173 | pthread_attr_getstacksize: | ||
| 4174 | .globl pthread_barrierattr_getpshared | ||
| 4175 | .type pthread_barrierattr_getpshared, %function; | ||
| 4176 | pthread_barrierattr_getpshared: | ||
| 4177 | .globl pthread_condattr_getclock | ||
| 4178 | .type pthread_condattr_getclock, %function; | ||
| 4179 | pthread_condattr_getclock: | ||
| 4180 | .globl pthread_condattr_getpshared | ||
| 4181 | .type pthread_condattr_getpshared, %function; | ||
| 4182 | pthread_condattr_getpshared: | ||
| 4183 | .globl pthread_mutexattr_getprotocol | ||
| 4184 | .type pthread_mutexattr_getprotocol, %function; | ||
| 4185 | pthread_mutexattr_getprotocol: | ||
| 4186 | .globl pthread_mutexattr_getpshared | ||
| 4187 | .type pthread_mutexattr_getpshared, %function; | ||
| 4188 | pthread_mutexattr_getpshared: | ||
| 4189 | .globl pthread_mutexattr_getrobust | ||
| 4190 | .type pthread_mutexattr_getrobust, %function; | ||
| 4191 | pthread_mutexattr_getrobust: | ||
| 4192 | .globl pthread_mutexattr_gettype | ||
| 4193 | .type pthread_mutexattr_gettype, %function; | ||
| 4194 | pthread_mutexattr_gettype: | ||
| 4195 | .globl pthread_rwlockattr_getpshared | ||
| 4196 | .type pthread_rwlockattr_getpshared, %function; | ||
| 4197 | pthread_rwlockattr_getpshared: | ||
| 4198 | .globl pthread_attr_init | ||
| 4199 | .type pthread_attr_init, %function; | ||
| 4200 | pthread_attr_init: | ||
| 4201 | .globl pthread_attr_setdetachstate | ||
| 4202 | .type pthread_attr_setdetachstate, %function; | ||
| 4203 | pthread_attr_setdetachstate: | ||
| 4204 | .globl pthread_attr_setguardsize | ||
| 4205 | .type pthread_attr_setguardsize, %function; | ||
| 4206 | pthread_attr_setguardsize: | ||
| 4207 | .globl pthread_attr_setinheritsched | ||
| 4208 | .type pthread_attr_setinheritsched, %function; | ||
| 4209 | pthread_attr_setinheritsched: | ||
| 4210 | .globl pthread_attr_setschedparam | ||
| 4211 | .type pthread_attr_setschedparam, %function; | ||
| 4212 | pthread_attr_setschedparam: | ||
| 4213 | .globl pthread_attr_setschedpolicy | ||
| 4214 | .type pthread_attr_setschedpolicy, %function; | ||
| 4215 | pthread_attr_setschedpolicy: | ||
| 4216 | .globl pthread_attr_setscope | ||
| 4217 | .type pthread_attr_setscope, %function; | ||
| 4218 | pthread_attr_setscope: | ||
| 4219 | .globl pthread_attr_setstack | ||
| 4220 | .type pthread_attr_setstack, %function; | ||
| 4221 | pthread_attr_setstack: | ||
| 4222 | .globl pthread_attr_setstacksize | ||
| 4223 | .type pthread_attr_setstacksize, %function; | ||
| 4224 | pthread_attr_setstacksize: | ||
| 4225 | .globl pthread_barrier_destroy | ||
| 4226 | .type pthread_barrier_destroy, %function; | ||
| 4227 | pthread_barrier_destroy: | ||
| 4228 | .globl pthread_barrier_init | ||
| 4229 | .type pthread_barrier_init, %function; | ||
| 4230 | pthread_barrier_init: | ||
| 4231 | .globl pthread_barrier_wait | ||
| 4232 | .type pthread_barrier_wait, %function; | ||
| 4233 | pthread_barrier_wait: | ||
| 4234 | .globl pthread_barrierattr_destroy | ||
| 4235 | .type pthread_barrierattr_destroy, %function; | ||
| 4236 | pthread_barrierattr_destroy: | ||
| 4237 | .globl pthread_barrierattr_init | ||
| 4238 | .type pthread_barrierattr_init, %function; | ||
| 4239 | pthread_barrierattr_init: | ||
| 4240 | .globl pthread_barrierattr_setpshared | ||
| 4241 | .type pthread_barrierattr_setpshared, %function; | ||
| 4242 | pthread_barrierattr_setpshared: | ||
| 4243 | .globl pthread_cancel | ||
| 4244 | .type pthread_cancel, %function; | ||
| 4245 | pthread_cancel: | ||
| 4246 | .globl _pthread_cleanup_push | ||
| 4247 | .type _pthread_cleanup_push, %function; | ||
| 4248 | _pthread_cleanup_push: | ||
| 4249 | .globl _pthread_cleanup_pop | ||
| 4250 | .type _pthread_cleanup_pop, %function; | ||
| 4251 | _pthread_cleanup_pop: | ||
| 4252 | .globl pthread_cond_broadcast | ||
| 4253 | .type pthread_cond_broadcast, %function; | ||
| 4254 | pthread_cond_broadcast: | ||
| 4255 | .globl pthread_cond_destroy | ||
| 4256 | .type pthread_cond_destroy, %function; | ||
| 4257 | pthread_cond_destroy: | ||
| 4258 | .globl pthread_cond_init | ||
| 4259 | .type pthread_cond_init, %function; | ||
| 4260 | pthread_cond_init: | ||
| 4261 | .globl pthread_cond_signal | ||
| 4262 | .type pthread_cond_signal, %function; | ||
| 4263 | pthread_cond_signal: | ||
| 4264 | .weak pthread_cond_timedwait | ||
| 4265 | .type pthread_cond_timedwait, %function; | ||
| 4266 | pthread_cond_timedwait: | ||
| 4267 | .globl pthread_cond_wait | ||
| 4268 | .type pthread_cond_wait, %function; | ||
| 4269 | pthread_cond_wait: | ||
| 4270 | .globl pthread_condattr_destroy | ||
| 4271 | .type pthread_condattr_destroy, %function; | ||
| 4272 | pthread_condattr_destroy: | ||
| 4273 | .globl pthread_condattr_init | ||
| 4274 | .type pthread_condattr_init, %function; | ||
| 4275 | pthread_condattr_init: | ||
| 4276 | .globl pthread_condattr_setclock | ||
| 4277 | .type pthread_condattr_setclock, %function; | ||
| 4278 | pthread_condattr_setclock: | ||
| 4279 | .globl pthread_condattr_setpshared | ||
| 4280 | .type pthread_condattr_setpshared, %function; | ||
| 4281 | pthread_condattr_setpshared: | ||
| 4282 | .weak pthread_exit | ||
| 4283 | .type pthread_exit, %function; | ||
| 4284 | pthread_exit: | ||
| 4285 | .weak pthread_create | ||
| 4286 | .type pthread_create, %function; | ||
| 4287 | pthread_create: | ||
| 4288 | .weak thrd_detach | ||
| 4289 | .type thrd_detach, %function; | ||
| 4290 | thrd_detach: | ||
| 4291 | .weak pthread_detach | ||
| 4292 | .type pthread_detach, %function; | ||
| 4293 | pthread_detach: | ||
| 4294 | .weak thrd_equal | ||
| 4295 | .type thrd_equal, %function; | ||
| 4296 | thrd_equal: | ||
| 4297 | .weak pthread_equal | ||
| 4298 | .type pthread_equal, %function; | ||
| 4299 | pthread_equal: | ||
| 4300 | .globl pthread_getattr_np | ||
| 4301 | .type pthread_getattr_np, %function; | ||
| 4302 | pthread_getattr_np: | ||
| 4303 | .globl pthread_getconcurrency | ||
| 4304 | .type pthread_getconcurrency, %function; | ||
| 4305 | pthread_getconcurrency: | ||
| 4306 | .globl pthread_getcpuclockid | ||
| 4307 | .type pthread_getcpuclockid, %function; | ||
| 4308 | pthread_getcpuclockid: | ||
| 4309 | .globl pthread_getschedparam | ||
| 4310 | .type pthread_getschedparam, %function; | ||
| 4311 | pthread_getschedparam: | ||
| 4312 | .weak tss_get | ||
| 4313 | .type tss_get, %function; | ||
| 4314 | tss_get: | ||
| 4315 | .weak pthread_getspecific | ||
| 4316 | .type pthread_getspecific, %function; | ||
| 4317 | pthread_getspecific: | ||
| 4318 | .weak pthread_timedjoin_np | ||
| 4319 | .type pthread_timedjoin_np, %function; | ||
| 4320 | pthread_timedjoin_np: | ||
| 4321 | .weak pthread_join | ||
| 4322 | .type pthread_join, %function; | ||
| 4323 | pthread_join: | ||
| 4324 | .weak pthread_tryjoin_np | ||
| 4325 | .type pthread_tryjoin_np, %function; | ||
| 4326 | pthread_tryjoin_np: | ||
| 4327 | .weak pthread_key_create | ||
| 4328 | .type pthread_key_create, %function; | ||
| 4329 | pthread_key_create: | ||
| 4330 | .weak pthread_key_delete | ||
| 4331 | .type pthread_key_delete, %function; | ||
| 4332 | pthread_key_delete: | ||
| 4333 | .globl pthread_kill | ||
| 4334 | .type pthread_kill, %function; | ||
| 4335 | pthread_kill: | ||
| 4336 | .globl pthread_mutex_consistent | ||
| 4337 | .type pthread_mutex_consistent, %function; | ||
| 4338 | pthread_mutex_consistent: | ||
| 4339 | .globl pthread_mutex_destroy | ||
| 4340 | .type pthread_mutex_destroy, %function; | ||
| 4341 | pthread_mutex_destroy: | ||
| 4342 | .globl pthread_mutex_getprioceiling | ||
| 4343 | .type pthread_mutex_getprioceiling, %function; | ||
| 4344 | pthread_mutex_getprioceiling: | ||
| 4345 | .globl pthread_mutex_init | ||
| 4346 | .type pthread_mutex_init, %function; | ||
| 4347 | pthread_mutex_init: | ||
| 4348 | .weak pthread_mutex_lock | ||
| 4349 | .type pthread_mutex_lock, %function; | ||
| 4350 | pthread_mutex_lock: | ||
| 4351 | .globl pthread_mutex_setprioceiling | ||
| 4352 | .type pthread_mutex_setprioceiling, %function; | ||
| 4353 | pthread_mutex_setprioceiling: | ||
| 4354 | .weak pthread_mutex_timedlock | ||
| 4355 | .type pthread_mutex_timedlock, %function; | ||
| 4356 | pthread_mutex_timedlock: | ||
| 4357 | .weak pthread_mutex_trylock | ||
| 4358 | .type pthread_mutex_trylock, %function; | ||
| 4359 | pthread_mutex_trylock: | ||
| 4360 | .weak pthread_mutex_unlock | ||
| 4361 | .type pthread_mutex_unlock, %function; | ||
| 4362 | pthread_mutex_unlock: | ||
| 4363 | .globl pthread_mutexattr_destroy | ||
| 4364 | .type pthread_mutexattr_destroy, %function; | ||
| 4365 | pthread_mutexattr_destroy: | ||
| 4366 | .globl pthread_mutexattr_init | ||
| 4367 | .type pthread_mutexattr_init, %function; | ||
| 4368 | pthread_mutexattr_init: | ||
| 4369 | .globl pthread_mutexattr_setprotocol | ||
| 4370 | .type pthread_mutexattr_setprotocol, %function; | ||
| 4371 | pthread_mutexattr_setprotocol: | ||
| 4372 | .globl pthread_mutexattr_setpshared | ||
| 4373 | .type pthread_mutexattr_setpshared, %function; | ||
| 4374 | pthread_mutexattr_setpshared: | ||
| 4375 | .globl pthread_mutexattr_setrobust | ||
| 4376 | .type pthread_mutexattr_setrobust, %function; | ||
| 4377 | pthread_mutexattr_setrobust: | ||
| 4378 | .globl pthread_mutexattr_settype | ||
| 4379 | .type pthread_mutexattr_settype, %function; | ||
| 4380 | pthread_mutexattr_settype: | ||
| 4381 | .weak pthread_once | ||
| 4382 | .type pthread_once, %function; | ||
| 4383 | pthread_once: | ||
| 4384 | .globl pthread_rwlock_destroy | ||
| 4385 | .type pthread_rwlock_destroy, %function; | ||
| 4386 | pthread_rwlock_destroy: | ||
| 4387 | .globl pthread_rwlock_init | ||
| 4388 | .type pthread_rwlock_init, %function; | ||
| 4389 | pthread_rwlock_init: | ||
| 4390 | .weak pthread_rwlock_rdlock | ||
| 4391 | .type pthread_rwlock_rdlock, %function; | ||
| 4392 | pthread_rwlock_rdlock: | ||
| 4393 | .weak pthread_rwlock_timedrdlock | ||
| 4394 | .type pthread_rwlock_timedrdlock, %function; | ||
| 4395 | pthread_rwlock_timedrdlock: | ||
| 4396 | .weak pthread_rwlock_timedwrlock | ||
| 4397 | .type pthread_rwlock_timedwrlock, %function; | ||
| 4398 | pthread_rwlock_timedwrlock: | ||
| 4399 | .weak pthread_rwlock_tryrdlock | ||
| 4400 | .type pthread_rwlock_tryrdlock, %function; | ||
| 4401 | pthread_rwlock_tryrdlock: | ||
| 4402 | .weak pthread_rwlock_trywrlock | ||
| 4403 | .type pthread_rwlock_trywrlock, %function; | ||
| 4404 | pthread_rwlock_trywrlock: | ||
| 4405 | .weak pthread_rwlock_unlock | ||
| 4406 | .type pthread_rwlock_unlock, %function; | ||
| 4407 | pthread_rwlock_unlock: | ||
| 4408 | .weak pthread_rwlock_wrlock | ||
| 4409 | .type pthread_rwlock_wrlock, %function; | ||
| 4410 | pthread_rwlock_wrlock: | ||
| 4411 | .globl pthread_rwlockattr_destroy | ||
| 4412 | .type pthread_rwlockattr_destroy, %function; | ||
| 4413 | pthread_rwlockattr_destroy: | ||
| 4414 | .globl pthread_rwlockattr_init | ||
| 4415 | .type pthread_rwlockattr_init, %function; | ||
| 4416 | pthread_rwlockattr_init: | ||
| 4417 | .globl pthread_rwlockattr_setpshared | ||
| 4418 | .type pthread_rwlockattr_setpshared, %function; | ||
| 4419 | pthread_rwlockattr_setpshared: | ||
| 4420 | .weak thrd_current | ||
| 4421 | .type thrd_current, %function; | ||
| 4422 | thrd_current: | ||
| 4423 | .weak pthread_self | ||
| 4424 | .type pthread_self, %function; | ||
| 4425 | pthread_self: | ||
| 4426 | .globl pthread_setattr_default_np | ||
| 4427 | .type pthread_setattr_default_np, %function; | ||
| 4428 | pthread_setattr_default_np: | ||
| 4429 | .globl pthread_getattr_default_np | ||
| 4430 | .type pthread_getattr_default_np, %function; | ||
| 4431 | pthread_getattr_default_np: | ||
| 4432 | .weak pthread_setcancelstate | ||
| 4433 | .type pthread_setcancelstate, %function; | ||
| 4434 | pthread_setcancelstate: | ||
| 4435 | .globl pthread_setcanceltype | ||
| 4436 | .type pthread_setcanceltype, %function; | ||
| 4437 | pthread_setcanceltype: | ||
| 4438 | .globl pthread_setconcurrency | ||
| 4439 | .type pthread_setconcurrency, %function; | ||
| 4440 | pthread_setconcurrency: | ||
| 4441 | .globl pthread_setname_np | ||
| 4442 | .type pthread_setname_np, %function; | ||
| 4443 | pthread_setname_np: | ||
| 4444 | .globl pthread_setschedparam | ||
| 4445 | .type pthread_setschedparam, %function; | ||
| 4446 | pthread_setschedparam: | ||
| 4447 | .globl pthread_setschedprio | ||
| 4448 | .type pthread_setschedprio, %function; | ||
| 4449 | pthread_setschedprio: | ||
| 4450 | .globl pthread_setspecific | ||
| 4451 | .type pthread_setspecific, %function; | ||
| 4452 | pthread_setspecific: | ||
| 4453 | .globl pthread_sigmask | ||
| 4454 | .type pthread_sigmask, %function; | ||
| 4455 | pthread_sigmask: | ||
| 4456 | .globl pthread_spin_destroy | ||
| 4457 | .type pthread_spin_destroy, %function; | ||
| 4458 | pthread_spin_destroy: | ||
| 4459 | .globl pthread_spin_init | ||
| 4460 | .type pthread_spin_init, %function; | ||
| 4461 | pthread_spin_init: | ||
| 4462 | .globl pthread_spin_lock | ||
| 4463 | .type pthread_spin_lock, %function; | ||
| 4464 | pthread_spin_lock: | ||
| 4465 | .globl pthread_spin_trylock | ||
| 4466 | .type pthread_spin_trylock, %function; | ||
| 4467 | pthread_spin_trylock: | ||
| 4468 | .globl pthread_spin_unlock | ||
| 4469 | .type pthread_spin_unlock, %function; | ||
| 4470 | pthread_spin_unlock: | ||
| 4471 | .weak pthread_testcancel | ||
| 4472 | .type pthread_testcancel, %function; | ||
| 4473 | pthread_testcancel: | ||
| 4474 | .globl sem_destroy | ||
| 4475 | .type sem_destroy, %function; | ||
| 4476 | sem_destroy: | ||
| 4477 | .globl sem_getvalue | ||
| 4478 | .type sem_getvalue, %function; | ||
| 4479 | sem_getvalue: | ||
| 4480 | .globl sem_init | ||
| 4481 | .type sem_init, %function; | ||
| 4482 | sem_init: | ||
| 4483 | .globl sem_open | ||
| 4484 | .type sem_open, %function; | ||
| 4485 | sem_open: | ||
| 4486 | .globl sem_close | ||
| 4487 | .type sem_close, %function; | ||
| 4488 | sem_close: | ||
| 4489 | .globl sem_post | ||
| 4490 | .type sem_post, %function; | ||
| 4491 | sem_post: | ||
| 4492 | .globl sem_timedwait | ||
| 4493 | .type sem_timedwait, %function; | ||
| 4494 | sem_timedwait: | ||
| 4495 | .globl sem_trywait | ||
| 4496 | .type sem_trywait, %function; | ||
| 4497 | sem_trywait: | ||
| 4498 | .globl sem_unlink | ||
| 4499 | .type sem_unlink, %function; | ||
| 4500 | sem_unlink: | ||
| 4501 | .globl sem_wait | ||
| 4502 | .type sem_wait, %function; | ||
| 4503 | sem_wait: | ||
| 4504 | .globl thrd_create | ||
| 4505 | .type thrd_create, %function; | ||
| 4506 | thrd_create: | ||
| 4507 | .globl thrd_exit | ||
| 4508 | .type thrd_exit, %function; | ||
| 4509 | thrd_exit: | ||
| 4510 | .globl thrd_join | ||
| 4511 | .type thrd_join, %function; | ||
| 4512 | thrd_join: | ||
| 4513 | .globl thrd_sleep | ||
| 4514 | .type thrd_sleep, %function; | ||
| 4515 | thrd_sleep: | ||
| 4516 | .globl thrd_yield | ||
| 4517 | .type thrd_yield, %function; | ||
| 4518 | thrd_yield: | ||
| 4519 | .globl tss_create | ||
| 4520 | .type tss_create, %function; | ||
| 4521 | tss_create: | ||
| 4522 | .globl tss_delete | ||
| 4523 | .type tss_delete, %function; | ||
| 4524 | tss_delete: | ||
| 4525 | .globl tss_set | ||
| 4526 | .type tss_set, %function; | ||
| 4527 | tss_set: | ||
| 4528 | .weak tzset | ||
| 4529 | .type tzset, %function; | ||
| 4530 | tzset: | ||
| 4531 | .globl asctime | ||
| 4532 | .type asctime, %function; | ||
| 4533 | asctime: | ||
| 4534 | .weak asctime_r | ||
| 4535 | .type asctime_r, %function; | ||
| 4536 | asctime_r: | ||
| 4537 | .globl clock | ||
| 4538 | .type clock, %function; | ||
| 4539 | clock: | ||
| 4540 | .globl clock_getcpuclockid | ||
| 4541 | .type clock_getcpuclockid, %function; | ||
| 4542 | clock_getcpuclockid: | ||
| 4543 | .globl clock_getres | ||
| 4544 | .type clock_getres, %function; | ||
| 4545 | clock_getres: | ||
| 4546 | .weak clock_gettime | ||
| 4547 | .type clock_gettime, %function; | ||
| 4548 | clock_gettime: | ||
| 4549 | .weak clock_nanosleep | ||
| 4550 | .type clock_nanosleep, %function; | ||
| 4551 | clock_nanosleep: | ||
| 4552 | .globl clock_settime | ||
| 4553 | .type clock_settime, %function; | ||
| 4554 | clock_settime: | ||
| 4555 | .globl ctime | ||
| 4556 | .type ctime, %function; | ||
| 4557 | ctime: | ||
| 4558 | .globl ctime_r | ||
| 4559 | .type ctime_r, %function; | ||
| 4560 | ctime_r: | ||
| 4561 | .globl difftime | ||
| 4562 | .type difftime, %function; | ||
| 4563 | difftime: | ||
| 4564 | .globl ftime | ||
| 4565 | .type ftime, %function; | ||
| 4566 | ftime: | ||
| 4567 | .globl getdate | ||
| 4568 | .type getdate, %function; | ||
| 4569 | getdate: | ||
| 4570 | .globl gettimeofday | ||
| 4571 | .type gettimeofday, %function; | ||
| 4572 | gettimeofday: | ||
| 4573 | .globl gmtime | ||
| 4574 | .type gmtime, %function; | ||
| 4575 | gmtime: | ||
| 4576 | .weak gmtime_r | ||
| 4577 | .type gmtime_r, %function; | ||
| 4578 | gmtime_r: | ||
| 4579 | .globl localtime | ||
| 4580 | .type localtime, %function; | ||
| 4581 | localtime: | ||
| 4582 | .weak localtime_r | ||
| 4583 | .type localtime_r, %function; | ||
| 4584 | localtime_r: | ||
| 4585 | .globl mktime | ||
| 4586 | .type mktime, %function; | ||
| 4587 | mktime: | ||
| 4588 | .globl nanosleep | ||
| 4589 | .type nanosleep, %function; | ||
| 4590 | nanosleep: | ||
| 4591 | .weak strftime_l | ||
| 4592 | .type strftime_l, %function; | ||
| 4593 | strftime_l: | ||
| 4594 | .globl strftime | ||
| 4595 | .type strftime, %function; | ||
| 4596 | strftime: | ||
| 4597 | .globl strptime | ||
| 4598 | .type strptime, %function; | ||
| 4599 | strptime: | ||
| 4600 | .globl time | ||
| 4601 | .type time, %function; | ||
| 4602 | time: | ||
| 4603 | .globl timegm | ||
| 4604 | .type timegm, %function; | ||
| 4605 | timegm: | ||
| 4606 | .globl timer_create | ||
| 4607 | .type timer_create, %function; | ||
| 4608 | timer_create: | ||
| 4609 | .globl timer_delete | ||
| 4610 | .type timer_delete, %function; | ||
| 4611 | timer_delete: | ||
| 4612 | .globl timer_getoverrun | ||
| 4613 | .type timer_getoverrun, %function; | ||
| 4614 | timer_getoverrun: | ||
| 4615 | .globl timer_gettime | ||
| 4616 | .type timer_gettime, %function; | ||
| 4617 | timer_gettime: | ||
| 4618 | .globl timer_settime | ||
| 4619 | .type timer_settime, %function; | ||
| 4620 | timer_settime: | ||
| 4621 | .globl times | ||
| 4622 | .type times, %function; | ||
| 4623 | times: | ||
| 4624 | .globl timespec_get | ||
| 4625 | .type timespec_get, %function; | ||
| 4626 | timespec_get: | ||
| 4627 | .globl utime | ||
| 4628 | .type utime, %function; | ||
| 4629 | utime: | ||
| 4630 | .globl __wcsftime_l | ||
| 4631 | .type __wcsftime_l, %function; | ||
| 4632 | __wcsftime_l: | ||
| 4633 | .weak wcsftime_l | ||
| 4634 | .type wcsftime_l, %function; | ||
| 4635 | wcsftime_l: | ||
| 4636 | .globl wcsftime | ||
| 4637 | .type wcsftime, %function; | ||
| 4638 | wcsftime: | ||
| 4639 | .globl _exit | ||
| 4640 | .type _exit, %function; | ||
| 4641 | _exit: | ||
| 4642 | .globl access | ||
| 4643 | .type access, %function; | ||
| 4644 | access: | ||
| 4645 | .globl acct | ||
| 4646 | .type acct, %function; | ||
| 4647 | acct: | ||
| 4648 | .globl alarm | ||
| 4649 | .type alarm, %function; | ||
| 4650 | alarm: | ||
| 4651 | .globl chdir | ||
| 4652 | .type chdir, %function; | ||
| 4653 | chdir: | ||
| 4654 | .globl chown | ||
| 4655 | .type chown, %function; | ||
| 4656 | chown: | ||
| 4657 | .globl close | ||
| 4658 | .type close, %function; | ||
| 4659 | close: | ||
| 4660 | .globl ctermid | ||
| 4661 | .type ctermid, %function; | ||
| 4662 | ctermid: | ||
| 4663 | .globl dup | ||
| 4664 | .type dup, %function; | ||
| 4665 | dup: | ||
| 4666 | .globl dup2 | ||
| 4667 | .type dup2, %function; | ||
| 4668 | dup2: | ||
| 4669 | .weak dup3 | ||
| 4670 | .type dup3, %function; | ||
| 4671 | dup3: | ||
| 4672 | .globl faccessat | ||
| 4673 | .type faccessat, %function; | ||
| 4674 | faccessat: | ||
| 4675 | .globl fchdir | ||
| 4676 | .type fchdir, %function; | ||
| 4677 | fchdir: | ||
| 4678 | .globl fchown | ||
| 4679 | .type fchown, %function; | ||
| 4680 | fchown: | ||
| 4681 | .globl fchownat | ||
| 4682 | .type fchownat, %function; | ||
| 4683 | fchownat: | ||
| 4684 | .globl fdatasync | ||
| 4685 | .type fdatasync, %function; | ||
| 4686 | fdatasync: | ||
| 4687 | .globl fsync | ||
| 4688 | .type fsync, %function; | ||
| 4689 | fsync: | ||
| 4690 | .globl ftruncate | ||
| 4691 | .type ftruncate, %function; | ||
| 4692 | ftruncate: | ||
| 4693 | .weak ftruncate64 | ||
| 4694 | .type ftruncate64, %function; | ||
| 4695 | ftruncate64: | ||
| 4696 | .globl getcwd | ||
| 4697 | .type getcwd, %function; | ||
| 4698 | getcwd: | ||
| 4699 | .globl getegid | ||
| 4700 | .type getegid, %function; | ||
| 4701 | getegid: | ||
| 4702 | .globl geteuid | ||
| 4703 | .type geteuid, %function; | ||
| 4704 | geteuid: | ||
| 4705 | .globl getgid | ||
| 4706 | .type getgid, %function; | ||
| 4707 | getgid: | ||
| 4708 | .globl getgroups | ||
| 4709 | .type getgroups, %function; | ||
| 4710 | getgroups: | ||
| 4711 | .globl gethostname | ||
| 4712 | .type gethostname, %function; | ||
| 4713 | gethostname: | ||
| 4714 | .globl getlogin | ||
| 4715 | .type getlogin, %function; | ||
| 4716 | getlogin: | ||
| 4717 | .globl getlogin_r | ||
| 4718 | .type getlogin_r, %function; | ||
| 4719 | getlogin_r: | ||
| 4720 | .globl getpgid | ||
| 4721 | .type getpgid, %function; | ||
| 4722 | getpgid: | ||
| 4723 | .globl getpgrp | ||
| 4724 | .type getpgrp, %function; | ||
| 4725 | getpgrp: | ||
| 4726 | .globl getpid | ||
| 4727 | .type getpid, %function; | ||
| 4728 | getpid: | ||
| 4729 | .globl getppid | ||
| 4730 | .type getppid, %function; | ||
| 4731 | getppid: | ||
| 4732 | .globl getsid | ||
| 4733 | .type getsid, %function; | ||
| 4734 | getsid: | ||
| 4735 | .globl getuid | ||
| 4736 | .type getuid, %function; | ||
| 4737 | getuid: | ||
| 4738 | .globl isatty | ||
| 4739 | .type isatty, %function; | ||
| 4740 | isatty: | ||
| 4741 | .globl lchown | ||
| 4742 | .type lchown, %function; | ||
| 4743 | lchown: | ||
| 4744 | .globl link | ||
| 4745 | .type link, %function; | ||
| 4746 | link: | ||
| 4747 | .globl linkat | ||
| 4748 | .type linkat, %function; | ||
| 4749 | linkat: | ||
| 4750 | .weak lseek64 | ||
| 4751 | .type lseek64, %function; | ||
| 4752 | lseek64: | ||
| 4753 | .weak lseek | ||
| 4754 | .type lseek, %function; | ||
| 4755 | lseek: | ||
| 4756 | .globl nice | ||
| 4757 | .type nice, %function; | ||
| 4758 | nice: | ||
| 4759 | .globl pause | ||
| 4760 | .type pause, %function; | ||
| 4761 | pause: | ||
| 4762 | .globl pipe | ||
| 4763 | .type pipe, %function; | ||
| 4764 | pipe: | ||
| 4765 | .globl pipe2 | ||
| 4766 | .type pipe2, %function; | ||
| 4767 | pipe2: | ||
| 4768 | .globl posix_close | ||
| 4769 | .type posix_close, %function; | ||
| 4770 | posix_close: | ||
| 4771 | .globl pread | ||
| 4772 | .type pread, %function; | ||
| 4773 | pread: | ||
| 4774 | .weak pread64 | ||
| 4775 | .type pread64, %function; | ||
| 4776 | pread64: | ||
| 4777 | .weak preadv64 | ||
| 4778 | .type preadv64, %function; | ||
| 4779 | preadv64: | ||
| 4780 | .globl preadv | ||
| 4781 | .type preadv, %function; | ||
| 4782 | preadv: | ||
| 4783 | .globl pwrite | ||
| 4784 | .type pwrite, %function; | ||
| 4785 | pwrite: | ||
| 4786 | .weak pwrite64 | ||
| 4787 | .type pwrite64, %function; | ||
| 4788 | pwrite64: | ||
| 4789 | .globl pwritev | ||
| 4790 | .type pwritev, %function; | ||
| 4791 | pwritev: | ||
| 4792 | .weak pwritev64 | ||
| 4793 | .type pwritev64, %function; | ||
| 4794 | pwritev64: | ||
| 4795 | .globl read | ||
| 4796 | .type read, %function; | ||
| 4797 | read: | ||
| 4798 | .globl readlink | ||
| 4799 | .type readlink, %function; | ||
| 4800 | readlink: | ||
| 4801 | .globl readlinkat | ||
| 4802 | .type readlinkat, %function; | ||
| 4803 | readlinkat: | ||
| 4804 | .globl readv | ||
| 4805 | .type readv, %function; | ||
| 4806 | readv: | ||
| 4807 | .globl renameat | ||
| 4808 | .type renameat, %function; | ||
| 4809 | renameat: | ||
| 4810 | .globl rmdir | ||
| 4811 | .type rmdir, %function; | ||
| 4812 | rmdir: | ||
| 4813 | .globl setegid | ||
| 4814 | .type setegid, %function; | ||
| 4815 | setegid: | ||
| 4816 | .globl seteuid | ||
| 4817 | .type seteuid, %function; | ||
| 4818 | seteuid: | ||
| 4819 | .globl setgid | ||
| 4820 | .type setgid, %function; | ||
| 4821 | setgid: | ||
| 4822 | .globl setpgid | ||
| 4823 | .type setpgid, %function; | ||
| 4824 | setpgid: | ||
| 4825 | .globl setpgrp | ||
| 4826 | .type setpgrp, %function; | ||
| 4827 | setpgrp: | ||
| 4828 | .globl setregid | ||
| 4829 | .type setregid, %function; | ||
| 4830 | setregid: | ||
| 4831 | .globl setresgid | ||
| 4832 | .type setresgid, %function; | ||
| 4833 | setresgid: | ||
| 4834 | .globl setresuid | ||
| 4835 | .type setresuid, %function; | ||
| 4836 | setresuid: | ||
| 4837 | .globl setreuid | ||
| 4838 | .type setreuid, %function; | ||
| 4839 | setreuid: | ||
| 4840 | .globl setsid | ||
| 4841 | .type setsid, %function; | ||
| 4842 | setsid: | ||
| 4843 | .globl setuid | ||
| 4844 | .type setuid, %function; | ||
| 4845 | setuid: | ||
| 4846 | .globl sleep | ||
| 4847 | .type sleep, %function; | ||
| 4848 | sleep: | ||
| 4849 | .globl symlink | ||
| 4850 | .type symlink, %function; | ||
| 4851 | symlink: | ||
| 4852 | .globl symlinkat | ||
| 4853 | .type symlinkat, %function; | ||
| 4854 | symlinkat: | ||
| 4855 | .globl sync | ||
| 4856 | .type sync, %function; | ||
| 4857 | sync: | ||
| 4858 | .globl tcgetpgrp | ||
| 4859 | .type tcgetpgrp, %function; | ||
| 4860 | tcgetpgrp: | ||
| 4861 | .globl tcsetpgrp | ||
| 4862 | .type tcsetpgrp, %function; | ||
| 4863 | tcsetpgrp: | ||
| 4864 | .globl truncate | ||
| 4865 | .type truncate, %function; | ||
| 4866 | truncate: | ||
| 4867 | .weak truncate64 | ||
| 4868 | .type truncate64, %function; | ||
| 4869 | truncate64: | ||
| 4870 | .globl ttyname | ||
| 4871 | .type ttyname, %function; | ||
| 4872 | ttyname: | ||
| 4873 | .globl ttyname_r | ||
| 4874 | .type ttyname_r, %function; | ||
| 4875 | ttyname_r: | ||
| 4876 | .globl ualarm | ||
| 4877 | .type ualarm, %function; | ||
| 4878 | ualarm: | ||
| 4879 | .globl unlink | ||
| 4880 | .type unlink, %function; | ||
| 4881 | unlink: | ||
| 4882 | .globl unlinkat | ||
| 4883 | .type unlinkat, %function; | ||
| 4884 | unlinkat: | ||
| 4885 | .globl usleep | ||
| 4886 | .type usleep, %function; | ||
| 4887 | usleep: | ||
| 4888 | .globl write | ||
| 4889 | .type write, %function; | ||
| 4890 | write: | ||
| 4891 | .globl writev | ||
| 4892 | .type writev, %function; | ||
| 4893 | writev: | ||
| 4894 | .weak _dl_debug_state | ||
| 4895 | .type _dl_debug_state, %function; | ||
| 4896 | _dl_debug_state: | ||
| 4897 | .globl __dls2b | ||
| 4898 | .type __dls2b, %function; | ||
| 4899 | __dls2b: | ||
| 4900 | .globl __dls3 | ||
| 4901 | .type __dls3, %function; | ||
| 4902 | __dls3: | ||
| 4903 | .globl dlopen | ||
| 4904 | .type dlopen, %function; | ||
| 4905 | dlopen: | ||
| 4906 | .globl dladdr | ||
| 4907 | .type dladdr, %function; | ||
| 4908 | dladdr: | ||
| 4909 | .globl dl_iterate_phdr | ||
| 4910 | .type dl_iterate_phdr, %function; | ||
| 4911 | dl_iterate_phdr: | ||
| 4912 | .rodata | ||
| 4913 | .globl _ns_flagdata | ||
| 4914 | .type _ns_flagdata, %object; | ||
| 4915 | .size _ns_flagdata, 128 | ||
| 4916 | _ns_flagdata: | ||
| 4917 | .globl in6addr_any | ||
| 4918 | .type in6addr_any, %object; | ||
| 4919 | .size in6addr_any, 16 | ||
| 4920 | in6addr_any: | ||
| 4921 | .globl in6addr_loopback | ||
| 4922 | .type in6addr_loopback, %object; | ||
| 4923 | .size in6addr_loopback, 16 | ||
| 4924 | in6addr_loopback: | ||
| 4925 | .data.rel.ro | ||
| 4926 | .globl stderr | ||
| 4927 | .type stderr, %object; | ||
| 4928 | .size stderr, 8 | ||
| 4929 | stderr: | ||
| 4930 | .globl stdin | ||
| 4931 | .type stdin, %object; | ||
| 4932 | .size stdin, 8 | ||
| 4933 | stdin: | ||
| 4934 | .globl stdout | ||
| 4935 | .type stdout, %object; | ||
| 4936 | .size stdout, 8 | ||
| 4937 | stdout: | ||
| 4938 | .data | ||
| 4939 | .globl _dl_debug_addr | ||
| 4940 | .type _dl_debug_addr, %object; | ||
| 4941 | .size _dl_debug_addr, 8 | ||
| 4942 | _dl_debug_addr: | ||
| 4943 | .globl opterr | ||
| 4944 | .type opterr, %object; | ||
| 4945 | .size opterr, 4 | ||
| 4946 | opterr: | ||
| 4947 | .globl optind | ||
| 4948 | .type optind, %object; | ||
| 4949 | .size optind, 4 | ||
| 4950 | optind: | ||
| 4951 | .bss | ||
| 4952 | .weak tzname | ||
| 4953 | .type tzname, %object; | ||
| 4954 | .size tzname, 16 | ||
| 4955 | tzname: | ||
| 4956 | .globl __tzname | ||
| 4957 | .type __tzname, %object; | ||
| 4958 | .size __tzname, 16 | ||
| 4959 | __tzname: | ||
| 4960 | .weak daylight | ||
| 4961 | .type daylight, %object; | ||
| 4962 | .size daylight, 4 | ||
| 4963 | daylight: | ||
| 4964 | .globl __daylight | ||
| 4965 | .type __daylight, %object; | ||
| 4966 | .size __daylight, 4 | ||
| 4967 | __daylight: | ||
| 4968 | .weak timezone | ||
| 4969 | .type timezone, %object; | ||
| 4970 | .size timezone, 8 | ||
| 4971 | timezone: | ||
| 4972 | .globl __timezone | ||
| 4973 | .type __timezone, %object; | ||
| 4974 | .size __timezone, 8 | ||
| 4975 | __timezone: | ||
| 4976 | .globl __environ | ||
| 4977 | .type __environ, %object; | ||
| 4978 | .size __environ, 8 | ||
| 4979 | __environ: | ||
| 4980 | .weak ___environ | ||
| 4981 | .type ___environ, %object; | ||
| 4982 | .size ___environ, 8 | ||
| 4983 | ___environ: | ||
| 4984 | .weak _environ | ||
| 4985 | .type _environ, %object; | ||
| 4986 | .size _environ, 8 | ||
| 4987 | _environ: | ||
| 4988 | .weak environ | ||
| 4989 | .type environ, %object; | ||
| 4990 | .size environ, 8 | ||
| 4991 | environ: | ||
| 4992 | .weak program_invocation_name | ||
| 4993 | .type program_invocation_name, %object; | ||
| 4994 | .size program_invocation_name, 8 | ||
| 4995 | program_invocation_name: | ||
| 4996 | .globl __progname_full | ||
| 4997 | .type __progname_full, %object; | ||
| 4998 | .size __progname_full, 8 | ||
| 4999 | __progname_full: | ||
| 5000 | .weak program_invocation_short_name | ||
| 5001 | .type program_invocation_short_name, %object; | ||
| 5002 | .size program_invocation_short_name, 8 | ||
| 5003 | program_invocation_short_name: | ||
| 5004 | .globl __progname | ||
| 5005 | .type __progname, %object; | ||
| 5006 | .size __progname, 8 | ||
| 5007 | __progname: | ||
| 5008 | .weak signgam | ||
| 5009 | .type signgam, %object; | ||
| 5010 | .size signgam, 4 | ||
| 5011 | signgam: | ||
| 5012 | .globl __signgam | ||
| 5013 | .type __signgam, %object; | ||
| 5014 | .size __signgam, 4 | ||
| 5015 | __signgam: | ||
| 5016 | .globl __optreset | ||
| 5017 | .type __optreset, %object; | ||
| 5018 | .size __optreset, 4 | ||
| 5019 | __optreset: | ||
| 5020 | .weak optreset | ||
| 5021 | .type optreset, %object; | ||
| 5022 | .size optreset, 4 | ||
| 5023 | optreset: | ||
| 5024 | .globl __stack_chk_guard | ||
| 5025 | .type __stack_chk_guard, %object; | ||
| 5026 | .size __stack_chk_guard, 8 | ||
| 5027 | __stack_chk_guard: | ||
| 5028 | .globl optarg | ||
| 5029 | .type optarg, %object; | ||
| 5030 | .size optarg, 8 | ||
| 5031 | optarg: | ||
| 5032 | .globl __optpos | ||
| 5033 | .type __optpos, %object; | ||
| 5034 | .size __optpos, 4 | ||
| 5035 | __optpos: | ||
| 5036 | .globl optopt | ||
| 5037 | .type optopt, %object; | ||
| 5038 | .size optopt, 4 | ||
| 5039 | optopt: | ||
| 5040 | .globl h_errno | ||
| 5041 | .type h_errno, %object; | ||
| 5042 | .size h_errno, 4 | ||
| 5043 | h_errno: | ||
| 5044 | .globl getdate_err | ||
| 5045 | .type getdate_err, %object; | ||
| 5046 | .size getdate_err, 4 | ||
| 5047 | getdate_err: | ||
src/musl.zig+12-2| ... | @@ -191,11 +191,20 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void { | ... | @@ -191,11 +191,20 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void { |
| 191 | return comp.build_crt_file("c", .Lib, c_source_files.items); | 191 | return comp.build_crt_file("c", .Lib, c_source_files.items); |
| 192 | }, | 192 | }, |
| 193 | .libc_so => { | 193 | .libc_so => { |
| 194 | const target = comp.getTarget(); | ||
| 195 | const arch_define = try std.fmt.allocPrint(arena, "-DARCH_{s}", .{ | ||
| 196 | @tagName(target.cpu.arch), | ||
| 197 | }); | ||
| 198 | const clang_argv: []const []const u8 = if (target.cpu.arch.ptrBitWidth() == 64) | ||
| 199 | &[_][]const u8{ "-DPTR64", arch_define } | ||
| 200 | else | ||
| 201 | &[_][]const u8{arch_define}; | ||
| 202 | |||
| 194 | const sub_compilation = try Compilation.create(comp.gpa, .{ | 203 | const sub_compilation = try Compilation.create(comp.gpa, .{ |
| 195 | .local_cache_directory = comp.global_cache_directory, | 204 | .local_cache_directory = comp.global_cache_directory, |
| 196 | .global_cache_directory = comp.global_cache_directory, | 205 | .global_cache_directory = comp.global_cache_directory, |
| 197 | .zig_lib_directory = comp.zig_lib_directory, | 206 | .zig_lib_directory = comp.zig_lib_directory, |
| 198 | .target = comp.getTarget(), | 207 | .target = target, |
| 199 | .root_name = "c", | 208 | .root_name = "c", |
| 200 | .main_pkg = null, | 209 | .main_pkg = null, |
| 201 | .output_mode = .Lib, | 210 | .output_mode = .Lib, |
| ... | @@ -223,8 +232,9 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void { | ... | @@ -223,8 +232,9 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile) !void { |
| 223 | .verbose_llvm_cpu_features = comp.verbose_llvm_cpu_features, | 232 | .verbose_llvm_cpu_features = comp.verbose_llvm_cpu_features, |
| 224 | .clang_passthrough_mode = comp.clang_passthrough_mode, | 233 | .clang_passthrough_mode = comp.clang_passthrough_mode, |
| 225 | .c_source_files = &[_]Compilation.CSourceFile{ | 234 | .c_source_files = &[_]Compilation.CSourceFile{ |
| 226 | .{ .src_path = try comp.zig_lib_directory.join(arena, &[_][]const u8{ "libc", "musl", "libc.s" }) }, | 235 | .{ .src_path = try comp.zig_lib_directory.join(arena, &[_][]const u8{ "libc", "musl", "libc.S" }) }, |
| 227 | }, | 236 | }, |
| 237 | .clang_argv = clang_argv, | ||
| 228 | .skip_linker_dependencies = true, | 238 | .skip_linker_dependencies = true, |
| 229 | .soname = "libc.so", | 239 | .soname = "libc.so", |
| 230 | }); | 240 | }); |