| /src/external/bsd/libarchive/dist/libarchive_fe/ |
| line_reader.c | 59 struct lafe_line_reader *lr; local 61 lr = calloc(1, sizeof(*lr)); 62 if (lr == NULL) 65 lr->nullSeparator = nullSeparator; 66 lr->pathname = strdup(pathname); 67 if (lr->pathname == NULL) 71 lr->f = stdin; 73 lr->f = fopen(pathname, "r"); 74 if (lr->f == NULL [all...] |
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/ |
| arm_asm.h | 2 # define RET bx lr 4 # define RET mov pc, lr
|
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
| arm_asm.h | 2 # define RET bx lr 4 # define RET mov pc, lr
|
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/ |
| arm_asm.h | 2 # define RET bx lr 4 # define RET mov pc, lr
|
| /src/external/cddl/osnet/dist/cmd/zdb/ |
| zdb_il.c | 60 zil_prt_rec_create(zilog_t *zilog, int txtype, lr_create_t *lr) 62 time_t crtime = lr->lr_crtime[0]; 66 name = (char *)(lr + 1); 68 if (lr->lr_common.lrc_txtype == TX_CREATE_ATTR || 69 lr->lr_common.lrc_txtype == TX_MKDIR_ATTR) { 70 lrattr = (lr_attr_t *)(lr + 1); 83 (u_longlong_t)lr->lr_doid, (u_longlong_t)lr->lr_foid, 84 (longlong_t)lr->lr_mode); 86 (u_longlong_t)lr->lr_uid, (u_longlong_t)lr->lr_gid [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ |
| switch16.S | 17 // function uses the return address in lr to find the start of the table. 22 // the distance from lr to the label, thus making the tables PIC. 30 // from lr to the target label. 34 ldrh ip, [lr, #-1] // get first 16-bit word in table 36 add r0, lr, r0, lsl #1 // compute address of element in table 37 add ip, lr, ip, lsl #1 // compute address of last element in table 41 add ip, lr, r0, lsl #1 // compute label = lr + element*2
|
| switch32.S | 17 // function uses the return address in lr to find the start of the table. 22 // the distance from lr to the label, thus making the tables PIC. 30 // from lr to the target label. 34 ldr ip, [lr, #-1] // get first 32-bit word in table 36 add r0, lr, r0, lsl #2 // compute address of element in table 37 add ip, lr, ip, lsl #2 // compute address of last element in table 41 add ip, lr, r0 // compute label = lr + element
|
| switch8.S | 17 // function uses the return address in lr to find the start of the table. 22 // the distance from lr to the label, thus making the tables PIC. 30 // from lr to the target label. 34 ldrb ip, [lr, #-1] // get first byte in table 37 ldrsblo r0, [lr, r0] // get indexed byte out of table 38 ldrsbhs r0, [lr, ip] // if out of range, use last entry in table 39 add ip, lr, r0, lsl #1 // compute label = lr + element*2
|
| switchu8.S | 17 // function uses the return address in lr to find the start of the table. 22 // the distance from lr to the label, thus making the tables PIC. 30 // from lr to the target label. 34 ldrb ip, [lr, #-1] // get first byte in table 37 ldrblo r0, [lr, r0] // get indexed byte out of table 38 ldrbhs r0, [lr, ip] // if out of range, use last entry in table 39 add ip, lr, r0, lsl #1 // compute label = lr + element*2
|
| negdf2vfp.S | 22 bx lr
|
| negsf2vfp.S | 22 bx lr
|
| restore_vfp_d8_d15_regs.S | 31 bx lr // return to prolog
|
| save_vfp_d8_d15_regs.S | 31 bx lr // return to prolog
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| ldifutil.c | 69 ldap_ldif_record_done( LDIFRecord *lr ) 74 if (lr->lr_ctrls != NULL) { 75 ldap_controls_free( lr->lr_ctrls ); 77 if ( lr->lr_lm != NULL ) { 78 ber_memfree_x( lr->lr_lm, lr->lr_ctx ); 80 if ( lr->lr_mops != NULL ) { 81 ber_memfree_x( lr->lr_mops, lr->lr_ctx ); 83 for (i=lr->lr_lines-1; i>=0; i-- [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| format-librep-1 | 8 tmpfiles="$tmpfiles f-lr-1.data" 9 cat <<\EOF > f-lr-1.data 79 tmpfiles="$tmpfiles f-lr-1-$n.in f-lr-1-$n.po" 80 cat <<EOF > f-lr-1-$n.in 83 ${XGETTEXT} -L librep -o f-lr-1-$n.po f-lr-1-$n.in || exit 1 84 test -f f-lr-1-$n.po || exit 1 87 if grep librep-format f-lr-1-$n.po > /dev/null; then 93 if grep librep-format f-lr-1-$n.po > /dev/null; the [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors_vfork_arm.inc.S | 11 // Save LR in the off-stack spill area. 12 push {r4, lr} 14 pop {r4, lr} 15 str lr, [r0] 22 mov lr, pc 34 // Restore LR. 36 ldr lr, [r0] 39 mov pc, lr
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_common_interceptors_vfork_arm.inc.S | 11 // Save LR in the off-stack spill area. 12 push {r4, lr} 14 pop {r4, lr} 15 str lr, [r0] 22 mov lr, pc 34 // Restore LR. 36 ldr lr, [r0] 39 mov pc, lr
|
| /src/lib/libm/src/ |
| s_fmaf.c | 54 uint32_t hr, lr; local 58 EXTRACT_WORDS(hr, lr, result); 60 if ((lr & 0x1fffffff) != 0x10000000 || /* not a halfway case */ 75 SET_LOW_WORD(adjusted_result, lr + 1);
|
| /src/sys/arch/arm/sa11x0/ |
| sa11x0_io_asm.S | 48 mov pc, lr 52 mov pc, lr 56 mov pc, lr 64 mov pc, lr 68 mov pc, lr 72 mov pc, lr 83 movle pc, lr 91 mov pc, lr 97 movle pc, lr 109 mov pc, lr [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_log.c | 245 lr_create_t *lr; local 274 txsize = sizeof (*lr) + namesize + fuidsz + xvatsize; 275 lrsize = sizeof (*lr); 285 lr = (lr_create_t *)&itx->itx_lr; 286 lr->lr_doid = dzp->z_id; 287 lr->lr_foid = zp->z_id; 288 lr->lr_mode = zp->z_mode; 290 lr->lr_uid = (uint64_t)zp->z_uid; 292 lr->lr_uid = fuidp->z_fuid_owner; 295 lr->lr_gid = (uint64_t)zp->z_gid 356 lr_remove_t *lr; local 380 lr_link_t *lr; local 403 lr_create_t *lr; local 435 lr_rename_t *lr; local 485 lr_write_t *lr; local 530 lr_truncate_t *lr; local 553 lr_setattr_t *lr; local 616 lr_acl_t *lr; local [all...] |
| /src/lib/libc/compat/arch/arm/sys/ |
| compat_Ovfork.S | 47 mov r2, lr 50 mov lr, r2
|
| /src/sys/arch/arm/footbridge/isa/ |
| isa_io_asm.S | 90 mov pc, lr 95 mov pc, lr 100 mov pc, lr 111 moveq pc, lr 119 mov pc, lr 126 moveq pc, lr 134 mov pc, lr 141 moveq pc, lr 149 mov pc, lr 160 moveq pc, lr [all...] |
| /src/sys/arch/evbarm/tsarm/isa/ |
| isa_io_asm.S | 94 mov pc, lr 99 mov pc, lr 104 mov pc, lr 116 moveq pc, lr 124 mov pc, lr 131 moveq pc, lr 139 mov pc, lr 146 moveq pc, lr 154 mov pc, lr 166 moveq pc, lr [all...] |
| /src/sys/arch/arm/xscale/ |
| ixp425_a4x_io.S | 57 mov pc, lr 64 mov pc, lr 68 mov pc, lr 76 mov pc, lr 83 mov pc, lr 87 mov pc, lr 97 moveq pc, lr 102 mov pc, lr 109 moveq pc, lr 114 mov pc, lr [all...] |
| /src/sys/arch/arm/arm/ |
| cpufunc_asm_armv4.S | 48 mov pc, lr 54 mov pc, lr 60 mov pc, lr 69 mov pc, lr 77 mov pc, lr
|