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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c4384 __u32 shdr_idx = sym->st_shndx; local
4428 if (!shdr_idx || shdr_idx != obj->efile.text_shndx) {
4429 sym_sec_name = elf_sec_name(obj, elf_sec_by_idx(obj, shdr_idx));
4445 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) {
4447 prog->name, sym_name, shdr_idx);
4468 type = bpf_object__section_to_libbpf_map_type(obj, shdr_idx);
4469 sym_sec_name = elf_sec_name(obj, elf_sec_by_idx(obj, shdr_idx));
4472 if (shdr_idx
9604 unsigned int shdr_idx; local
[all...]

Completed in 296 milliseconds