Searched refs:new_off (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | strset.c | 118 long old_off, new_off, len; in strset__find_str() local 127 new_off = set->strs_data_len; in strset__find_str() 130 if (hashmap__find(set->strs_hash, new_off, &old_off)) in strset__find_str() 144 long old_off, new_off, len; in strset__add_str() local 161 new_off = set->strs_data_len; in strset__add_str() 168 err = hashmap__insert(set->strs_hash, new_off, new_off, in strset__add_str() 176 return new_off; in strset__add_str()
|
| /linux/fs/hpfs/ |
| H A D | dir.c | 26 loff_t new_off = off + (whence == 1 ? filp->f_pos : 0); in hpfs_dir_lseek() local 41 if (new_off == 0 || new_off == 1 || new_off == 11 || new_off == 12 || new_off == 13) goto ok; in hpfs_dir_lseek() 43 while (pos != new_off) { in hpfs_dir_lseek() 54 filp->f_pos = new_off; in hpfs_dir_lseek() 57 return new_off; in hpfs_dir_lseek()
|
| /linux/lib/ |
| H A D | buildid.c | 160 u32 build_id_off, new_off, note_end, name_sz, desc_sz; in parse_build_id() local 175 new_off = note_off + sizeof(Elf32_Nhdr); in parse_build_id() 176 if (check_add_overflow(new_off, ALIGN(name_sz, 4), &new_off) || in parse_build_id() 177 check_add_overflow(new_off, ALIGN(desc_sz, 4), &new_off) || in parse_build_id() 178 new_off > note_end) in parse_build_id() 199 note_off = new_off; in parse_build_id()
|
| /linux/tools/objtool/include/objtool/ |
| H A D | special.h | 26 unsigned long new_off; member
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | verifier.c | 348 s32 old_off, new_off; in nfp_bpf_check_stack_access() local 362 new_off = reg->off + reg->var_off.value; in nfp_bpf_check_stack_access() 364 meta->ptr_not_const |= old_off != new_off; in nfp_bpf_check_stack_access() 369 if (old_off % 4 == new_off % 4) in nfp_bpf_check_stack_access() 373 old_off, new_off); in nfp_bpf_check_stack_access()
|
| H A D | jit.c | 808 u8 new_off; in nfp_cpp_memcpy() local 815 new_off = meta->paired_st->off + (xfer_num - 1) * 4; in nfp_cpp_memcpy() 816 off = re_load_imm_any(nfp_prog, new_off, imm_b(nfp_prog)); in nfp_cpp_memcpy()
|
| /linux/drivers/hid/ |
| H A D | hid-sony.c | 1327 u8 new_on, new_off; in sony_led_blink_set() local 1345 new_off = *delay_off / 10; in sony_led_blink_set() 1358 new_off != drv_data->led_delay_off[n]) { in sony_led_blink_set() 1360 drv_data->led_delay_off[n] = new_off; in sony_led_blink_set()
|
| /linux/tools/objtool/ |
| H A D | check.c | 1789 nop->offset = special_alt->new_off + special_alt->new_len; in handle_group_alt() 1806 if (insn->offset >= special_alt->new_off + special_alt->new_len) in handle_group_alt() 1837 if (dest_off == special_alt->new_off + special_alt->new_len) { in handle_group_alt() 1847 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in handle_group_alt() 1944 special_alt->new_off); in add_special_section_alts() 1946 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in add_special_section_alts()
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.c | 4219 int off = 0, new_off = 0; in dpaa2_eth_cls_trim_rule() local 4225 memcpy(key_mem + new_off, key_mem + off, size); in dpaa2_eth_cls_trim_rule() 4226 new_off += size; in dpaa2_eth_cls_trim_rule()
|