Lines Matching refs:osabi

119 	uchar_t		osabi;		/* OSABI to use */
454 sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi)
490 Elf_shdr(0, osabi, ehdr->e_machine, shdr);
530 * osabi - OSABI to use in displaying information
536 gnu_eh_state_t *eh_state, uchar_t osabi, const char *file, uint_t flags)
628 conv_ehdr_type(osabi, ehdr->e_type, 0, &inv_buf));
786 unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi,
879 osabi, file, flags);
898 Ehdr *ehdr, uchar_t osabi, VERSYM_STATE *versym, const char *file,
906 state->osabi = osabi;
1071 sec = conv_sym_shndx(state->osabi, state->ehdr->e_machine,
1232 Elf_syms_table_entry(0, ELF_DBG_ELFDUMP, index, state->osabi,
1241 uchar_t osabi, Ehdr *ehdr, uint_t flags)
1312 cishdr->sh_link, ehdr, osabi, NULL, file, flags))
1616 uchar_t osabi, Elf *elf, uint_t flags)
1655 if (cap_section(file, cache, shnum, _cache, osabi,
1775 syminfo(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file)
1937 conv_dyn_tag(expect_dt, osabi,
1939 conv_dyn_tag(dyns[boundto].d_tag, osabi,
2349 symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi,
2366 (osabi != ELFOSABI_SOLARIS)))
2372 osabi, versym, file, flags))
2392 sunw_sort(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi,
2437 symsecndx, ehdr, osabi, versym, file, flags))
2463 symsecndx, ehdr, osabi, versym, file, flags))
2469 conv_sec_type(osabi, ehdr->e_machine,
2680 Word dynsec_cnt, Ehdr *ehdr, uchar_t osabi, const char *file)
2729 name = conv_sec_type(osabi, ehdr->e_machine,
2734 name, conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine,
2746 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine,
2757 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine,
2768 conv_dyn_tag(dyn->d_tag, osabi, ehdr->e_machine,
2792 * osabi - OSABI to apply when interpreting object
2798 Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file)
2823 osabi, ehdr->e_machine, CONV_FMT_ALT_CF, &buf),
2832 dynamic(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file)
2862 int osabi_solaris = osabi == ELFOSABI_SOLARIS;
3143 osabi, file)
3147 osabi, file)
3151 osabi, file)
3156 sec.fini, cache, shnum, ehdr, osabi, file);
3175 sec.init, cache, shnum, ehdr, osabi, file);
3338 osabi, ehdr->e_machine);
4724 const char *wname, int wfd, uchar_t osabi)
4803 * Determine the Operating System ABI (osabi) we will use to
4812 * effect, we use an osabi that libconv has no knowledge of.
4814 if (osabi == ELFOSABI_NONE)
4815 osabi = ELFOSABI_UNKNOWN4;
4817 /* Determine osabi from file */
4818 osabi = ehdr->e_ident[EI_OSABI];
4819 if (osabi == ELFOSABI_NONE) {
4829 * the osabi, which is supposed to be in the ELF header.
4831 * have a history of setting the osabi to the generic
4839 * if osabi is ELFOSABI_NONE, and later otherwise.
4853 conv_ehdr_osabi(osabi, 0, &ibuf1),
4856 osabi = ELFOSABI_LINUX;
4864 if (osabi == ELFOSABI_NONE)
4865 osabi = ELFOSABI_SOLARIS;
4886 Elf_phdr(0, osabi, ehdr->e_machine, phdr);
5062 sections(file, cache, shnum, ehdr, osabi);
5067 if ((osabi == ELFOSABI_SOLARIS) || (osabi == ELFOSABI_LINUX))
5071 symbols(cache, shnum, ehdr, osabi, &versym, file, flags);
5073 if ((flags & FLG_SHOW_SORT) && (osabi == ELFOSABI_SOLARIS))
5074 sunw_sort(cache, shnum, ehdr, osabi, &versym, file, flags);
5086 syminfo(cache, shnum, ehdr, osabi, file);
5092 dynamic(cache, shnum, ehdr, osabi, file);
5126 if ((flags & FLG_SHOW_MOVE) && (osabi == ELFOSABI_SOLARIS))
5132 if ((flags & FLG_SHOW_CAP) && (osabi == ELFOSABI_SOLARIS))
5133 cap(file, cache, shnum, phnum, ehdr, osabi, elf, flags);
5136 ((osabi == ELFOSABI_SOLARIS) || (osabi == ELFOSABI_LINUX)))
5137 unwind(cache, shnum, phnum, ehdr, osabi, file, elf, flags);