Lines Matching refs:osabi

123 	uchar_t		osabi;		/* OSABI to use */  member
458 sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi) in sections() argument
494 Elf_shdr(0, osabi, ehdr->e_machine, shdr); in sections()
541 gnu_eh_state_t *eh_state, uchar_t osabi, const char *file, uint_t flags) in unwind_eh_frame() argument
702 conv_ehdr_type(osabi, ehdr->e_type, 0, &inv_buf)); in unwind_eh_frame()
859 unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi, in unwind() argument
952 &eh_state, osabi, file, flags); in unwind()
971 Ehdr *ehdr, uchar_t osabi, VERSYM_STATE *versym, const char *file, in init_symtbl_state() argument
979 state->osabi = osabi; in init_symtbl_state()
1144 sec = conv_sym_shndx(state->osabi, state->ehdr->e_machine, in output_symbol()
1305 Elf_syms_table_entry(0, ELF_DBG_ELFDUMP, index, state->osabi, in output_symbol()
1314 uchar_t osabi, Ehdr *ehdr, uint_t flags) in cap_section() argument
1385 cishdr->sh_link, ehdr, osabi, NULL, file, flags)) in cap_section()
1689 uchar_t osabi, Elf *elf, uint_t flags) in cap() argument
1728 if (cap_section(file, cache, shnum, _cache, osabi, in cap()
1848 syminfo(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in syminfo() argument
2010 conv_dyn_tag(expect_dt, osabi, in syminfo()
2012 conv_dyn_tag(dyns[boundto].d_tag, osabi, in syminfo()
2421 symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, in symbols() argument
2438 (osabi != ELFOSABI_SOLARIS))) in symbols()
2444 osabi, versym, file, flags)) in symbols()
2464 sunw_sort(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, in sunw_sort() argument
2509 symsecndx, ehdr, osabi, versym, file, flags)) in sunw_sort()
2535 symsecndx, ehdr, osabi, versym, file, flags)) in sunw_sort()
2541 conv_sec_type(osabi, ehdr->e_machine, in sunw_sort()
2752 Word dynsec_cnt, Ehdr *ehdr, uchar_t osabi, const char *file) in dyn_test() argument
2801 name = conv_sec_type(osabi, ehdr->e_machine, in dyn_test()
2806 name, conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine, in dyn_test()
2818 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine, in dyn_test()
2829 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine, in dyn_test()
2840 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine, in dyn_test()
2870 Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in dyn_symtest() argument
2895 osabi, ehdr->e_machine, CONV_FMT_ALT_CF, &buf), in dyn_symtest()
2904 dynamic(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in dynamic() argument
2934 int osabi_solaris = osabi == ELFOSABI_SOLARIS; in dynamic()
3215 osabi, file) in dynamic()
3219 osabi, file) in dynamic()
3223 osabi, file) in dynamic()
3228 sec.fini, cache, shnum, ehdr, osabi, file); in dynamic()
3247 sec.init, cache, shnum, ehdr, osabi, file); in dynamic()
3410 osabi, ehdr->e_machine); in dynamic()
4807 const char *wname, int wfd, uchar_t osabi) in regular() argument
4897 if (osabi == ELFOSABI_NONE) in regular()
4898 osabi = ELFOSABI_UNKNOWN4; in regular()
4901 osabi = ehdr->e_ident[EI_OSABI]; in regular()
4902 if (osabi == ELFOSABI_NONE) { in regular()
4936 conv_ehdr_osabi(osabi, 0, &ibuf1), in regular()
4939 osabi = ELFOSABI_LINUX; in regular()
4947 if (osabi == ELFOSABI_NONE) in regular()
4948 osabi = ELFOSABI_SOLARIS; in regular()
4969 Elf_phdr(0, osabi, ehdr->e_machine, phdr); in regular()
5147 sections(file, cache, shnum, ehdr, osabi); in regular()
5152 if ((osabi == ELFOSABI_SOLARIS) || (osabi == ELFOSABI_LINUX)) in regular()
5156 symbols(cache, shnum, ehdr, osabi, &versym, file, flags); in regular()
5158 if ((flags & FLG_SHOW_SORT) && (osabi == ELFOSABI_SOLARIS)) in regular()
5159 sunw_sort(cache, shnum, ehdr, osabi, &versym, file, flags); in regular()
5171 syminfo(cache, shnum, ehdr, osabi, file); in regular()
5177 dynamic(cache, shnum, ehdr, osabi, file); in regular()
5211 if ((flags & FLG_SHOW_MOVE) && (osabi == ELFOSABI_SOLARIS)) in regular()
5217 if ((flags & FLG_SHOW_CAP) && (osabi == ELFOSABI_SOLARIS)) in regular()
5218 cap(file, cache, shnum, phnum, ehdr, osabi, elf, flags); in regular()
5221 ((osabi == ELFOSABI_SOLARIS) || (osabi == ELFOSABI_LINUX))) in regular()
5222 unwind(cache, shnum, phnum, ehdr, osabi, file, elf, flags); in regular()