Searched refs:shndx (Results 1 – 2 of 2) sorted by relevance
1690 int shndx) in bpf_object__shndx_is_data() argument1692 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() argument1700 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() argument1707 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 …]
1542 Elf32_Word shndx; in debuginfo__get_text_offset() local1558 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()