Searched refs:ELF_T_SHDR (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_align.c | 76 [ELF_T_SHDR] = MALIGN(Shdr), 115 [ELF_T_SHDR] = FALIGN(4,8),
|
H A D | elf_update.c | 591 (E)->e_shentsize = (uint16_t) _libelf_fsize(ELF_T_SHDR, \ in _libelf_resync_elf() 670 fsz = _libelf_fsize(ELF_T_SHDR, ec, eh_version, shnum); in _libelf_resync_elf() 671 align = _libelf_falign(ELF_T_SHDR, ec); in _libelf_resync_elf() 985 assert(shoff % _libelf_falign(ELF_T_SHDR, ec) == 0); in _libelf_write_shdr() 991 if ((msz = _libelf_msize(ELF_T_SHDR, ec, e->e_version)) == 0) in _libelf_write_shdr() 994 src.d_type = ELF_T_SHDR; in _libelf_write_shdr() 998 fsz = _libelf_fsize(ELF_T_SHDR, ec, e->e_version, (size_t) 1); in _libelf_write_shdr()
|
H A D | elf_scn.c | 85 fsz = _libelf_fsize(ELF_T_SHDR, ec, e->e_version, (size_t) 1); in _libelf_load_section_headers() 100 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec, in _libelf_load_section_headers()
|
H A D | libelf_ehdr.c | 51 fsz = _libelf_fsize(ELF_T_SHDR, ec, e->e_version, 1); in _libelf_load_extended() 67 xlator = _libelf_get_translator(ELF_T_SHDR, ELF_TOMEMORY, ec, in _libelf_load_extended()
|
H A D | libelf.h | 68 ELF_T_SHDR, enumerator
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | binary.c | 217 shtab->sz += gelf_fsize(ecp->eout, ELF_T_SHDR, 2, EV_CURRENT); in create_elf_from_binary()
|
H A D | ascii.c | 363 shtab->sz += gelf_fsize(ecp->eout, ELF_T_SHDR, 2, EV_CURRENT); in create_elf_from_srec()
|
H A D | sections.c | 557 shtab->sz = gelf_fsize(ecp->eout, ELF_T_SHDR, nsecs + 1, EV_CURRENT); in insert_shtab()
|
/freebsd/lib/libkldelf/ |
H A D | ef_obj.c | 282 hdr->e_shentsize != elf_object_size(efile, ELF_T_SHDR)) in ef_obj_open()
|
H A D | ef.c | 576 hdr->e_shentsize != elf_object_size(efile, ELF_T_SHDR)) in ef_open()
|