blob: 6e74d063be7f713deb307796468538e3b79d24aa [file] [log] [blame]
Elliott Hughesf8fcfbc2013-10-22 13:28:46 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughesed744842013-11-07 10:31:05 -08003#include <private/bionic_asm.h>
Elliott Hughesf8fcfbc2013-10-22 13:28:46 -07004
5ENTRY(linkat)
6 mov ip, sp
Elliott Hughesf8fcfbc2013-10-22 13:28:46 -07007 stmfd sp!, {r4, r5, r6, r7}
Christopher Ferrised459702013-12-02 17:44:53 -08008 .cfi_def_cfa_offset 16
9 .cfi_rel_offset r4, 0
10 .cfi_rel_offset r5, 4
11 .cfi_rel_offset r6, 8
12 .cfi_rel_offset r7, 12
Elliott Hughesf8fcfbc2013-10-22 13:28:46 -070013 ldmfd ip, {r4, r5, r6}
14 ldr r7, =__NR_linkat
15 swi #0
16 ldmfd sp!, {r4, r5, r6, r7}
Christopher Ferrised459702013-12-02 17:44:53 -080017 .cfi_def_cfa_offset 0
Elliott Hughesf8fcfbc2013-10-22 13:28:46 -070018 cmn r0, #(MAX_ERRNO + 1)
19 bxls lr
20 neg r0, r0
Elliott Hughes011e1112014-09-08 15:25:01 -070021 b __set_errno_internal
Elliott Hughesf8fcfbc2013-10-22 13:28:46 -070022END(linkat)