Searched refs:new_off (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | strset.c | 153 long old_off, new_off, len; in strset__add_str() 159 new_off = set->strs_data_len; in strset__add_str() 161 if (hashmap__find(set->strs_hash, new_off, &old_off)) in strset__add_str() 175 long old_off, new_off, len; in strset__add_str() 182 new_off = set->strs_data_len; 188 err = hashmap__insert(set->strs_hash, new_off, new_off, 196 return new_off; 118 long old_off, new_off, len; strset__find_str() local 144 long old_off, new_off, len; strset__add_str() local
|
| /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/hid/ |
| H A D | hid-sony.c | 1587 u8 new_on, new_off; in sony_led_blink_set() local 1605 new_off = *delay_off / 10; in sony_led_blink_set() 1618 new_off != drv_data->led_delay_off[n]) { in sony_led_blink_set() 1620 drv_data->led_delay_off[n] = new_off; in sony_led_blink_set()
|
| /linux/tools/objtool/ |
| H A D | check.c | 1794 nop->offset = special_alt->new_off + special_alt->new_len; in handle_group_alt() 1810 if (insn->offset >= special_alt->new_off + special_alt->new_len) in handle_group_alt() 1840 if (dest_off == special_alt->new_off + special_alt->new_len) { in handle_group_alt() 1850 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in handle_group_alt() 1947 special_alt->new_off); in handle_jump_alt() 1949 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in handle_jump_alt()
|
| /linux/kernel/bpf/ |
| H A D | liveness.c | 875 s16 new_off; in fp_off_to_slot() 877 if (arg_add(at->off[i], delta, &new_off)) { in fp_off_to_slot() 881 at->off[i] = new_off; 858 s16 new_off; arg_padd() local
|
| /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()
|