Searched refs:symtab_shndx (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/scripts/ |
D | recordmcount.h | 192 Elf32_Word const *symtab_shndx) in get_symindex() argument 203 return w(symtab_shndx[index]); in get_symindex() 233 Elf32_Word **symtab_shndx) in find_symtab() argument 239 *symtab_shndx = NULL; in find_symtab() 245 *symtab_shndx = (void *)ehdr + relhdr->sh_offset; in find_symtab() 247 if (*symtab && *symtab_shndx) in find_symtab() 517 Elf32_Word const *symtab_shndx, in find_secsym_ndx() argument 529 if (txtndx == get_symindex(symp, symtab, symtab_shndx) in find_secsym_ndx() 615 Elf32_Word *symtab_shndx; in do_func() local 647 find_symtab(ehdr, shdr0, nhdr, &symtab, &symtab_shndx); in do_func() [all …]
|
D | sorttable.h | 206 Elf32_Word *symtab_shndx = NULL; in do_sort() local 253 symtab_shndx = (Elf32_Word *)((const char *)ehdr + in do_sort() 351 symtab_shndx)]; in do_sort()
|
/Linux-v5.10/tools/objtool/ |
D | elf.c | 346 struct section *symtab, *symtab_shndx, *sec; in read_symbols() local 361 symtab_shndx = find_section_by_name(elf, ".symtab_shndx"); in read_symbols() 362 if (symtab_shndx) in read_symbols() 363 shndx_data = symtab_shndx->data; in read_symbols()
|