Lines Matching refs:osabi

119 	uchar_t		osabi;		/* OSABI to use */  member
454 sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi) in sections() argument
490 Elf_shdr(0, osabi, ehdr->e_machine, shdr); in sections()
537 gnu_eh_state_t *eh_state, uchar_t osabi, const char *file, uint_t flags) in unwind_eh_frame() argument
698 conv_ehdr_type(osabi, ehdr->e_type, 0, &inv_buf)); in unwind_eh_frame()
855 unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi, in unwind() argument
948 &eh_state, osabi, file, flags); in unwind()
967 Ehdr *ehdr, uchar_t osabi, VERSYM_STATE *versym, const char *file, in init_symtbl_state() argument
975 state->osabi = osabi; in init_symtbl_state()
1140 sec = conv_sym_shndx(state->osabi, state->ehdr->e_machine, in output_symbol()
1301 Elf_syms_table_entry(0, ELF_DBG_ELFDUMP, index, state->osabi, in output_symbol()
1310 uchar_t osabi, Ehdr *ehdr, uint_t flags) in cap_section() argument
1381 cishdr->sh_link, ehdr, osabi, NULL, file, flags)) in cap_section()
1685 uchar_t osabi, Elf *elf, uint_t flags) in cap() argument
1724 if (cap_section(file, cache, shnum, _cache, osabi, in cap()
1844 syminfo(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in syminfo() argument
2006 conv_dyn_tag(expect_dt, osabi, in syminfo()
2008 conv_dyn_tag(dyns[boundto].d_tag, osabi, in syminfo()
2417 symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, in symbols() argument
2434 (osabi != ELFOSABI_SOLARIS))) in symbols()
2440 osabi, versym, file, flags)) in symbols()
2460 sunw_sort(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, in sunw_sort() argument
2505 symsecndx, ehdr, osabi, versym, file, flags)) in sunw_sort()
2531 symsecndx, ehdr, osabi, versym, file, flags)) in sunw_sort()
2537 conv_sec_type(osabi, ehdr->e_machine, in sunw_sort()
2748 Word dynsec_cnt, Ehdr *ehdr, uchar_t osabi, const char *file) in dyn_test() argument
2797 name = conv_sec_type(osabi, ehdr->e_machine, in dyn_test()
2802 name, conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine, in dyn_test()
2814 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine, in dyn_test()
2825 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine, in dyn_test()
2836 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine, in dyn_test()
2866 Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in dyn_symtest() argument
2891 osabi, ehdr->e_machine, CONV_FMT_ALT_CF, &buf), in dyn_symtest()
2900 dynamic(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in dynamic() argument
2930 int osabi_solaris = osabi == ELFOSABI_SOLARIS; in dynamic()
3211 osabi, file) in dynamic()
3215 osabi, file) in dynamic()
3219 osabi, file) in dynamic()
3224 sec.fini, cache, shnum, ehdr, osabi, file); in dynamic()
3243 sec.init, cache, shnum, ehdr, osabi, file); in dynamic()
3406 osabi, ehdr->e_machine); in dynamic()
4802 const char *wname, int wfd, uchar_t osabi) in regular() argument
4892 if (osabi == ELFOSABI_NONE) in regular()
4893 osabi = ELFOSABI_UNKNOWN4; in regular()
4896 osabi = ehdr->e_ident[EI_OSABI]; in regular()
4897 if (osabi == ELFOSABI_NONE) { in regular()
4931 conv_ehdr_osabi(osabi, 0, &ibuf1), in regular()
4934 osabi = ELFOSABI_LINUX; in regular()
4942 if (osabi == ELFOSABI_NONE) in regular()
4943 osabi = ELFOSABI_SOLARIS; in regular()
4964 Elf_phdr(0, osabi, ehdr->e_machine, phdr); in regular()
5142 sections(file, cache, shnum, ehdr, osabi); in regular()
5147 if ((osabi == ELFOSABI_SOLARIS) || (osabi == ELFOSABI_LINUX)) in regular()
5151 symbols(cache, shnum, ehdr, osabi, &versym, file, flags); in regular()
5153 if ((flags & FLG_SHOW_SORT) && (osabi == ELFOSABI_SOLARIS)) in regular()
5154 sunw_sort(cache, shnum, ehdr, osabi, &versym, file, flags); in regular()
5166 syminfo(cache, shnum, ehdr, osabi, file); in regular()
5172 dynamic(cache, shnum, ehdr, osabi, file); in regular()
5206 if ((flags & FLG_SHOW_MOVE) && (osabi == ELFOSABI_SOLARIS)) in regular()
5212 if ((flags & FLG_SHOW_CAP) && (osabi == ELFOSABI_SOLARIS)) in regular()
5213 cap(file, cache, shnum, phnum, ehdr, osabi, elf, flags); in regular()
5216 ((osabi == ELFOSABI_SOLARIS) || (osabi == ELFOSABI_LINUX))) in regular()
5217 unwind(cache, shnum, phnum, ehdr, osabi, file, elf, flags); in regular()