HomeSort by relevance Sort by last modified time
    Searched defs:inv_buf (Results 1 - 25 of 41) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/sgs/libconv/common/
relocate.c 39 Conv_inv_buf_t *inv_buf)
43 return (conv_reloc_386_type(type, fmt_flags, inv_buf));
48 return (conv_reloc_SPARC_type(type, fmt_flags, inv_buf));
51 return (conv_reloc_amd64_type(type, fmt_flags, inv_buf));
55 return (conv_invalid_val(inv_buf, type, fmt_flags));
65 static Conv_inv_buf_t inv_buf; local
67 return (conv_reloc_type(mach, type, fmt_flags, &inv_buf));
globals_machelf.c 38 * inv_buf - Buffer into which the resulting string is generated.
43 * The formatted string is placed into inv_buf. The pointer
47 conv_invalid_val(Conv_inv_buf_t *inv_buf, Xword value,
63 (void) snprintf(inv_buf->buf, sizeof (inv_buf->buf), fmt, value);
64 return ((const char *)inv_buf->buf);
102 Conv_inv_buf_t inv_buf; local
133 (void) conv_invalid_val(&inv_buf, arg->oflags, 0);
134 (void) strlcpy(arg->buf, inv_buf.buf, arg->bufsize);
186 Conv_inv_buf_t inv_buf; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
phdr.c 35 Conv_inv_buf_t inv_buf; local
41 conv_phdr_type(osabi, mach, phdr->p_type, 0, &inv_buf));
dynamic.c 47 Conv_inv_buf_t inv_buf; local
52 conv_dyn_tag(dyn->d_tag, osabi, mach, 0, &inv_buf),
64 Conv_inv_buf_t inv_buf; local
74 conv_dyn_tag(DT_NULL, ELFOSABI_NONE, 0, 0, &inv_buf),
entry.c 37 Conv_inv_buf_t inv_buf; local
52 conv_sec_type(osabi, mach, enp->ec_type, 0, &inv_buf));
cap.c 88 Conv_inv_buf_t inv_buf; local
95 conv_cap_tag(tag, 0, &inv_buf), conv_cap_val(tag, val, mach,
118 Conv_inv_buf_t inv_buf; local
124 conv_cap_tag(cap->c_tag, 0, &inv_buf),
map.c 93 Conv_inv_buf_t inv_buf; local
108 conv_def_tag(sdp->sd_ref, &inv_buf));
114 Conv_inv_buf_t inv_buf; local
125 conv_def_tag(sdp->sd_ref, &inv_buf));
got.c 135 Conv_inv_buf_t inv_buf; local
154 ELF_R_TYPE(rela->r_info, mach), 0, &inv_buf);
158 ELF_R_TYPE(rel->r_info, mach), 0, &inv_buf);
util.c 301 Conv_inv_buf_t inv_buf; local
309 str = conv_invalid_val(&inv_buf, tag, 0);
319 Conv_inv_buf_t inv_buf; local
327 str = conv_invalid_val(&inv_buf, tag, 0);
segments.c 119 Conv_inv_buf_t inv_buf; local
139 EC_ADDR(shdr->sh_addr), conv_elfdata_type(data->d_type, &inv_buf),
168 EC_ADDR(addr), conv_elfdata_type(data->d_type, &inv_buf),
relocate.c 215 Conv_inv_buf_t inv_buf; local
230 conv_reloc_type(mach, rtype, 0, &inv_buf),
252 Conv_inv_buf_t inv_buf; local
263 conv_reloc_type(mach, rsp->rel_rtype, 0, &inv_buf),
359 Conv_inv_buf_t inv_buf; local
388 conv_reloc_type(mach, orsp->rel_rtype, 0, &inv_buf),
400 Conv_inv_buf_t inv_buf; local
414 conv_reloc_type(mach, arsp->rel_rtype, 0, &inv_buf),
658 Conv_inv_buf_t inv_buf; local
667 0, &inv_buf);
698 Conv_inv_buf_t inv_buf; local
    [all...]
syms.c 238 Conv_inv_buf_t inv_buf; local
249 conv_def_tag(sdp->sd_ref, &inv_buf));
255 Conv_inv_buf_t inv_buf; local
263 ifl->ifl_ehdr->e_type, 0, &inv_buf));
363 Conv_inv_buf_t inv_buf; local
373 conv_def_tag(sdp->sd_ref, &inv_buf));
379 Conv_inv_buf_t inv_buf; local
393 conv_def_tag(sdp->sd_ref, &inv_buf));
433 Conv_inv_buf_t inv_buf; local
444 conv_def_tag(sdp->sd_ref, &inv_buf));
451 Conv_inv_buf_t inv_buf; local
    [all...]
files.c 699 Conv_inv_buf_t inv_buf; local
707 ifl->ifl_ehdr->e_type, 0, &inv_buf));
  /onnv/onnv-gate/usr/src/cmd/sgs/dump/common/
fcns.c 128 Conv_inv_buf_t inv_buf; local
133 &inv_buf));
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparc/
common_sparc.c 120 Conv_inv_buf_t inv_buf; local
146 0, &inv_buf), NAME(rp->rl_lmp),
152 0, &inv_buf), NAME(rp->rl_lmp),
sparc_elf.c 397 Conv_inv_buf_t inv_buf; local
400 conv_reloc_SPARC_type(R_SPARC_JMP_SLOT, 0, &inv_buf),
1054 Conv_inv_buf_t inv_buf; local
1059 0, &inv_buf),
1111 static Conv_inv_buf_t inv_buf; local
1113 return (conv_reloc_SPARC_type(rel, 0, &inv_buf));
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
machsym.sparc.c 209 Conv_inv_buf_t inv_buf; local
214 conv_sym_SPARC_value(sym->st_value, 0, &inv_buf));
ldmain.c 95 Conv_inv_buf_t inv_buf; local
98 conv_ehdr_mach(mach, 0, &inv_buf));
machrel.amd.c 970 Conv_inv_buf_t inv_buf; local
975 0, &inv_buf), ifl_name,
998 Conv_inv_buf_t inv_buf; local
1009 0, &inv_buf), ifl_name,
1218 Conv_inv_buf_t inv_buf; local
1230 conv_reloc_amd64_type(rsp->rel_rtype, 0, &inv_buf),
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/
dwarf.c 148 Conv_inv_buf_t inv_buf; local
152 name = conv_dwarf_regname(mach, regno, 0, &good_name, &inv_buf);
211 Conv_inv_buf_t inv_buf; local
254 opname = conv_dwarf_cfa(op, 0, &inv_buf);
  /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/common/
util_machelf.c 156 Conv_inv_buf_t inv_buf; local
169 shtype, 0, &inv_buf));
177 obj_state->os_ehdr->e_machine, shtype, 0, &inv_buf));
338 Conv_inv_buf_t inv_buf; local
348 conv_ehdr_osabi(osabi, 0, &inv_buf));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/modules/common/
syminfo.c 464 Conv_inv_buf_t inv_buf; local
544 0, &inv_buf));
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/amd64/
amd64_elf.c 246 Conv_inv_buf_t inv_buf; local
249 conv_reloc_amd64_type(R_AMD64_JUMP_SLOT, 0, &inv_buf),
949 static Conv_inv_buf_t inv_buf; local
951 return (conv_reloc_amd64_type(rel, 0, &inv_buf));
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/i386/
i386_elf.c 226 Conv_inv_buf_t inv_buf; local
229 conv_reloc_386_type(R_386_JMP_SLOT, 0, &inv_buf),
987 static Conv_inv_buf_t inv_buf; local
989 return (conv_reloc_386_type(rel, 0, &inv_buf));
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparcv9/
sparc_elf.c 536 Conv_inv_buf_t inv_buf; local
539 conv_reloc_SPARC_type(R_SPARC_JMP_SLOT, 0, &inv_buf),
1303 Conv_inv_buf_t inv_buf; local
1366 static Conv_inv_buf_t inv_buf; local
    [all...]

Completed in 600 milliseconds

1 2