Searched refs:Elf64 (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | getdata.c | 63 sizeof (Elf64), /* ELF_T_XWORD */ 77 sizeof (Elf64), /* ELF_T_ADDR */ 78 sizeof (Elf64), /* ELF_T_DYN */ 79 sizeof (Elf64), /* ELF_T_EHDR */ 81 sizeof (Elf64), /* ELF_T_OFF */ 82 sizeof (Elf64), /* ELF_T_PHDR */ 83 sizeof (Elf64), /* ELF_T_RELA */ 84 sizeof (Elf64), /* ELF_T_REL */ 85 sizeof (Elf64), /* ELF_T_SHDR */ 87 sizeof (Elf64), /* ELF_T_SYM */ [all …]
|
H A D | input.c | 258 if (vmsz % sizeof (Elf64) != 0) in _elf_inmap() 259 vmsz += sizeof (Elf64) - vmsz % sizeof (Elf64); in _elf_inmap()
|
H A D | cook.c | 128 szof = sizeof (Elf64); in _elf_slide()
|
H A D | ar.c | 81 char x[sizeof (struct ar_hdr) - 3 * sizeof (Elf64) - 1];
|
H A D | llib-lelf | 51 * Elf64 Symbols
|
H A D | decl.h | 76 } Elf64; typedef
|
H A D | clscook.c | 57 #define ElfField Elf64
|
H A D | xlate.m4 | 821 * XX64 This routine is also used to 'version' interactions with Elf64 823 * asking Elf32 or Elf64 questions, even though it has Elf32
|