Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c213 int text_shndx; member
382 if (!name && prog->idx == obj->efile.text_shndx) in bpf_object__init_prog_names()
809 obj->efile.text_shndx = idx; in bpf_object__elf_collect()
897 int text_shndx = obj->efile.text_shndx; in bpf_program__collect_reloc() local
937 if (sym.st_shndx != maps_shndx && sym.st_shndx != text_shndx) { in bpf_program__collect_reloc()
1182 if (prog->idx == obj->efile.text_shndx) { in bpf_program__reloc_text()
1189 text = bpf_object__find_prog_by_idx(obj, obj->efile.text_shndx); in bpf_program__reloc_text()
1464 return prog->idx == obj->efile.text_shndx && obj->has_pseudo_calls; in bpf_program__is_function_storage()