Searched refs:ELF_T_WORD (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/elftoolchain/libelf/ |
| HD | gelf_symshndx.c | 66 if (_libelf_xlate_shtype(sh_type) != ELF_T_WORD || in gelf_getsymshndx() 67 id->d_type != ELF_T_WORD) { in gelf_getsymshndx() 72 msz = _libelf_msize(ELF_T_WORD, ec, e->e_version); in gelf_getsymshndx() 118 if (_libelf_xlate_shtype(sh_type) != ELF_T_WORD || in gelf_update_symshndx() 119 d->d_type != ELF_T_WORD) { in gelf_update_symshndx() 124 msz = _libelf_msize(ELF_T_WORD, ec, e->e_version); in gelf_update_symshndx()
|
| HD | libelf_data.c | 49 return (ELF_T_WORD); in _libelf_xlate_shtype() 51 return (ELF_T_WORD); in _libelf_xlate_shtype() 53 return (ELF_T_WORD); in _libelf_xlate_shtype() 73 return (ELF_T_WORD); in _libelf_xlate_shtype()
|
| HD | libelf_align.c | 83 [ELF_T_WORD] = MALIGN(Word), 122 [ELF_T_WORD] = FALIGN(4,4),
|
| HD | libelf.h | 75 ELF_T_WORD, enumerator
|
| HD | libelf_convert.m4 | 50 # language type. For example, the ELF_T_WORD type maps directly to
|
| /NextBSD/contrib/elftoolchain/size/ |
| HD | size.c | 283 ELF_T_WORD, sizeof(Elf32_Word)) || in handle_core_note() 285 ELF_T_WORD, sizeof(Elf32_Word)) || in handle_core_note() 287 ELF_T_WORD, sizeof(Elf32_Word))) in handle_core_note() 318 ELF_T_WORD, sizeof(uint64_t)); in handle_core_note() 319 xlatetom(elf, elfhdr, &pid, &pid, ELF_T_WORD, in handle_core_note()
|
| /NextBSD/contrib/elftoolchain/elfdump/ |
| HD | elfdump.c | 2147 data->d_type = ELF_T_WORD; in elf_print_got_section()
|