Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c274 int text_shndx; member
474 if (!name && prog->idx == obj->efile.text_shndx) in bpf_object__init_prog_names()
1595 obj->efile.text_shndx = idx; in bpf_object__elf_collect()
1707 return shndx == obj->efile.text_shndx || in bpf_object__relo_in_known_section()
3199 if (prog->idx == obj->efile.text_shndx) { in bpf_program__reloc_text()
3206 text = bpf_object__find_prog_by_idx(obj, obj->efile.text_shndx); in bpf_program__reloc_text()
3532 return prog->idx == obj->efile.text_shndx && obj->has_pseudo_calls; in bpf_program__is_function_storage()