Searched refs:ELF_T_SYM (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_sym.c | 65 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 D | libelf_data.c | 43 return (ELF_T_SYM); in _libelf_xlate_shtype() 71 return (ELF_T_SYM); in _libelf_xlate_shtype()
|
H A D | libelf_align.c | 79 [ELF_T_SYM] = MALIGN(Sym), 118 [ELF_T_SYM] = FALIGN(4,8),
|
H A D | libelf.h | 72 ELF_T_SYM, enumerator
|
H A D | libelf_convert.m4 | 59 # example, the ELF_T_SYM type has a fixed size file representation,
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | symbols.c | 816 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 D | ef.c | 311 ELF_T_SYM)) { in ef_parse_dynamic()
|
H A D | elf.c | 400 nsym = elf_object_count(efile, ELF_T_SYM, shdr.sh_size); in elf_read_symbols()
|