Searched refs:dynsym (Results 26 - 32 of 32) sorted by relevance

12

/linux-master/arch/powerpc/kernel/
H A Dvmlinux.lds.S330 .dynsym : AT(ADDR(.dynsym) - LOAD_OFFSET)
333 *(.dynsym)
/linux-master/arch/parisc/kernel/
H A Dvmlinux.lds.S179 *(.dynsym)
/linux-master/arch/s390/boot/
H A Dstartup.c150 Elf64_Sym *dynsym; local
154 dynsym = (Elf64_Sym *) vmlinux.dynsym_start;
160 if (dynsym[r_sym].st_shndx != SHN_UNDEF)
161 val += dynsym[r_sym].st_value + offset;
/linux-master/arch/loongarch/kernel/
H A Dvmlinux.lds.S162 *(.dynamic .dynsym .dynstr .hash .gnu.hash)
/linux-master/arch/um/kernel/
H A Ddyn.lds.S30 .dynsym : { *(.dynsym) }
/linux-master/arch/arm64/kernel/
H A Dvmlinux.lds.S164 *(.dynsym .dynstr .hash .gnu.hash)
/linux-master/tools/perf/util/
H A Dsymbol-elf.c666 * We need to check if we have a .dynsym, so that we can handle the
668 * .dynsym or .symtab).
750 scn_dynsym = ss->dynsym;
755 * case .symtab is used not .dynsym.
768 * and the symbols in the .dynsym they refer to.
1203 return ss->dynsym || ss->opdsec;
1297 ss->dynsym = elf_section_by_name(elf, &ehdr, &ss->dynshdr, ".dynsym",
1300 ss->dynsym = NULL;
1548 struct symsrc *runtime_ss, int kmodule, int dynsym)
1547 dso__load_sym_internal(struct dso *dso, struct map *map, struct symsrc *syms_ss, struct symsrc *runtime_ss, int kmodule, int dynsym) argument
[all...]

Completed in 154 milliseconds

12