Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c151 int need_off = sec_var->offset, align_off, align; in codegen_datasec_def() local
158 if (off > need_off) { in codegen_datasec_def()
160 sec_name, i, need_off, off); in codegen_datasec_def()
186 if (align_off != need_off) { in codegen_datasec_def()
188 pad_cnt, need_off - off); in codegen_datasec_def()