Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf.c6249 __u32 start_offs; member
6265 *type_id = p->id_map[new_id - p->btf->start_id + p->start_offs]; in btf_permute_remap_type_id()
6277 __u32 n, id, start_offs = 0; in btf__permute() local
6288 start_offs = 1; in btf__permute()
6311 for (i = start_offs; i < id_map_cnt; i++) { in btf__permute()
6317 id -= btf->start_id - start_offs; in btf__permute()
6323 order_map[id] = i + btf->start_id - start_offs; in btf__permute()
6328 p.start_offs = start_offs; in btf__permute()
6330 for (i = start_offs; i < id_map_cnt; i++) { in btf__permute()
6362 for (nt = new_types, i = 0; i < id_map_cnt - start_offs; i++) { in btf__permute()