Home
last modified time | relevance | path

Searched refs:ndx (Results 1 – 25 of 165) sorted by relevance

1234567

/titanic_52/usr/src/cmd/sgs/elfdump/common/
H A Ddwarf.c64 * ndx - Address of variable giving index to start byte in data.
70 * *ndx is incremented by the size of the extracted datum.
76 dwarf_extract_uint(uchar_t *data, size_t len, uint64_t *ndx, int size, in dwarf_extract_uint() argument
79 if (((*ndx + size) > len) || in dwarf_extract_uint()
80 ((*ndx + size) < *ndx)) in dwarf_extract_uint()
85 *ret = (data[(*ndx)++]); in dwarf_extract_uint()
92 data += *ndx; in dwarf_extract_uint()
98 (*ndx) += 2; in dwarf_extract_uint()
107 data += *ndx; in dwarf_extract_uint()
206 dump_cfi(uchar_t * data,uint64_t off,uint64_t * ndx,uint_t len,dump_cfi_state_t * state,const char * msg,int indent) dump_cfi() argument
691 uint64_t off, ndx, length, id; dump_eh_frame() local
[all...]
/titanic_52/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c101 STR_OPT_F_SHNDX = 16, /* -shndx ndx: strtab spec. by index */
120 Word ndx; /* Table offset if (argc > 0) */ member
199 shndx_to_strtab(elfedit_obj_state_t *obj_state, Word ndx) in shndx_to_strtab() argument
206 if (ndx < obj_state->os_shnum) { in shndx_to_strtab()
207 Shdr *shdr = obj_state->os_secarr[ndx].sec_shdr; in shndx_to_strtab()
213 ndx = shdr->sh_link; in shndx_to_strtab()
221 ndx = shdr->sh_link; in shndx_to_strtab()
222 if (ndx < obj_state->os_shnum) in shndx_to_strtab()
223 ndx = in shndx_to_strtab()
224 obj_state->os_secarr[ndx] in shndx_to_strtab()
252 Word ndx; process_args() local
430 Word ndx; print_strtab() local
521 Word ndx = argstate->str.ndx; cmd_body_set() local
623 Word ndx = argstate->str.ndx; cmd_body_zero() local
753 Word ndx; cpl_sh_opt() local
824 Word ndx; cpl_sec_str() local
[all...]
H A Dcap.c186 cap_group_extents(ARGSTATE *argstate, Word ndx, Word *ret_start_ndx, in cap_group_extents() argument
189 *ret_end_ndx = ndx; in cap_group_extents()
195 while ((ndx > 0) && (argstate->cap.data[ndx].c_tag == CA_SUNW_NULL)) in cap_group_extents()
196 ndx--; in cap_group_extents()
197 while ((ndx > 0) && (argstate->cap.data[ndx - 1].c_tag != CA_SUNW_NULL)) in cap_group_extents()
198 ndx--; in cap_group_extents()
199 *ret_start_ndx = ndx; in cap_group_extents()
205 ndx in cap_group_extents()
223 Word ndx = argstate->cap.grp_start_ndx; cap_group_id() local
251 argstate_cap_group(ARGSTATE * argstate,Word ndx) argstate_cap_group() argument
271 group_title(ARGSTATE * argstate,Word ndx) group_title() argument
387 Word cnt, ndx, printed = 0; print_cap() local
592 Word ndx, ca_value; arg_to_index() local
725 cap_set(ARGSTATE * argstate,Cap * cap,Word ndx,Word cap_ndx,const char * cap_name,Xword cap_tag,elfedit_const_t const_type) cap_set() argument
774 Word ndx; cmd_body() local
[all...]
H A Ddyn.c111 DYN_OPT_F_DYNNDX_VAL = 16, /* -dynndx ndx: Index is value to */
190 Word ndx; in convert_dt_null() local
206 ndx = argstate->dyn.null_ndx; in convert_dt_null()
207 dyn = &argstate->dyn.data[ndx]; in convert_dt_null()
214 return (ndx); in convert_dt_null()
298 Word end_ndx, ndx, printed = 0; in print_dyn() local
329 ndx = arg; in print_dyn()
331 ndx = 0; in print_dyn()
342 dyn = &argstate->dyn.data[ndx]; in print_dyn()
348 * only want to display one item (ndx in print_dyn()
626 Word ndx; arg_to_index() local
1135 Word ndx; cmd_body() local
[all...]
H A Dshdr.c191 PRINT_SHDR_ALL, /* Print all shdr[ndx:ndx+cnt-1] */
192 PRINT_SHDR_TYPE, /* Print all shdr[ndx:ndx+cnt-1] with type */
193 /* of shdr[ndx] */
194 PRINT_SHDR_NAME, /* Print all shdr[ndx:ndx+cnt-1] with name */
195 /* of shdr[ndx] */
207 * ndx - Index of first section to display
213 Word ndx, Wor in print_shdr() argument
362 Word ndx; cmd_body() local
758 Word ndx; cpl_1starg_sec() local
815 Word ndx; cpl_sh_infolink() local
[all...]
H A Dsyminfo.c253 * ndx - Index of first symbol to display
257 dump_syminfo(ARGSTATE *argstate, Word ndx, Word cnt) in dump_syminfo() argument
263 syminfo = argstate->syminfo.data + ndx; in dump_syminfo()
266 sym = argstate->sym.data + ndx; in dump_syminfo()
278 for (; cnt-- > 0; ndx++, syminfo++, sym++) { in dump_syminfo()
294 Elf_syminfo_entry(0, ndx, syminfo, name, needed); in dump_syminfo()
309 * ndx - Index of first symbol to display
314 Word ndx, Word cnt) in print_syminfo() argument
336 dump_syminfo(argstate, ndx, cnt); in print_syminfo()
350 for (syminfo += ndx; cn in print_syminfo()
470 Word str_offset, ndx, numdyn; needed_to_boundto() local
572 Word ndx; cmd_body() local
[all...]
H A Dsym.c125 SYM_OPT_F_SHNDX = 32, /* -shndx ndx: section spec. by index */
150 Word ndx; /* If argstate.argc > 0, this is the table index */ member
239 * ndx - Index of first symbol to display
243 dump_symtab(ARGSTATE *argstate, SYMSTATE *symstate, Word ndx, Word cnt) in dump_symtab() argument
258 sym = symstate->sym.data + ndx; in dump_symtab()
273 for (; cnt-- > 0; ndx++, sym++) { in dump_symtab()
275 MSG_ORIG(MSG_FMT_INDEX), EC_XWORD(ndx)); in dump_symtab()
277 symstate->versym.data[ndx]; in dump_symtab()
282 shndx = symstate->xshndx.data[ndx]; in dump_symtab()
311 sym1 = &symstate1->sym.data[symstate1->ndx]; in all_same()
425 print_symstate(SYM_CMD_T cmd,ARGSTATE * argstate,SYMSTATE * symstate,elfedit_outstyle_t outstyle,Word ndx,Word cnt) print_symstate() argument
594 Word ndx, tblndx; print_sym() local
1546 Word ndx; cpl_st_shndx() local
[all...]
/titanic_52/usr/src/cmd/sendmail/db/log/
H A Dlog_rec.c167 * entry in the dbentry table for this ndx.
222 __log_do_open(lp, uid, name, ftype, ndx) in __log_do_open() argument
227 u_int32_t ndx;
246 (void)__log_add_logid(lp, dbp, name, ndx);
258 __log_add_logid(logp, dbp, name, ndx) in __log_add_logid() argument
262 u_int32_t ndx;
272 * Check if we need to grow the table. Note, ndx is 0-based (the
276 if (logp->dbentry_cnt <= ndx) {
278 (ndx + DB_GROW_SIZE) * sizeof(DB_ENTRY))) != 0)
282 for (i = logp->dbentry_cnt; i < ndx
319 __db_fileid_to_db(logp,dbpp,ndx) __db_fileid_to_db() argument
411 __log_rem_logid(logp,ndx) __log_rem_logid() argument
[all...]
/titanic_52/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c216 gelf_getphdr(Elf *elf, int ndx, GElf_Phdr *dst) in gelf_getphdr() argument
227 if (phnum <= ndx) { in gelf_getphdr()
239 Elf32_Phdr *p = &((Elf32_Phdr *)elf32_getphdr(elf))[ndx]; in gelf_getphdr()
254 *dst = ((GElf_Phdr *)phdrs)[ndx]; in gelf_getphdr()
263 gelf_update_phdr(Elf *elf, int ndx, GElf_Phdr *src) in gelf_update_phdr() argument
274 if (phnum < ndx) { in gelf_update_phdr()
281 Elf32_Phdr *dst = &((Elf32_Phdr *)elf32_getphdr(elf))[ndx]; in gelf_update_phdr()
301 dst[ndx] = *(GElf_Phdr *)src; in gelf_update_phdr()
468 gelf_getsym(Elf_Data * data, int ndx, GElf_Sym * dst) in gelf_getsym() argument
488 if ((entsize * ndx) > in gelf_getsym()
510 gelf_update_sym(Elf_Data * dst,int ndx,GElf_Sym * src) gelf_update_sym() argument
555 gelf_getsyminfo(Elf_Data * data,int ndx,GElf_Syminfo * dst) gelf_getsyminfo() argument
591 gelf_update_syminfo(Elf_Data * dst,int ndx,GElf_Syminfo * src) gelf_update_syminfo() argument
625 gelf_getdyn(Elf_Data * data,int ndx,GElf_Dyn * dst) gelf_getdyn() argument
661 gelf_update_dyn(Elf_Data * dst,int ndx,GElf_Dyn * src) gelf_update_dyn() argument
701 gelf_getsymshndx(Elf_Data * symdata,Elf_Data * shndxdata,int ndx,GElf_Sym * symptr,Elf32_Word * xshndx) gelf_getsymshndx() argument
722 gelf_update_symshndx(Elf_Data * symdata,Elf_Data * shndxdata,int ndx,GElf_Sym * symptr,Elf32_Word xshndx) gelf_update_symshndx() argument
741 gelf_getmove(Elf_Data * src,int ndx,GElf_Move * dst) gelf_getmove() argument
781 gelf_update_move(Elf_Data * dest,int ndx,GElf_Move * src) gelf_update_move() argument
822 gelf_getrela(Elf_Data * src,int ndx,GElf_Rela * dst) gelf_getrela() argument
867 gelf_update_rela(Elf_Data * dst,int ndx,GElf_Rela * src) gelf_update_rela() argument
915 gelf_getrel(Elf_Data * src,int ndx,GElf_Rel * dst) gelf_getrel() argument
958 gelf_update_rel(Elf_Data * dst,int ndx,GElf_Rel * src) gelf_update_rel() argument
1017 gelf_getcap(Elf_Data * data,int ndx,GElf_Cap * dst) gelf_getcap() argument
1053 gelf_update_cap(Elf_Data * dst,int ndx,GElf_Cap * src) gelf_update_cap() argument
[all...]
/titanic_52/usr/src/cmd/sgs/libld/common/
H A Dutil.c310 * ndx - Starting optind for current item
321 str2chr(Lm_list *lml, int ndx, int argc, char **argv, char *arg, int c, in str2chr() argument
330 DBG_CALL(Dbg_args_str2chr(lml, ndx, opt, c)); in str2chr()
341 DBG_CALL(Dbg_args_str2chr(lml, ndx, opt, c)); in str2chr()
400 ld_getopt(Lm_list *lml, int ndx, int argc, char **argv) in ld_getopt() argument
410 if ((c = str2chr(lml, ndx, argc, argv, arg, 'R', in ld_getopt()
418 if ((c = str2chr(lml, ndx, argc, argv, arg, 'G', in ld_getopt()
423 } else if ((c = str2chr(lml, ndx, argc, argv, arg, 'h', in ld_getopt()
431 if ((c = str2chr(lml, ndx, argc, argv, arg, 'z', in ld_getopt()
441 if ((c = str2chr(lml, ndx, arg in ld_getopt()
[all...]
H A Dunwind.c287 extract_uint(const uchar_t *data, uint64_t *ndx, int do_swap) in extract_uint() argument
292 data += *ndx; in extract_uint()
298 (*ndx) += 4; in extract_uint()
389 uint64_t ndx = 0; in ld_unwind_make_hdr() local
397 length = extract_uint(data + off, &ndx, bswap); in ld_unwind_make_hdr()
404 id = extract_uint(data + off, &ndx, bswap); in ld_unwind_make_hdr()
413 cieversion = data[off + ndx]; in ld_unwind_make_hdr()
414 ndx += 1; in ld_unwind_make_hdr()
558 uint64_t ndx = 0; in ld_unwind_populate_hdr() local
565 length = extract_uint(data + off, &ndx, bswa in ld_unwind_populate_hdr()
[all...]
H A Dfiles.c164 Word ndx, int ident, Ofl_desc *ofl) in process_section() argument
178 isp->is_scnndx = ndx; in process_section()
200 ifl->ifl_isdesc[ndx] = isp; in process_section()
821 Word ndx, cnum; in process_cap() local
860 for (ndx = 0, data = cdata; ndx < cnum; ndx++, data++) { in process_cap()
869 if (ndx == 0) in process_cap()
889 descapndx = ndx; in process_cap()
931 for (ndx in process_cap()
1281 process_input(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,int ident,Ofl_desc * ofl) process_input() argument
1296 process_reloc(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,int ident,Ofl_desc * ofl) process_reloc() argument
1321 process_strtab(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,int ident,Ofl_desc * ofl) process_strtab() argument
1376 invalid_section(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,int ident,Ofl_desc * ofl) invalid_section() argument
1435 process_progbits_alloc(const char * name,Ifl_desc * ifl,Shdr * shdr,Word ndx,int * ident,Ofl_desc * ofl,Boolean is_stab_index,Word * is_flags) process_progbits_alloc() argument
1529 process_progbits(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,int ident,Ofl_desc * ofl) process_progbits() argument
1602 process_debug(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,int ident,Ofl_desc * ofl) process_debug() argument
1618 process_nobits(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,int ident,Ofl_desc * ofl) process_nobits() argument
1639 process_array(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,int ident,Ofl_desc * ofl) process_array() argument
1683 process_sym_shndx(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,int ident,Ofl_desc * ofl) process_sym_shndx() argument
1739 process_rel_dynamic(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,int ident,Ofl_desc * ofl) process_rel_dynamic() argument
2082 process_dynamic_isgnu(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,int ident,Ofl_desc * ofl) process_dynamic_isgnu() argument
2334 process_group(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,int ident,Ofl_desc * ofl) process_group() argument
2435 process_exclude(const char * name,Ifl_desc * ifl,Shdr * shdr,Elf_Scn * scn,Word ndx,Ofl_desc * ofl) process_exclude() argument
2535 Word ndx, sndx, ordndx = 0, ordcnt = 0; process_elf() local
[all...]
H A Dgroups.c100 size_t ndx; in ld_get_group() local
110 for (ndx = 1; ndx < gdp->gd_cnt; ndx++) { in ld_get_group()
111 if (data[ndx] == scnndx) in ld_get_group()
171 size_t ndx; in ld_group_process() local
258 for (ndx = 1; ndx < gd.gd_cnt; ndx++) { in ld_group_process()
261 if ((gndx = gd.gd_data[ndx]) > in ld_group_process()
[all...]
/titanic_52/usr/src/cmd/sgs/liblddbg/common/
H A Dargs.c31 Dbg_args_option(Lm_list *lml, int ndx, int c, char *optarg) in Dbg_args_option() argument
37 dbg_print(lml, MSG_INTL(MSG_ARG_OPTARG), ndx, c, optarg); in Dbg_args_option()
39 dbg_print(lml, MSG_INTL(MSG_ARG_OPTION), ndx, c); in Dbg_args_option()
43 Dbg_args_str2chr(Lm_list *lml, int ndx, const char *opt, int c) in Dbg_args_str2chr() argument
48 dbg_print(lml, MSG_INTL(MSG_ARG_STR2CHR), ndx, opt, c); in Dbg_args_str2chr()
52 Dbg_args_Wldel(Lm_list *lml, int ndx, const char *opt) in Dbg_args_Wldel() argument
57 dbg_print(lml, MSG_INTL(MSG_ARG_WLDEL), ndx, opt); in Dbg_args_Wldel()
61 Dbg_args_file(Lm_list *lml, int ndx, char *file) in Dbg_args_file() argument
66 dbg_print(lml, MSG_INTL(MSG_ARG_FILE), ndx, file); in Dbg_args_file()
H A Dsupport.c74 Support_ndx ndx, const char *name) in Dbg_support_action() argument
83 if (ndx == LDS_START) in Dbg_support_action()
85 else if ((ndx == LDS_OPEN) || (ndx == LDS_FILE)) in Dbg_support_action()
87 else if (ndx == LDS_INSEC) in Dbg_support_action()
89 else if (ndx == LDS_SEC) in Dbg_support_action()
92 if ((ndx == LDS_ATEXIT) || (ndx == LDS_VERSION) || in Dbg_support_action()
93 (ndx == LDS_INPUT_DONE)) in Dbg_support_action()
H A Dtls.c79 ulong_t ndx; in Dbg_tls_static_block() local
84 for (ndx = 0; tlsmodlist[ndx]; ndx++) { in Dbg_tls_static_block()
85 dbg_print(lml, MSG_INTL(MSG_TLS_STATBLOCK1), ndx, in Dbg_tls_static_block()
86 tlsmodlist[ndx]->tm_modname); in Dbg_tls_static_block()
87 Dbg_tls_modent(lml, tlsmodlist[ndx]); in Dbg_tls_static_block()
/titanic_52/usr/src/cmd/sgs/libelf/demo/
H A Ddcom.c93 int tfd, *shndx, ndx = 1, off = 0; in delete_comment() local
142 shndx[ndx] = -1; in delete_comment()
158 shndx[ndx] = ndx - off; in delete_comment()
159 ndx++; in delete_comment()
195 ndx = 1; in delete_comment()
201 if (shndx[ndx] == -1) { in delete_comment()
202 ndx++; in delete_comment()
242 tshdr.sh_info = shndx[ndx]; in delete_comment()
263 ndx in delete_comment()
[all...]
/titanic_52/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c130 uint_t ndx; in elfedit64_init_obj_state() local
179 for (ndx = 1, scn = NULL; scn = elf_nextscn(tstate.os_elf, scn); in elfedit64_init_obj_state()
180 ndx++) { in elfedit64_init_obj_state()
188 tstate.os_dynndx = ndx; in elfedit64_init_obj_state()
202 symtabndx[tstate.os_symtabnum++] = ndx; in elfedit64_init_obj_state()
262 for (ndx = 0; ndx < obj_state->os_symtabnum; ndx++) in elfedit64_init_obj_state()
263 obj_state->os_symtab[ndx].symt_shndx = symtabndx[ndx]; in elfedit64_init_obj_state()
[all...]
H A Dutil_machelf.c99 elfedit_dyn_elt_save(elfedit_dyn_elt_t *elt, Word ndx, Dyn *dyn) in elfedit_dyn_elt_save() argument
102 elt->dn_ndx = ndx; in elfedit_dyn_elt_save()
122 Word ndx; in elfedit_name_to_shndx() local
125 for (ndx = 0; ndx < shnum; ndx++, sec++) { in elfedit_name_to_shndx()
130 return (ndx); in elfedit_name_to_shndx()
158 Word ndx; in elfedit_type_to_shndx() local
161 for (ndx = 0; ndx < shnu in elfedit_type_to_shndx()
218 Word ndx, offset; elfedit_name_to_symndx() local
572 Word ndx; elfedit_sec_getsymtab() local
648 Word ndx; elfedit_sec_getxshndx() local
711 Word ndx; elfedit_sec_getversym() local
[all...]
/titanic_52/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.c771 int ndx = 0; in conv_dyn_tag_strings() local
795 retarr[ndx++] = CONV_DS_ADDR(ds_null_cf); in conv_dyn_tag_strings()
797 retarr[ndx++] = CONV_DS_ADDR(ds_sunw_auxiliary_cf); in conv_dyn_tag_strings()
798 retarr[ndx++] = CONV_DS_ADDR(ds_checksum_cf); in conv_dyn_tag_strings()
799 retarr[ndx++] = CONV_DS_ADDR(ds_config_cf); in conv_dyn_tag_strings()
800 retarr[ndx++] = CONV_DS_ADDR(ds_versym_cf); in conv_dyn_tag_strings()
801 retarr[ndx++] = CONV_DS_ADDR(ds_relacount_cf); in conv_dyn_tag_strings()
803 retarr[ndx++] = CONV_DS_ADDR(ds_auxiliary_cf); in conv_dyn_tag_strings()
805 retarr[ndx++] = CONV_DS_ADDR(ds_sparc_reg_cf); in conv_dyn_tag_strings()
806 retarr[ndx in conv_dyn_tag_strings()
[all...]
/titanic_52/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c94 int ndx; in sort_scc() local
112 ndx = 1; in sort_scc()
117 IDX(lmp) = ndx++; in sort_scc()
141 IDX(lmp3) = ndx++; in sort_scc()
176 for (ndx = fndx; ndx < sort->s_lndx; ndx++) { in sort_scc()
177 lmp = sort->s_lmpa[ndx]; in sort_scc()
182 DBG_CALL(Dbg_util_scc_entry(lmp, ndx)); in sort_scc()
187 for (ndx in sort_scc()
491 int ndx = 0; trace_sort() local
[all...]
/titanic_52/usr/src/uts/sparc/krtld/
H A Dkobj_convrelstr.c91 int ndx = 31; in conv_reloc_SPARC_type() local
96 strbuf[ndx--] = '\0'; in conv_reloc_SPARC_type()
98 strbuf[ndx--] = '0' + (type % 10); in conv_reloc_SPARC_type()
100 } while ((ndx >= (int)0) && (type > (Word)0)); in conv_reloc_SPARC_type()
102 return (&strbuf[ndx + 1]); in conv_reloc_SPARC_type()
/titanic_52/usr/src/uts/intel/ia32/krtld/
H A Dkobj_convrelstr.c67 int ndx = 31; in conv_reloc_386_type() local
72 strbuf[ndx--] = '\0'; in conv_reloc_386_type()
74 strbuf[ndx--] = '0' + (type % 10); in conv_reloc_386_type()
76 } while ((ndx >= (int)0) && (type > (Word)0)); in conv_reloc_386_type()
78 return (&strbuf[ndx + 1]); in conv_reloc_386_type()
/titanic_52/usr/src/uts/intel/amd64/krtld/
H A Dkobj_convrelstr.c64 int ndx = 31; in conv_reloc_amd64_type() local
69 strbuf[ndx--] = '\0'; in conv_reloc_amd64_type()
71 strbuf[ndx--] = '0' + (type % 10); in conv_reloc_amd64_type()
73 } while ((ndx >= (int)0) && (type > (Word)0)); in conv_reloc_amd64_type()
75 return (&strbuf[ndx + 1]); in conv_reloc_amd64_type()
/titanic_52/usr/src/tools/mbh_patch/
H A Dmbh_patch.c109 int ndx, mem, mem2; in patch64() local
158 ndx = 0; in patch64()
163 ndx = mbh2->mb2_header_length; in patch64()
166 ndx = 0; in patch64()
169 if (ndx == 0 || mem2 + ndx > MULTIBOOT_SEARCH) { in patch64()
180 for (ndx = 0; ndx < eh->e_phnum; ndx++) { in patch64()
182 phdr = (Elf64_Phdr *)(phdrs + eh->e_phentsize * ndx); in patch64()
[all...]

1234567