Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf.c4440 __u32 shdr_idx = sym->st_shndx; local
4484 if (!shdr_idx || shdr_idx != obj->efile.text_shndx) {
4486 sym_sec_name = elf_sec_name(obj, elf_sec_by_idx(obj, shdr_idx));
4488 sym_sec_name = elf_sec_name_by_idx(obj, shdr_idx);
4505 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) {
4507 prog->name, sym_name, shdr_idx);
4528 type = bpf_object__section_to_libbpf_map_type(obj, shdr_idx);
4530 sym_sec_name = elf_sec_name(obj, elf_sec_by_idx(obj, shdr_idx));
9587 unsigned int shdr_idx; global() local
[all...]

Completed in 12 milliseconds