HomeSort by relevance Sort by last modified time
    Searched refs:osabi (Results 1 - 25 of 29) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/
lintsup.c 47 const char *wname, int wfd, uchar_t osabi)
49 return (regular64(file, fd, elf, flags, wname, wfd, osabi));
54 const char *wname, int wfd, uchar_t osabi)
56 return (regular32(file, fd, elf, flags, wname, wfd, osabi));
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/liblddbg/common/
entry.c 35 Dbg_ent_entry(Lm_list *lml, uchar_t osabi, Half mach, Ent_desc *enp)
44 conv_sec_flags(osabi, mach, enp->ec_attrmask, 0, &sec_flags_buf));
49 conv_sec_flags(osabi, mach, enp->ec_attrbits, 0, &sec_flags_buf));
52 conv_sec_type(osabi, mach, enp->ec_type, 0, &inv_buf));
65 Dbg_ent_print(Lm_list *lml, uchar_t osabi, Half mach, Alist *alp, Boolean dmode)
79 Dbg_ent_entry(lml, osabi, mach, enp);
phdr.c 33 Elf_phdr(Lm_list *lml, uchar_t osabi, Half mach, Phdr *phdr)
39 conv_phdr_flags(osabi, phdr->p_flags, 0, &phdr_flags_buf));
41 conv_phdr_type(osabi, mach, phdr->p_type, 0, &inv_buf));
shdr.c 33 Elf_shdr(Lm_list *lml, uchar_t osabi, Half mach, Shdr *shdr)
39 conv_sec_flags(osabi, mach, shdr->sh_flags, 0, &sec_flags_buf));
41 conv_sec_type(osabi, mach, shdr->sh_type, 0, &inv_buf1));
61 Dbg_shdr_modified(Lm_list *lml, const char *obj, uchar_t osabi, Half mach,
79 Elf_shdr(lml, osabi, mach, oshdr);
82 Elf_shdr(lml, osabi, mach, nshdr);
dynamic.c 45 uchar_t osabi, Half mach)
52 conv_dyn_tag(dyn->d_tag, osabi, mach, 0, &inv_buf),
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));
segments.c 35 Dbg_seg_desc_entry(Lm_list *lml, uchar_t osabi, Half mach, int ndx,
49 Elf_phdr(lml, osabi, mach, &sgp->sg_phdr);
95 Dbg_seg_list(Lm_list *lml, uchar_t osabi, Half mach, APlist *apl)
107 Dbg_seg_desc_entry(lml, osabi, mach, ndx++, sgp);
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:__anon63
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/libconv/common/
sections.c 39 sec_type_strings(conv_iter_osabi_t osabi, Half mach, Conv_fmt_flags_t fmt_flags)
43 * three osabi arrays, two machine arrays, plus the NULL termination.
161 /* The Linux osabi range has two separate sequences */
246 /* Select the strings to use, based on string style and OSABI */
262 if ((osabi == ELFOSABI_NONE) || (osabi == ELFOSABI_SOLARIS) ||
263 (osabi == CONV_OSABI_ALL)) {
280 if ((osabi == ELFOSABI_LINUX) || (osabi == CONV_OSABI_ALL)) {
344 conv_sec_type(uchar_t osabi, Half mach, Word sec, Conv_fmt_flags_t fmt_flags
    [all...]
phdr.c 193 conv_phdr_type(uchar_t osabi, Half mach, Word type, Conv_fmt_flags_t fmt_flags,
196 return (conv_map_ds(osabi, mach, type,
201 conv_iter_phdr_type(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags,
204 return (conv_iter_ds(osabi, EM_NONE,
262 conv_phdr_flags(uchar_t osabi, Word flags, Conv_fmt_flags_t fmt_flags,
273 (void) conv_expn_field2(&conv_arg, osabi, EM_NONE,
280 conv_iter_phdr_flags(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags,
283 if (conv_iter_vd2(osabi, EM_NONE,
sections_machelf.c 40 conv_sec_flags(uchar_t osabi, Half mach, Xword flags,
52 (void) conv_expn_field2(&conv_arg, osabi, mach,
globals.c 77 * osabi,mach (_conv_vd22str only) - The osab/mach under which
78 * val is to be interpreted. Items with a non-0 osabi or machine
90 * If val is found in the vdp array, and in the osabi version of
91 * this function if the osabi matches, then the string corresponding
112 map_vd22str(Conv_inv_buf_t *inv_buf, uchar_t osabi, Half mach,
117 if (CONV_VD2_SKIP(osabi, mach, vdp))
133 _conv_map_ds(uchar_t osabi, Half mach, Conv_elfvalue_t value,
158 return (map_vd22str(inv_buf, osabi, mach, value,
215 * osabi,mach (_conv_iter_vd2 only) - The osabi/mach for whic
    [all...]
dynamic_machelf.c 133 conv_dyn_tag(Xword tag, uchar_t osabi, Half mach, Conv_fmt_flags_t fmt_flags,
137 return (conv_map_ds(osabi, mach, tag,
138 conv_dyn_tag_strings(osabi, mach, fmt_flags), fmt_flags, inv_buf));
elf.c 523 conv_ehdr_type(uchar_t osabi, Half etype, Conv_fmt_flags_t fmt_flags,
526 return (conv_map_ds(osabi, EM_NONE, etype,
531 conv_iter_ehdr_type(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags,
534 return (conv_iter_ds(osabi, EM_NONE,
834 conv_ehdr_osabi(uchar_t osabi, Conv_fmt_flags_t fmt_flags,
837 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, osabi,
866 ehdr_abivers_strings(conv_iter_osabi_t osabi, Conv_fmt_flags_t fmt_flags)
888 /* For non-Solaris OSABI, we don't have symbolic names */
899 if ((osabi == ELFOSABI_SOLARIS) || (osabi == CONV_OSABI_ALL)
    [all...]
globals_machelf.c 223 * have a non-zero osabi or machine value that does not match that
257 _conv_expn_field2(CONV_EXPN_FIELD_ARG *arg, uchar_t osabi, Half mach,
271 if (CONV_VD2_SKIP(osabi, mach, vdp))
symbols.c 371 conv_sym_shndx(uchar_t osabi, Half mach, Half shndx, Conv_fmt_flags_t fmt_flags,
374 return (conv_map_ds(osabi, mach, shndx,
379 conv_iter_sym_shndx(conv_iter_osabi_t osabi, Half mach,
401 if (conv_iter_ds(osabi, mach, conv_sym_shndx_strings(fmt_flags),
dynamic.c 416 conv_dyn_tag_strings(conv_iter_osabi_t osabi, Half mach,
737 * DT_LOPROC - DT_HIPROC range: Solaris osabi, all hardware
767 osabi_solaris = (osabi == ELFOSABI_NONE) ||
768 (osabi == ELFOSABI_SOLARIS) || (osabi == CONV_OSABI_ALL);
769 osabi_linux = (osabi == ELFOSABI_LINUX) || (osabi == CONV_OSABI_ALL);
775 * apply to the current osabi. Note that we order these items such
867 conv_iter_dyn_tag(conv_iter_osabi_t osabi, Half mach,
870 return (conv_iter_ds(osabi, mach
    [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...]
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...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
syms.c 1833 uchar_t osabi = ifl->ifl_ehdr->e_ident[EI_OSABI]; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/include/
elfedit.h 307 /* osabi or machine change */
    [all...]

Completed in 350 milliseconds

1 2