Searched refs:new_off (Results 1 – 6 of 6) 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/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/tools/objtool/ |
| H A D | check.c | 1831 nop->offset = special_alt->new_off + special_alt->new_len; in handle_group_alt() 1848 if (insn->offset >= special_alt->new_off + special_alt->new_len) in handle_group_alt() 1879 if (dest_off == special_alt->new_off + special_alt->new_len) { in handle_group_alt() 1889 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in handle_group_alt() 1986 special_alt->new_off); in add_special_section_alts() 1988 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in add_special_section_alts()
|
| /linux/kernel/bpf/ |
| H A D | liveness.c | 858 s16 new_off; in arg_padd() local 860 if (arg_add(at->off[i], delta, &new_off)) { in arg_padd() 864 at->off[i] = new_off; in arg_padd()
|
| /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()
|