Home
last modified time | relevance | path

Searched refs:ELF_T_WORD (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/elftoolchain/libelf/
HDgelf_symshndx.c66 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()
HDlibelf_data.c49 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()
HDlibelf_align.c83 [ELF_T_WORD] = MALIGN(Word),
122 [ELF_T_WORD] = FALIGN(4,4),
HDlibelf.h75 ELF_T_WORD, enumerator
HDlibelf_convert.m450 # language type. For example, the ELF_T_WORD type maps directly to
/NextBSD/contrib/elftoolchain/size/
HDsize.c283 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/
HDelfdump.c2147 data->d_type = ELF_T_WORD; in elf_print_got_section()