Searched refs:os_ehdr (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c377 *osabi = state.elf.obj_state.s32->os_ehdr->e_ident[EI_OSABI];
378 *mach = state.elf.obj_state.s32->os_ehdr->e_machine;
380 *osabi = state.elf.obj_state.s64->os_ehdr->e_ident[EI_OSABI];
381 *mach = state.elf.obj_state.s64->os_ehdr->e_machine;
440 cur_osabi = state.elf.obj_state.s32->os_ehdr->e_ident[EI_OSABI];
441 cur_mach = state.elf.obj_state.s32->os_ehdr->e_machine;
443 cur_osabi = state.elf.obj_state.s64->os_ehdr->e_ident[EI_OSABI];
444 cur_mach = state.elf.obj_state.s64->os_ehdr->e_machine;
H A Dutil_machelf.c167 obj_state->os_ehdr->e_ident[EI_OSABI],
168 obj_state->os_ehdr->e_machine,
176 conv_sec_type(obj_state->os_ehdr->e_ident[EI_OSABI],
177 obj_state->os_ehdr->e_machine, shtype, 0, &inv_buf));
285 return (conv_sym_shndx(obj_state->os_ehdr->e_ident[EI_OSABI],
286 obj_state->os_ehdr->e_machine, shndx,
337 uchar_t obj_osabi = obj_state->os_ehdr->e_ident[EI_OSABI];
H A Delfedit_machelf.c146 LIBELF(tstate.os_ehdr = elf_getehdr(tstate.os_elf),
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c465 argstate->obj_state->os_ehdr->e_machine);
494 argstate->obj_state->os_ehdr->
505 argstate->obj_state->os_ehdr->
513 argstate->obj_state->os_ehdr->
521 argstate->obj_state->os_ehdr->
729 Half mach = argstate->obj_state->os_ehdr->e_machine;
H A Dphdr.c226 Ehdr *ehdr = obj_state->os_ehdr;
351 Ehdr *ehdr = argstate->obj_state->os_ehdr;
448 argstate->obj_state->os_ehdr->e_machine,
690 Ehdr *ehdr = obj_state->os_ehdr;
823 Ehdr *ehdr = obj_state->os_ehdr;
H A Dsyminfo.c542 argstate->obj_state->os_ehdr->e_ident[EI_OSABI],
543 argstate->obj_state->os_ehdr->e_machine,
H A Ddyn.c200 ehdr = argstate->obj_state->os_ehdr;
504 ehdr = argstate->obj_state->os_ehdr;
570 Ehdr *ehdr = argstate->obj_state->os_ehdr;
661 Ehdr *ehdr = argstate->obj_state->os_ehdr;
1279 Ehdr *ehdr = argstate.obj_state->os_ehdr;
H A Dsym.c252 uchar_t osabi = obj_state->os_ehdr->e_ident[EI_OSABI];
253 Half mach = obj_state->os_ehdr->e_machine;
527 Half mach = argstate->obj_state->os_ehdr->e_machine;
941 Half mach = argstate->obj_state->os_ehdr->e_machine;
H A Dshdr.c216 Ehdr *ehdr = argstate->obj_state->os_ehdr;
358 Ehdr *ehdr = obj_state->os_ehdr;
H A Dstr.c262 ndx = obj_state->os_ehdr->e_shstrndx;
844 strtab_ndx = obj_state->os_ehdr->e_shstrndx;
H A Dehdr.c275 ehdr = argstate->obj_state->os_ehdr;
731 ehdr = obj_state->os_ehdr;
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h207 Elf32_Ehdr *os_ehdr; /* ELF header */ member in struct:__anon1606
223 Elf64_Ehdr *os_ehdr; member in struct:__anon1607

Completed in 97 milliseconds