Searched refs:elf_kind (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dkind.c37 elf_kind(Elf * elf) function
H A Dllib-lelf124 Elf_Kind elf_kind(Elf *);
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dmain.c200 if (elf_kind(arf) == ELF_K_AR) {
208 if (elf_kind(arf) == ELF_K_NONE) {
221 if (elf_kind(arf) == ELF_K_NONE) {
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c205 if (elf_kind(elf) == ELF_K_ELF)
209 "elf_kind == %d\n", elf_fname, elf_kind(elf));
H A Dpcom.c113 switch (elf_kind(elf)) {
153 "%s: unexpected elf_kind(): 0x%x\n",
154 file, elf_kind(elf));
H A Dtpcom.c135 switch (elf_kind(pep->pe_elf)) {
174 "%s: unexpected elf_kind(): 0x%x\n",
175 pep->pe_file, elf_kind(pep->pe_elf));
H A Ddcom.c395 if (elf_kind(elf) != ELF_K_ELF) {
401 "elf_kind == %d\n", elf_fname, elf_kind(elf));
H A Ddispsyms.c281 switch (elf_kind(elf)) {
322 "%s: unexpected elf_kind(): 0x%x\n",
323 file, elf_kind(elf));
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dinput.c153 switch (elf_kind(melf)) {
164 memname, elf_kind(melf));
200 switch (elf_kind(elf)) {
212 terminate("%s: Unknown elf kind %d\n", file, elf_kind(elf));
303 switch (elf_kind(elf)) {
/illumos-gate/usr/src/cmd/boot/symdef/
H A Dsymdef.c88 if ((elfp == NULL) || (elf_kind(elfp) != ELF_K_ELF) ||
/illumos-gate/usr/src/head/
H A Dlibelf.h190 Elf_Kind elf_kind(Elf *);
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintOpen.c174 DEBUG_EXP(printf("elfkind = %d\n", elf_kind(pfile_p->pf_elf_p)));
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c192 switch (elf_kind(_elf)) {
444 if (elf_kind(elf) == ELF_K_AR)
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c372 if (elf_kind(c->obj->elf) == ELF_K_COFF) {
380 if (elf_kind(c->obj->elf) != ELF_K_AR &&
381 elf_kind(c->obj->elf) != ELF_K_ELF) {
1379 if (elf_kind(arf) == ELF_K_ELF) {
1487 if (elf_kind(c->obj->elf) == ELF_K_AR) {
/illumos-gate/usr/src/lib/libtnfctl/
H A Dtraverse.c70 if (elf == NULL || elf_kind(elf) != ELF_K_ELF) {
/illumos-gate/usr/src/man/man3elf/
H A DMakefile40 elf_kind.3elf \
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c701 switch (elf_kind(_elf)) {
968 switch (elf_kind(elf)) {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c620 elf_kind(arelf));
785 off, elf_kind(arelf));
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c300 if ((((elf_kind(elfd)) != ELF_K_ELF) &&
301 ((elf_kind(elfd)) != ELF_K_COFF)) ||
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c519 switch (elf_kind(elf)) {
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c363 switch (elf_kind(elf)) {
/illumos-gate/usr/src/cmd/amt/
H A Damt.c731 if (elf_kind(elf) != ELF_K_ELF) {
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmaps.c253 if (elf_kind(elf) != ELF_K_ELF) {
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c167 if (elf_kind(cmd_info->arf) != ELF_K_AR) {
546 if (elf_kind(elf) == ELF_K_AR) {
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c437 file_type = elf_kind(elf_file);
631 file_type = elf_kind(arf);

Completed in 237 milliseconds

12