Home
last modified time | relevance | path

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

/illumos-gate/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()
1320 ELFEDIT_CONST_EI, EI_ABIVERSION, 1); in cmd_body()
1322 if (ehdr->e_ident[EI_ABIVERSION] == abiver) { in cmd_body()
1331 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\
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h883 #ifndef EI_ABIVERSION
884 #define EI_ABIVERSION 8 macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h57 #define EI_ABIVERSION 8 /* ABI version */ macro
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Delf.c57 ehdr->e_ident[EI_ABIVERSION], CONV_FMT_DECIMAL, &inv_buf2)); in Elf_ehdr()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h115 #define EI_ABIVERSION 8 /* ABI version */ macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c729 ofl->ofl_nehdr->e_ident[EI_ABIVERSION] = EAV_SUNW_CURRENT; in ld_create_outfile()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h128 #define EI_ABIVERSION 8 /* ABI version */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.msg455 @ MSG_EI_ABIVERSION_CF "EI_ABIVERSION" # 8
H A Delf.c676 #if EI_PAD != (EI_ABIVERSION + 1) in ehdr_eident_strings()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1296 (EI_ABIVERSION): Likewise.