Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c4500 __u32 shdr_idx = sym->st_shndx; in bpf_program__record_reloc() local
4544 if (!shdr_idx || shdr_idx != obj->efile.text_shndx) { in bpf_program__record_reloc()
4561 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) { in bpf_program__record_reloc()
4563 prog->name, sym_name, shdr_idx); in bpf_program__record_reloc()
4588 if (shdr_idx == obj->efile.arena_data_shndx) { in bpf_program__record_reloc()
9851 unsigned int shdr_idx; in bpf_object__collect_st_ops_relos() local
9886 shdr_idx = sym->st_shndx; in bpf_object__collect_st_ops_relos()
9892 shdr_idx, (size_t)rel->r_offset, in bpf_object__collect_st_ops_relos()
9895 if (shdr_idx >= SHN_LORESERVE) { in bpf_object__collect_st_ops_relos()
9897 map->name, (size_t)rel->r_offset, shdr_idx); in bpf_object__collect_st_ops_relos()
[all …]