Lines Matching defs:shnum
124 Word shnum; /* # of sections in cache */ member
310 stringtbl(Cache *cache, int symtab, Word ndx, Word shnum, const char *file, in stringtbl()
390 symlookup(const char *name, Cache *cache, Word shnum, Sym **sym, in symlookup()
458 sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi) in sections()
540 unwind_eh_frame(Cache *cache, Word shndx, Word shnum, Phdr *uphdr, Ehdr *ehdr, in unwind_eh_frame()
859 unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi, in unwind()
970 init_symtbl_state(SYMTBL_STATE *state, Cache *cache, Word shnum, Word secndx, in init_symtbl_state()
1313 cap_section(const char *file, Cache *cache, Word shnum, Cache *ccache, in cap_section()
1688 cap(const char *file, Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, in cap()
1771 interp(const char *file, Cache *cache, Word shnum, Word phnum, Elf *elf) in interp()
1848 syminfo(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in syminfo()
2283 versions(Cache *cache, Word shnum, const char *file, uint_t flags, in versions()
2421 symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, in symbols()
2464 sunw_sort(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, in sunw_sort()
2601 reloc(Cache *cache, Word shnum, Ehdr *ehdr, const char *file) in reloc()
2870 Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in dyn_symtest()
2904 dynamic(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in dynamic()
3419 move(Cache *cache, Word shnum, const char *file, uint_t flags) in move()
3796 note(Cache *cache, Word shnum, Ehdr *ehdr, const char *file) in note()
3851 has_linux_abi_note(Cache *cache, Word shnum, const char *file) in has_linux_abi_note()
3957 hash(Cache *cache, Word shnum, const char *file, uint_t flags) in hash()
4097 group(Cache *cache, Word shnum, const char *file, uint_t flags) in group()
4196 got(Cache *cache, Word shnum, Ehdr *ehdr, const char *file) in got()
4464 size_t shnum, Cache **cache_ret, Word flags) in shdr_cache()
4780 size_t shstrndx, size_t *shnum, uint_t *flags) in create_cache()
4812 size_t ndx, shstrndx, shnum, phnum; in regular() local