HomeSort by relevance Sort by last modified time
    Searched defs:osabi (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
elf.c 41 uchar_t osabi = ehdr->e_ident[EI_OSABI]; local
62 conv_ehdr_type(osabi, ehdr->e_type, 0, &inv_buf1));
112 conv_sec_flags(osabi, mach, shdr0->sh_flags, 0, &sec_flags_buf));
114 conv_sec_type(osabi, mach, shdr0->sh_type, 0, &inv_buf1));
syms.c 410 uchar_t osabi = ofl->ofl_dehdr->e_ident[EI_OSABI]; local
423 osabi, mach, osym, sdp->sd_aux ? sdp->sd_aux->sa_overndx : 0,
427 osabi, mach, nsym, 0, 0, NULL, ifl->ifl_name);
591 uchar_t osabi, Half mach, Sym *sym, Versym verndx, int gnuver,
608 sec = conv_sym_shndx(osabi, mach, sym->st_shndx,
  /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/common/
elfconst.c 132 STE_LC_OS = 2, /* From libconv, osabi dependency */
134 STE_LC_OS_MACH = 4 /* From libconv, osabi/mach dep. */
150 libconv_iter_func_os_t osabi; member in union:__anon161
179 * with changes in osabi or machine type.
206 { 0 }, /* 23: EAV osabi version */
266 libconv_fill_iter(sym_table_ent_t *sym, conv_iter_osabi_t osabi, Half mach,
278 (void) (* sym->ste_conv_func.osabi)(osabi,
280 (void) (* sym->ste_conv_func.osabi)(osabi,
498 static conv_iter_osabi_t osabi; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/
main.c 549 const char *wname, int wfd, uchar_t osabi)
554 r = regular64(file, fd, elf, flags, wname, wfd, osabi);
556 r = regular32(file, fd, elf, flags, wname, wfd, osabi);
563 const char *wname, int wfd, uchar_t osabi)
689 wname, wfd, osabi) == 1)
694 wname, wfd, osabi) == 1)
720 uchar_t osabi; local
798 * osabi is a uchar_t in the ELF header.
809 osabi = val;
955 ret = archive(file, fd, elf, flags, wname, wfd, osabi);
    [all...]
elfdump.c 119 uchar_t osabi; /* OSABI to use */ member in struct:__anon5
427 sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi)
463 Elf_shdr(0, osabi, ehdr->e_machine, shdr);
503 * osabi - OSABI to use in displaying information
509 gnu_eh_state_t *eh_state, uchar_t osabi, const char *file, uint_t flags)
601 conv_ehdr_type(osabi, ehdr->e_type, 0, &inv_buf));
759 unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi,
853 osabi, file, flags)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/modules/common/
phdr.c 228 uchar_t osabi = ehdr->e_ident[EI_OSABI]; local
241 EC_WORD(i), conv_phdr_type(osabi,
249 osabi, mach, argstate->ndx, 0, &inv_buf));
352 uchar_t osabi = ehdr->e_ident[EI_OSABI]; local
411 Elf_phdr(0, osabi, mach, phdr);
447 conv_phdr_type(osabi,
486 conv_phdr_flags(osabi, phdr->p_flags,
691 uchar_t osabi = ehdr->e_ident[EI_OSABI]; local
701 conv_phdr_type(osabi, mach, phdr->p_type,
707 conv_phdr_type(osabi, mach
824 uchar_t osabi = ehdr->e_ident[EI_OSABI]; local
    [all...]
shdr.c 217 uchar_t osabi = ehdr->e_ident[EI_OSABI]; local
258 Elf_shdr(NULL, osabi, mach, sec->sec_shdr);
284 conv_sec_flags(osabi, mach, shdr->sh_flags,
331 conv_sec_type(osabi, mach, shdr->sh_type, 0,
359 uchar_t osabi = ehdr->e_ident[EI_OSABI]; local
525 conv_sec_flags(osabi, mach,
532 conv_sec_flags(osabi, mach,
534 conv_sec_flags(osabi, mach,
708 conv_sec_type(osabi, mach, shdr->sh_type,
715 conv_sec_type(osabi, mach, shdr->sh_type
    [all...]
sym.c 252 uchar_t osabi = obj_state->os_ehdr->e_ident[EI_OSABI]; local
284 Elf_syms_table_entry(NULL, ELF_DBG_ELFDUMP, index, osabi, mach,
    [all...]
dyn.c 662 uchar_t osabi = ehdr->e_ident[EI_OSABI]; local
669 conv_dyn_tag(dt_value, osabi, mach, 0, &want),
671 osabi, mach, 0, &is));
1280 uchar_t osabi = ehdr->e_ident[EI_OSABI]; local
    [all...]
ehdr.c 1291 int osabi = (int)elfedit_atoconst_range( local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
syms.c 1833 uchar_t osabi = ifl->ifl_ehdr->e_ident[EI_OSABI]; local
    [all...]

Completed in 520 milliseconds