Searched refs:st_shndx (Results 26 - 34 of 34) sorted by relevance

12

/linux-master/scripts/
H A Dsorttable.h448 sort_needed_sec = &shdr[get_secindex(r2(&sym->st_shndx),
H A Drecordmcount.h195 unsigned short shndx = w2(sym->st_shndx);
/linux-master/tools/lib/bpf/
H A Delf.c172 sym_scn = elf_getscn(iter->elf, sym->st_shndx);
H A Dlibbpf.c853 if (sym->st_shndx != sec_idx)
3945 return sym->st_shndx == SHN_UNDEF &&
3956 if (sym->st_shndx != text_shndx)
4431 __u32 shdr_idx = sym->st_shndx;
4537 map->sec_idx != sym->st_shndx ||
4565 if (map->libbpf_type != type || map->sec_idx != sym->st_shndx)
4666 if (sym->st_shndx >= obj->efile.sec_cnt) {
4668 relo_sec_name, sym_idx, (size_t)sym->st_shndx, i);
4686 sym_name = elf_sec_name(obj, elf_sec_by_idx(obj, sym->st_shndx));
7139 if (sym->st_shndx !
[all...]
/linux-master/scripts/mod/
H A Dmodpost.c349 * If sym->st_shndx is a special section index, there is no
550 sym->st_shndx = TO_NATIVE(sym->st_shndx);
611 switch (sym->st_shndx) {
H A Dfile2alias.c1602 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections)
/linux-master/tools/bpf/resolve_btfids/
H A Dmain.c449 if (sym.st_shndx != obj->efile.idlist_shndx)
/linux-master/kernel/module/
H A Dmain.c1404 switch (sym[i].st_shndx) {
1451 if (sym[i].st_shndx == info->index.pcpu)
1454 secbase = info->sechdrs[sym[i].st_shndx].sh_addr;
/linux-master/kernel/livepatch/
H A Dcore.c221 if (sym->st_shndx != SHN_LIVEPATCH) {

Completed in 408 milliseconds

12