Searched refs:ELF_T_WORD (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | 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 if ((msz = _libelf_msize(ELF_T_WORD, ec, e->e_version)) == 0) 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 if ((msz = _libelf_msize(ELF_T_WORD, ec, e->e_version)) == 0) in gelf_update_symshndx()
|
H A D | 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()
|
H A D | libelf_align.c | 83 [ELF_T_WORD] = MALIGN(Word), 122 [ELF_T_WORD] = FALIGN(4,4),
|
H A D | libelf.h | 75 ELF_T_WORD, enumerator
|
H A D | libelf_convert.m4 | 50 # language type. For example, the ELF_T_WORD type maps directly to
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 319 ELF_T_WORD, sizeof(Elf32_Word)) != 0 || in handle_core_note() 321 ELF_T_WORD, sizeof(Elf32_Word)) != 0 || in handle_core_note() 323 ELF_T_WORD, sizeof(Elf32_Word)) != 0) in handle_core_note() 361 &raw_size, ELF_T_WORD, sizeof(uint64_t)); in handle_core_note() 363 ELF_T_WORD, sizeof(pid_t)); in handle_core_note()
|
/freebsd/lib/libkldelf/ |
H A D | ef.c | 391 error = elf_read_data(ef->ef_efile, ELF_T_WORD, in ef_parse_dynamic()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 1959 data->d_type = ELF_T_WORD; in elf_print_got_section()
|