/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | gelf.c | 63 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 D | getdata.c | 108 #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 D | cook.c | 193 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 D | getehdr.c | 62 return ((Elf32_Ehdr*) getehdr(elf, ELFCLASS32)); in elf32_getehdr()
|
H A D | getphdr.c | 60 return ((Elf32_Phdr*) getphdr(elf, ELFCLASS32)); in elf32_getphdr()
|
H A D | getshdr.c | 60 return ((Elf32_Shdr*) getshdr(scn, ELFCLASS32)); in elf32_getshdr()
|
H A D | newehdr.c | 55 #define ELFCLASS ELFCLASS32
|
H A D | strptr.c | 51 if (elf->ed_class == ELFCLASS32) { in elf_strptr()
|
H A D | newphdr.c | 57 #define ELFCLASS ELFCLASS32
|
H A D | newscn.c | 60 if (elf->ed_class == ELFCLASS32) { in elf_newscn()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | arch.c | 49 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 D | lddstub.c | 66 if (class == ELFCLASS32) in conv_lddstub() 76 if ((class == ELFCLASS32) && (orgflag != -1)) { in conv_lddstub()
|
/titanic_44/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 434 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_44/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 306 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_44/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 46 #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_44/usr/src/cmd/tnf/prex/ |
H A D | main.c | 891 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_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 484 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_44/usr/src/uts/common/exec/elf/ |
H A D | elf_impl.h | 40 #define ELFCLASS ELFCLASS32
|
/titanic_44/usr/src/cmd/sgs/include/sparc/ |
H A D | machdep_sparc.h | 53 #define M_CLASS ELFCLASS32
|
/titanic_44/usr/src/uts/i86pc/dboot/ |
H A D | dboot_elfload.c | 58 if (ident[EI_CLASS] == ELFCLASS32) in getehdr()
|
/titanic_44/usr/src/cmd/sgs/libelf/misc/ |
H A D | nlist.c | 153 if (ISELF && (magic_buf[EI_CLASS] == ELFCLASS32)) in nlist()
|
/titanic_44/usr/src/cmd/sgs/elfwrap/common/ |
H A D | main.c | 54 uchar_t class = ELFCLASS32; in main()
|
/titanic_44/usr/src/cmd/sgs/include/i386/ |
H A D | machdep_x86.h | 53 #define M_CLASS ELFCLASS32
|
/titanic_44/usr/src/cmd/modload/ |
H A D | add_drv.c | 895 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()
|
/titanic_44/usr/src/cmd/sgs/crle/common/ |
H A D | crle.c | 273 if (c_class == ELFCLASS32) { in main() 332 if (c_class == ELFCLASS32) { in main()
|