Home
last modified time | relevance | path

Searched refs:ELF_T_SYM (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_sym.c65 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) { in gelf_getsym()
70 if ((msz = _libelf_msize(ELF_T_SYM, ec, e->e_version)) == 0) in gelf_getsym()
127 if (_libelf_xlate_shtype(sh_type) != ELF_T_SYM) { in gelf_update_sym()
132 if ((msz = _libelf_msize(ELF_T_SYM, ec, e->e_version)) == 0) in gelf_update_sym()
H A Dlibelf_data.c43 return (ELF_T_SYM); in _libelf_xlate_shtype()
71 return (ELF_T_SYM); in _libelf_xlate_shtype()
H A Dlibelf_align.c79 [ELF_T_SYM] = MALIGN(Sym),
118 [ELF_T_SYM] = FALIGN(4,8),
H A Dlibelf.h72 ELF_T_SYM, enumerator
H A Dlibelf_convert.m459 # example, the ELF_T_SYM type has a fixed size file representation,
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c816 NULL, 0, 0, SHT_SYMTAB, ELF_T_SYM, 0, 4, 0, 0); in create_external_symtab()
819 NULL, 0, 0, SHT_SYMTAB, ELF_T_SYM, 0, 8, 0, 0); in create_external_symtab()
1043 lsydata->d_type = ELF_T_SYM; in create_symtab_data()
1051 lsydata->d_type = ELF_T_SYM; in create_symtab_data()
1066 gsydata->d_type = ELF_T_SYM; in create_symtab_data()
1075 gsydata->d_type = ELF_T_SYM; in create_symtab_data()
1113 shy.sh_entsize = gelf_fsize(ecp->eout, ELF_T_SYM, 1, in create_symtab_data()
/freebsd/lib/libkldelf/
H A Def.c311 ELF_T_SYM)) { in ef_parse_dynamic()
H A Delf.c400 nsym = elf_object_count(efile, ELF_T_SYM, shdr.sh_size); in elf_read_symbols()