Home
last modified time | relevance | path

Searched refs:EI_ABIVERSION (Results 1 – 10 of 10) sorted by relevance

/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c336 case EI_ABIVERSION: in print_ehdr()
338 ELFEDIT_CONST_EI, EI_ABIVERSION, 1); in print_ehdr()
341 ehdr->e_ident[EI_ABIVERSION], in print_ehdr()
385 (i > EI_ABIVERSION)) { in print_ehdr()
425 case EI_ABIVERSION: in print_ehdr()
429 ehdr->e_ident[EI_ABIVERSION], in print_ehdr()
612 c = ehdr->e_ident[EI_ABIVERSION]; in print_ehdr()
660 EHDR_CMD_T_EI_ABIVERSION, /* 8: EI_ABIVERSION */ in cmd_body()
1320 ELFEDIT_CONST_EI, EI_ABIVERSION, 1); in cmd_body()
1322 if (ehdr->e_ident[EI_ABIVERSION] in cmd_body()
[all...]
H A Dehdr.msg560 information is kept in the e_ident[EI_ABIVERSION] field of\n\
564 value of e_ident[EI_ABIVERSION] is shown. If called with the\n\
565 value argument, the e_ident[EI_ABIVERSION] field is updated with\n\
568 Note: The meaning of the e_ident[EI_ABIVERSION] field of\n\
/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h57 #define EI_ABIVERSION 8 /* ABI version */ macro
/titanic_51/usr/src/cmd/sgs/liblddbg/common/
H A Delf.c57 ehdr->e_ident[EI_ABIVERSION], CONV_FMT_DECIMAL, &inv_buf2)); in Elf_ehdr()
/titanic_51/usr/src/uts/common/sys/
H A Delf.h114 #define EI_ABIVERSION 8 /* ABI version */ macro
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Doutfile.c729 ofl->ofl_nehdr->e_ident[EI_ABIVERSION] = EAV_SUNW_CURRENT; in ld_create_outfile()
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h128 #define EI_ABIVERSION 8 /* ABI version */ macro
/titanic_51/usr/src/cmd/sgs/libconv/common/
H A Delf.msg455 @ MSG_EI_ABIVERSION_CF "EI_ABIVERSION" # 8
H A Delf.c675 #if EI_PAD != (EI_ABIVERSION + 1) in ehdr_eident_strings()
/titanic_51/usr/src/grub/grub-0.97/
H A DChangeLog1296 (EI_ABIVERSION): Likewise.