Searched refs:EI_ABIVERSION (Results 1 – 10 of 10) sorted by relevance
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.c | 336 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 D | ehdr.msg | 560 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 D | i386-elf.h | 57 #define EI_ABIVERSION 8 /* ABI version */ macro
|
/titanic_51/usr/src/cmd/sgs/liblddbg/common/ |
H A D | elf.c | 57 ehdr->e_ident[EI_ABIVERSION], CONV_FMT_DECIMAL, &inv_buf2)); in Elf_ehdr()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 114 #define EI_ABIVERSION 8 /* ABI version */ macro
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | outfile.c | 729 ofl->ofl_nehdr->e_ident[EI_ABIVERSION] = EAV_SUNW_CURRENT; in ld_create_outfile()
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 128 #define EI_ABIVERSION 8 /* ABI version */ macro
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.msg | 455 @ MSG_EI_ABIVERSION_CF "EI_ABIVERSION" # 8
|
H A D | elf.c | 675 #if EI_PAD != (EI_ABIVERSION + 1) in ehdr_eident_strings()
|
/titanic_51/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 1296 (EI_ABIVERSION): Likewise.
|