Searched refs:st_shndx (Results 1 – 4 of 4) sorted by relevance
126 fix = shdr[sym->st_shndx].sh_addr + sym->st_value; in relocate_32bitbios()
291 Elf32_Half st_shndx; /* section header index */ member298 Elf64_Half st_shndx; /* section index of symbol */ member
722 if ( sym->sym->st_shndx == SHN_UNDEF || in is_payload_symbol()723 sym->sym->st_shndx >= elf->hdr->e_shnum ) in is_payload_symbol()733 if ( !(elf->sec[sym->sym->st_shndx].sec->sh_flags & SHF_ALLOC) ) in is_payload_symbol()748 if ( (elf->sec[sym->sym->st_shndx].sec->sh_flags & SHF_MERGE) && in is_payload_symbol()
288 unsigned int idx = elf->sym[i].sym->st_shndx; in livepatch_elf_resolve_symbols()
Completed in 9 milliseconds