Lines Matching defs:osabi
123 uchar_t osabi; /* OSABI to use */
458 sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi)
494 Elf_shdr(0, osabi, ehdr->e_machine, shdr);
535 * osabi - OSABI to use in displaying information
541 gnu_eh_state_t *eh_state, uchar_t osabi, const char *file, uint_t flags)
702 conv_ehdr_type(osabi, ehdr->e_type, 0, &inv_buf));
859 unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi,
952 &eh_state, osabi, file, flags);
971 Ehdr *ehdr, uchar_t osabi, VERSYM_STATE *versym, const char *file,
979 state->osabi = osabi;
1144 sec = conv_sym_shndx(state->osabi, state->ehdr->e_machine,
1305 Elf_syms_table_entry(0, ELF_DBG_ELFDUMP, index, state->osabi,
1314 uchar_t osabi, Ehdr *ehdr, uint_t flags)
1385 cishdr->sh_link, ehdr, osabi, NULL, file, flags))
1689 uchar_t osabi, Elf *elf, uint_t flags)
1728 if (cap_section(file, cache, shnum, _cache, osabi,
1848 syminfo(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file)
2010 conv_dyn_tag(expect_dt, osabi,
2012 conv_dyn_tag(dyns[boundto].d_tag, osabi,
2421 symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi,
2438 (osabi != ELFOSABI_SOLARIS)))
2444 osabi, versym, file, flags))
2464 sunw_sort(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi,
2509 symsecndx, ehdr, osabi, versym, file, flags))
2535 symsecndx, ehdr, osabi, versym, file, flags))
2541 conv_sec_type(osabi, ehdr->e_machine,
2752 Word dynsec_cnt, Ehdr *ehdr, uchar_t osabi, const char *file)
2801 name = conv_sec_type(osabi, ehdr->e_machine,
2806 name, conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine,
2818 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine,
2829 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine,
2840 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine,
2864 * osabi - OSABI to apply when interpreting object
2870 Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file)
2895 osabi, ehdr->e_machine, CONV_FMT_ALT_CF, &buf),
2904 dynamic(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file)
2934 int osabi_solaris = osabi == ELFOSABI_SOLARIS;
3215 osabi, file)
3219 osabi, file)
3223 osabi, file)
3228 sec.fini, cache, shnum, ehdr, osabi, file);
3247 sec.init, cache, shnum, ehdr, osabi, file);
3410 osabi, ehdr->e_machine);
4807 const char *wname, int wfd, uchar_t osabi)
4886 * Determine the Operating System ABI (osabi) we will use to
4895 * effect, we use an osabi that libconv has no knowledge of.
4897 if (osabi == ELFOSABI_NONE)
4898 osabi = ELFOSABI_UNKNOWN4;
4900 /* Determine osabi from file */
4901 osabi = ehdr->e_ident[EI_OSABI];
4902 if (osabi == ELFOSABI_NONE) {
4912 * the osabi, which is supposed to be in the ELF header.
4914 * have a history of setting the osabi to the generic
4922 * if osabi is ELFOSABI_NONE, and later otherwise.
4936 conv_ehdr_osabi(osabi, 0, &ibuf1),
4939 osabi = ELFOSABI_LINUX;
4947 if (osabi == ELFOSABI_NONE)
4948 osabi = ELFOSABI_SOLARIS;
4969 Elf_phdr(0, osabi, ehdr->e_machine, phdr);
5147 sections(file, cache, shnum, ehdr, osabi);
5152 if ((osabi == ELFOSABI_SOLARIS) || (osabi == ELFOSABI_LINUX))
5156 symbols(cache, shnum, ehdr, osabi, &versym, file, flags);
5158 if ((flags & FLG_SHOW_SORT) && (osabi == ELFOSABI_SOLARIS))
5159 sunw_sort(cache, shnum, ehdr, osabi, &versym, file, flags);
5171 syminfo(cache, shnum, ehdr, osabi, file);
5177 dynamic(cache, shnum, ehdr, osabi, file);
5211 if ((flags & FLG_SHOW_MOVE) && (osabi == ELFOSABI_SOLARIS))
5217 if ((flags & FLG_SHOW_CAP) && (osabi == ELFOSABI_SOLARIS))
5218 cap(file, cache, shnum, phnum, ehdr, osabi, elf, flags);
5221 ((osabi == ELFOSABI_SOLARIS) || (osabi == ELFOSABI_LINUX)))
5222 unwind(cache, shnum, phnum, ehdr, osabi, file, elf, flags);