Home
last modified time | relevance | path

Searched defs:secstrs (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/arm/kernel/
Dmodule.c259 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section() local
276 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local
/linux-3.3/tools/perf/util/
Dsymbol.c894 const Elf_Data *secstrs) in elf_sec__name()
900 const Elf_Data *secstrs) in elf_sec__is_text()
906 const Elf_Data *secstrs) in elf_sec__is_data()
1106 static bool elf_sec__is_a(GElf_Shdr *shdr, Elf_Data *secstrs, in elf_sec__is_a()
1145 Elf_Data *symstrs, *secstrs; in dso__load_sym() local