Home
last modified time | relevance | path

Searched refs:os_phnum (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dphdr.c222 argstate->obj_state->os_phnum - 1, NULL); in process_args()
246 if (i == argstate->obj_state->os_phnum) in process_args()
283 phnum = obj_state->os_phnum; in locate_interp()
378 cnt = argstate->obj_state->os_phnum - ndx; in print_phdr()
384 cnt = argstate->obj_state->os_phnum; in print_phdr()
521 phnum = obj_state->os_phnum; in cmd_body_set_interp()
895 obj_state->os_phnum - argstate.ndx, NULL); in cmd_body()
899 obj_state->os_phnum, argstate.ndx, cnt); in cmd_body()
915 obj_state->os_phnum - 1, NULL); in cmd_body()
921 1, obj_state->os_phnum, NULL); in cmd_body()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c151 if (elf_getphdrnum(tstate.os_elf, &tstate.os_phnum) == -1) in elfedit64_init_obj_state()
153 if (tstate.os_phnum > 0) { in elfedit64_init_obj_state()
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h215 size_t os_phnum; /* # of program headers */ member
230 size_t os_phnum; member