Searched refs:isym (Results 1 – 2 of 2) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 1208 size_t symsize, osym, nsym, isym, istr, len; in process_obj() local 1364 isym = data_sym->d_size / symsize; in process_obj() 1391 if (dt_symtab_lookup(data_sym, 0, isym, rela.r_offset, in process_obj() 1458 osym = isym; in process_obj() 1510 nsym += isym; in process_obj() 1571 if (dt_symtab_lookup(data_sym, osym, isym, in process_obj() 1604 (void) gelf_update_sym(data_sym, isym, in process_obj() 1606 isym++; in process_obj() 1607 assert(isym <= nsym); in process_obj()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 766 uint32_t isym : 24, flags : 8; 772 uint32_t isym : 24, flags : 8; global() member
|