Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.c1690 int shndx) in bpf_object__shndx_is_data() argument
1692 return shndx == obj->efile.data_shndx || in bpf_object__shndx_is_data()
1693 shndx == obj->efile.bss_shndx || in bpf_object__shndx_is_data()
1694 shndx == obj->efile.rodata_shndx; in bpf_object__shndx_is_data()
1698 int shndx) in bpf_object__shndx_is_maps() argument
1700 return shndx == obj->efile.maps_shndx || in bpf_object__shndx_is_maps()
1701 shndx == obj->efile.btf_maps_shndx; in bpf_object__shndx_is_maps()
1705 int shndx) in bpf_object__relo_in_known_section() argument
1707 return shndx == obj->efile.text_shndx || in bpf_object__relo_in_known_section()
1708 bpf_object__shndx_is_maps(obj, shndx) || in bpf_object__relo_in_known_section()
[all …]
/tools/perf/util/
Dprobe-finder.c1542 Elf32_Word shndx; in debuginfo__get_text_offset() local
1558 p = dwfl_module_relocation_info(dbg->mod, i, &shndx); in debuginfo__get_text_offset()
1561 scn = elf_getscn(elf, shndx); in debuginfo__get_text_offset()