Lines Matching defs:shnum
120 Word shnum; /* # of sections in cache */ member
306 stringtbl(Cache *cache, int symtab, Word ndx, Word shnum, const char *file, in stringtbl()
386 symlookup(const char *name, Cache *cache, Word shnum, Sym **sym, in symlookup()
454 sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi) in sections()
536 unwind_eh_frame(Cache *cache, Word shndx, Word shnum, Phdr *uphdr, Ehdr *ehdr, in unwind_eh_frame()
855 unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi, in unwind()
966 init_symtbl_state(SYMTBL_STATE *state, Cache *cache, Word shnum, Word secndx, in init_symtbl_state()
1309 cap_section(const char *file, Cache *cache, Word shnum, Cache *ccache, in cap_section()
1684 cap(const char *file, Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, in cap()
1767 interp(const char *file, Cache *cache, Word shnum, Word phnum, Elf *elf) in interp()
1844 syminfo(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in syminfo()
2279 versions(Cache *cache, Word shnum, const char *file, uint_t flags, in versions()
2417 symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, in symbols()
2460 sunw_sort(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, in sunw_sort()
2597 reloc(Cache *cache, Word shnum, Ehdr *ehdr, const char *file) in reloc()
2866 Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in dyn_symtest()
2900 dynamic(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in dynamic()
3415 move(Cache *cache, Word shnum, const char *file, uint_t flags) in move()
3792 note(Cache *cache, Word shnum, Ehdr *ehdr, const char *file) in note()
3847 has_linux_abi_note(Cache *cache, Word shnum, const char *file) in has_linux_abi_note()
3953 hash(Cache *cache, Word shnum, const char *file, uint_t flags) in hash()
4093 group(Cache *cache, Word shnum, const char *file, uint_t flags) in group()
4192 got(Cache *cache, Word shnum, Ehdr *ehdr, const char *file) in got()
4460 size_t shnum, Cache **cache_ret, Word flags) in shdr_cache()
4775 size_t shstrndx, size_t *shnum, uint_t *flags) in create_cache()
4807 size_t ndx, shstrndx, shnum, phnum; in regular() local