Searched defs:osabi (Results 26 - 28 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c1291 int osabi = (int)elfedit_atoconst_range( local
1297 if (ehdr->e_ident[EI_OSABI] == osabi) {
1300 conv_ehdr_osabi(osabi, 0, &inv_buf1));
1306 conv_ehdr_osabi(osabi, 0, &inv_buf2));
1308 ehdr->e_ident[EI_OSABI] = osabi;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c1942 uchar_t osabi = ifl->ifl_ehdr->e_ident[EI_OSABI]; local
2078 conv_sym_shndx(osabi, mach, sym->st_shndx,
2204 conv_sym_shndx(osabi, mach,
2289 conv_sym_shndx(osabi, mach, sym->st_shndx,
2390 conv_sym_shndx(osabi, mach, nsym->st_shndx,
2499 conv_sym_shndx(osabi, mach, nsym->st_shndx,
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c123 uchar_t osabi; /* OSABI to use */ member in struct:__anon140
464 sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi) argument
500 Elf_shdr(0, osabi, ehdr->e_machine, shdr);
541 * osabi - OSABI to use in displaying information
547 gnu_eh_state_t *eh_state, uchar_t osabi, const char *file, uint_t flags)
708 conv_ehdr_type(osabi, ehdr->e_type, 0, &inv_buf));
865 unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi, argument
958 &eh_state, osabi, file, flags);
977 Ehdr *ehdr, uchar_t osabi, VERSYM_STATE *versym, const char *file,
985 state->osabi
546 unwind_eh_frame(Cache *cache, Word shndx, Word shnum, Phdr *uphdr, Ehdr *ehdr, gnu_eh_state_t *eh_state, uchar_t osabi, const char *file, uint_t flags) argument
976 init_symtbl_state(SYMTBL_STATE *state, Cache *cache, Word shnum, Word secndx, Ehdr *ehdr, uchar_t osabi, VERSYM_STATE *versym, const char *file, uint_t flags) argument
1320 cap_section(const char *file, Cache *cache, Word shnum, Cache *ccache, uchar_t osabi, Ehdr *ehdr, uint_t flags) argument
1695 cap(const char *file, Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi, Elf *elf, uint_t flags) argument
1859 syminfo(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) argument
2441 symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, VERSYM_STATE *versym, const char *file, uint_t flags) argument
2484 sunw_sort(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, VERSYM_STATE *versym, const char *file, uint_t flags) argument
2771 dyn_test(dyn_test_t test_type, Word sh_type, Cache *sec_cache, Dyn *dyn, Word dynsec_cnt, Ehdr *ehdr, uchar_t osabi, const char *file) argument
2888 dyn_symtest(Dyn *dyn, const char *symname, Cache *symtab_cache, Cache *dynsym_cache, Cache *ldynsym_cache, Cache *target_cache, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) argument
2924 dynamic(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) argument
4887 regular(const char *file, int fd, Elf *elf, uint_t flags, const char *wname, int wfd, uchar_t osabi) argument
[all...]

Completed in 218 milliseconds

12