Home
last modified time | relevance | path

Searched refs:ELFCLASS32 (Results 1 – 25 of 72) sorted by relevance

123

/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c63 if (class == ELFCLASS32) in gelf_fsize()
95 if (class == ELFCLASS32) { in gelf_getehdr()
153 if (class == ELFCLASS32) { in gelf_update_ehdr()
205 if (class == ELFCLASS32) in gelf_newehdr()
233 if ((class != ELFCLASS32) && (class != ELFCLASS64)) { in gelf_getphdr()
238 if (class == ELFCLASS32) { in gelf_getphdr()
280 if (class == ELFCLASS32) { in gelf_update_phdr()
320 if (class == ELFCLASS32) in gelf_newphdr()
336 if (scn->s_elf->ed_class == ELFCLASS32) { in gelf_getshdr()
380 if (scn->s_elf->ed_class == ELFCLASS32) { in gelf_update_shdr()
[all …]
H A Dgetdata.c108 #define NALIGN(elf) ((elf->ed_class == ELFCLASS32) ? Nalign32 : Nalign64)
109 #define ALIGN(elf) ((elf->ed_class == ELFCLASS32) ? align32 : align64)
176 if (elf->ed_class == ELFCLASS32) { in _elf_locked_getdata()
285 if (elf->ed_class == ELFCLASS32) { in _elf_locked_getdata()
H A Dcook.c193 if (elf->ed_ident[EI_CLASS] == ELFCLASS32) { in _elf_cook()
200 elf->ed_class = ELFCLASS32; in _elf_cook()
236 if (elf->ed_class == ELFCLASS32) { in _elf_cookscn()
H A Dgetehdr.c62 return ((Elf32_Ehdr*) getehdr(elf, ELFCLASS32)); in elf32_getehdr()
H A Dgetphdr.c60 return ((Elf32_Phdr*) getphdr(elf, ELFCLASS32)); in elf32_getphdr()
H A Dgetshdr.c60 return ((Elf32_Shdr*) getshdr(scn, ELFCLASS32)); in elf32_getshdr()
H A Dnewehdr.c55 #define ELFCLASS ELFCLASS32
H A Dstrptr.c51 if (elf->ed_class == ELFCLASS32) { in elf_strptr()
H A Dnewphdr.c57 #define ELFCLASS ELFCLASS32
H A Dnewscn.c60 if (elf->ed_class == ELFCLASS32) { in elf_newscn()
/titanic_41/usr/src/cmd/sgs/libconv/common/
H A Darch.c49 return (ELFCLASS32); in conv_sys_eclass()
55 return (ELFCLASS32); in conv_sys_eclass()
90 return (ELFCLASS32); in conv_check_native()
94 return (ELFCLASS32); in conv_check_native()
H A Dlddstub.c66 if (class == ELFCLASS32) in conv_lddstub()
76 if ((class == ELFCLASS32) && (orgflag != -1)) { in conv_lddstub()
/titanic_41/usr/src/cmd/sgs/ldd/common/
H A Dldd.c434 case ELFCLASS32: in elf_check()
449 if (conv_sys_eclass() == ELFCLASS32) { in elf_check()
616 return (run(nfile, cname, fname, conv_lddstub(ELFCLASS32), in aout_check()
617 ELFCLASS32)); in aout_check()
621 ELFCLASS32)); in aout_check()
/titanic_41/usr/src/cmd/sgs/ld/common/
H A Dld.c306 class = ELFCLASS32; in process_args()
412 if ((class != ELFCLASS32) && in process_args()
459 class = ar_found ? ar_class : ELFCLASS32; in process_args()
700 if (ldclass != ELFCLASS32) in main()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h46 #define ELFCLASS32 1 /* i386 -- up to 32-bit data sizes present */ macro
98 & (h.e_ident[EI_CLASS] == ELFCLASS32) & (h.e_ident[EI_DATA] == ELFDATA2LSB) \
/titanic_41/usr/src/cmd/tnf/prex/
H A Dmain.c891 if (ident[EI_CLASS] == ELFCLASS32) in get_elf_class()
892 elfclass = ELFCLASS32; in get_elf_class()
908 if (((elfclass == ELFCLASS32) && (prex_dmodel == PR_MODEL_ILP32)) || in check_exec_model()
918 (elfclass == ELFCLASS32)) in check_exec_model()
955 if (get_elf_class(path) != ELFCLASS32) in prex_isaexec()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c484 if (gf->gf_ehdr.e_ident[EI_CLASS] == ELFCLASS32) in mdb_gelf_dyns_set()
496 if (gf->gf_ehdr.e_ident[EI_CLASS] == ELFCLASS32) { in mdb_gelf_dyns_set()
784 case ELFCLASS32: in mdb_gelf_create()
1178 if (gf->gf_ehdr.e_ident[EI_CLASS] == ELFCLASS32) in mdb_gelf_symtab_create_file_by_name()
1216 if (ehdr->e_ident[EI_CLASS] == ELFCLASS32) { in mdb_gelf_symtab_create_raw()
1245 if (gf->gf_ehdr.e_ident[EI_CLASS] == ELFCLASS32) { in mdb_gelf_symtab_create_dynamic()
1332 if (gf->gf_ehdr.e_ident[EI_CLASS] == ELFCLASS32) in mdb_gelf_symtab_create_dynamic()
1358 uchar_t class = ELFCLASS32; in mdb_gelf_symtab_create_mutable()
1562 if (gst->gst_ehdr->e_ident[EI_CLASS] == ELFCLASS32) in mdb_gelf_sym_name()
1603 if (gst->gst_ehdr->e_ident[EI_CLASS] == ELFCLASS32) { in mdb_gelf_symtab_lookup_by_addr()
[all …]
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf_impl.h40 #define ELFCLASS ELFCLASS32
/titanic_41/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h53 #define M_CLASS ELFCLASS32
/titanic_41/usr/src/cmd/sgs/libelf/misc/
H A Dnlist.c153 if (ISELF && (magic_buf[EI_CLASS] == ELFCLASS32)) in nlist()
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_elfload.c58 if (ident[EI_CLASS] == ELFCLASS32) in getehdr()
/titanic_41/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h53 #define M_CLASS ELFCLASS32
/titanic_41/usr/src/cmd/sgs/elfwrap/common/
H A Dmain.c54 uchar_t class = ELFCLASS32; in main()
/titanic_41/usr/src/tools/mbh_patch/
H A Dmbh_patch.c210 if (ident[EI_CLASS] != ELFCLASS32) { in main()
/titanic_41/usr/src/cmd/modload/
H A Dadd_drv.c895 if (ident[EI_CLASS] == ELFCLASS32) { in elf_type()
897 *elf_type_ptr = ELFCLASS32; in elf_type()
933 if (*drvelf_type_ptr == ELFCLASS32) in correct_location()

123