Lines Matching refs:osabi

123 	uchar_t		osabi;		/* OSABI to use */  member
464 sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi) in sections() argument
500 Elf_shdr(0, osabi, ehdr->e_machine, shdr); in sections()
555 gnu_eh_state_t *eh_state, uchar_t osabi, const char *file, uint_t flags) in unwind_eh_frame() argument
716 conv_ehdr_type(osabi, ehdr->e_type, 0, &inv_buf)); in unwind_eh_frame()
872 uchar_t osabi, Half mach, Cache *cache, const char *file) in check_phdr_v_shdr() argument
883 conv_phdr_type(osabi, mach, phdr->p_type, \ in check_phdr_v_shdr()
910 unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi, in unwind() argument
1007 check_phdr_v_shdr(uphdr, phndx, osabi, in unwind()
1012 &eh_state, osabi, file, flags); in unwind()
1032 Ehdr *ehdr, uchar_t osabi, VERSYM_STATE *versym, const char *file, in init_symtbl_state() argument
1040 state->osabi = osabi; in init_symtbl_state()
1209 sec = conv_sym_shndx(state->osabi, state->ehdr->e_machine, in output_symbol()
1370 Elf_syms_table_entry(0, ELF_DBG_ELFDUMP, index, state->osabi, in output_symbol()
1379 uchar_t osabi, Ehdr *ehdr, uint_t flags) in cap_section() argument
1450 cishdr->sh_link, ehdr, osabi, NULL, file, flags)) in cap_section()
1754 uchar_t osabi, Elf *elf, uint_t flags) in cap() argument
1793 if (cap_section(file, cache, shnum, _cache, osabi, in cap()
1824 check_phdr_v_shdr(uphdr, phndx, osabi, ehdr->e_machine, in cap()
1912 syminfo(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in syminfo() argument
2081 conv_dyn_tag(expect_dt, osabi, in syminfo()
2083 conv_dyn_tag(dyns[boundto].d_tag, osabi, in syminfo()
2494 symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, in symbols() argument
2511 (osabi != ELFOSABI_SOLARIS))) in symbols()
2517 osabi, versym, file, flags)) in symbols()
2537 sunw_sort(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, in sunw_sort() argument
2582 symsecndx, ehdr, osabi, versym, file, flags)) in sunw_sort()
2608 symsecndx, ehdr, osabi, versym, file, flags)) in sunw_sort()
2614 conv_sec_type(osabi, ehdr->e_machine, in sunw_sort()
2825 Word dynsec_cnt, Ehdr *ehdr, uchar_t osabi, const char *file) in dyn_test() argument
2874 name = conv_sec_type(osabi, ehdr->e_machine, in dyn_test()
2879 name, conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine, in dyn_test()
2891 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine, in dyn_test()
2902 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine, in dyn_test()
2913 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine, in dyn_test()
2943 Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in dyn_symtest() argument
2968 osabi, ehdr->e_machine, CONV_FMT_ALT_CF, &buf), in dyn_symtest()
2977 dynamic(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file, in dynamic() argument
3008 int osabi_solaris = osabi == ELFOSABI_SOLARIS; in dynamic()
3159 conv_phdr_type(osabi, ehdr->e_machine, in dynamic()
3165 osabi, ehdr->e_machine, _cache, file); in dynamic()
3314 osabi, file) in dynamic()
3318 osabi, file) in dynamic()
3322 osabi, file) in dynamic()
3327 sec.fini, cache, shnum, ehdr, osabi, file); in dynamic()
3346 sec.init, cache, shnum, ehdr, osabi, file); in dynamic()
3509 osabi, ehdr->e_machine); in dynamic()
4971 const char *wname, int wfd, uchar_t osabi) in regular() argument
5061 if (osabi == ELFOSABI_NONE) in regular()
5062 osabi = ELFOSABI_UNKNOWN4; in regular()
5065 osabi = ehdr->e_ident[EI_OSABI]; in regular()
5066 if (osabi == ELFOSABI_NONE) { in regular()
5100 conv_ehdr_osabi(osabi, 0, &ibuf1), in regular()
5103 osabi = ELFOSABI_LINUX; in regular()
5111 if (osabi == ELFOSABI_NONE) in regular()
5112 osabi = ELFOSABI_SOLARIS; in regular()
5134 Elf_phdr(0, osabi, ehdr->e_machine, phdr); in regular()
5312 sections(file, cache, shnum, ehdr, osabi); in regular()
5317 if ((osabi == ELFOSABI_SOLARIS) || (osabi == ELFOSABI_LINUX)) in regular()
5321 symbols(cache, shnum, ehdr, osabi, &versym, file, flags); in regular()
5323 if ((flags & FLG_SHOW_SORT) && (osabi == ELFOSABI_SOLARIS)) in regular()
5324 sunw_sort(cache, shnum, ehdr, osabi, &versym, file, flags); in regular()
5336 syminfo(cache, shnum, ehdr, osabi, file); in regular()
5342 dynamic(cache, shnum, ehdr, osabi, file, phnum, elf); in regular()
5376 if ((flags & FLG_SHOW_MOVE) && (osabi == ELFOSABI_SOLARIS)) in regular()
5382 if ((flags & FLG_SHOW_CAP) && (osabi == ELFOSABI_SOLARIS)) in regular()
5383 cap(file, cache, shnum, phnum, ehdr, osabi, elf, flags); in regular()
5386 ((osabi == ELFOSABI_SOLARIS) || (osabi == ELFOSABI_LINUX))) in regular()
5387 unwind(cache, shnum, phnum, ehdr, osabi, file, elf, flags); in regular()