Home
last modified time | relevance | path

Searched refs:new_off (Results 1 – 5 of 5) sorted by relevance

/tools/objtool/
Dspecial.c144 alt->new_off = (unsigned int)new_rela->addend; in get_alt_entry()
147 if (alt->new_off >= 0x7ffffff0) in get_alt_entry()
148 alt->new_off -= 0x7ffffff0; in get_alt_entry()
Dspecial.h24 unsigned long new_off; member
Dcheck.c758 if (insn->offset >= special_alt->new_off + special_alt->new_len) in handle_group_alt()
774 if (dest_off == special_alt->new_off + special_alt->new_len) { in handle_group_alt()
792 special_alt->new_sec, special_alt->new_off); in handle_group_alt()
857 special_alt->new_off); in add_special_section_alts()
861 special_alt->new_off); in add_special_section_alts()
/tools/lib/bpf/
Dbtf.c1302 __u32 new_off; member
1594 *str_off_ptr = s->new_off; in btf_str_remap_offset()
1688 int new_off = p - tmp_strs; in btf_dedup_strings() local
1693 strs.ptrs[j].new_off = new_off; in btf_dedup_strings()
Dlibbpf.c2790 __u32 orig_off, __u32 new_off) in bpf_core_reloc_insn() argument
2808 insn->imm = new_off; in bpf_core_reloc_insn()
2811 insn_idx, orig_off, new_off); in bpf_core_reloc_insn()