Home
last modified time | relevance | path

Searched refs:sym_size (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp982 addr_t sym_size = 0; in InitAddressIndexes() local
984 sym_size = in InitAddressIndexes()
998 if (sym_size == 0 || size_to_next_symbol < sym_size) { in InitAddressIndexes()
999 sym_size = size_to_next_symbol; in InitAddressIndexes()
1005 if (sym_size > 0) { in InitAddressIndexes()
1006 entry->SetByteSize(sym_size); in InitAddressIndexes()
1008 symbol.SetByteSize(sym_size); in InitAddressIndexes()
/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_uclo.h426 unsigned int sym_size; member
574 unsigned int sym_size; member
/freebsd/cddl/contrib/opensolaris/cmd/lockstat/
H A Dsym.c283 sym_size(char *name) in sym_size() function
H A Dlockstat.c103 extern size_t sym_size(char *name);
1232 size = sym_size(addrp) - off; in main()
/freebsd/sys/dev/qat/qat_common/
H A Dqat_uclo.c1287 unsigned int *sym_size = &suof_handle->sym_size; in qat_uclo_map_suof_symobjs() local
1290 *sym_size = *(unsigned int *)(uintptr_t)(suof_chunk_hdr->offset + in qat_uclo_map_suof_symobjs()
2032 unsigned int *sym_size = &mobj_handle->sym_size; in qat_uclo_map_mof_symobjs() local
2035 *sym_size = *(unsigned int *)(uintptr_t)(mof_chunkhdr->offset + in qat_uclo_map_mof_symobjs()