Searched refs:tep (Results 1 – 4 of 4) sorted by relevance
| /dflybsd-src/sbin/restore/ |
| H A D | symtab.c | 434 struct entry *ep, *tep; in dumpsymtable() local 465 tep = &temp; in dumpsymtable() 469 memmove(tep, ep, (long)sizeof(struct entry)); in dumpsymtable() 470 tep->e_name = (char *)stroff; in dumpsymtable() 472 tep->e_parent = (struct entry *)ep->e_parent->e_index; in dumpsymtable() 474 tep->e_links = in dumpsymtable() 477 tep->e_sibling = in dumpsymtable() 480 tep->e_entries = in dumpsymtable() 483 tep->e_next = in dumpsymtable() 485 fwrite((char *)tep, sizeof(struct entry), 1, fd); in dumpsymtable()
|
| /dflybsd-src/contrib/binutils-2.27/binutils/ |
| H A D | readelf.c | 6966 struct ia64_unw_table_entry * tep; in slurp_ia64_unwind_table() local 7011 tep = aux->table; in slurp_ia64_unwind_table() 7013 for (tp = table; tp <= table + size - (3 * eh_addr_size); ++tep) in slurp_ia64_unwind_table() 7015 tep->start.section = SHN_UNDEF; in slurp_ia64_unwind_table() 7016 tep->end.section = SHN_UNDEF; in slurp_ia64_unwind_table() 7017 tep->info.section = SHN_UNDEF; in slurp_ia64_unwind_table() 7018 tep->start.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size; in slurp_ia64_unwind_table() 7019 tep->end.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size; in slurp_ia64_unwind_table() 7020 tep->info.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size; in slurp_ia64_unwind_table() 7021 tep->start.offset += aux->seg_base; in slurp_ia64_unwind_table() [all …]
|
| /dflybsd-src/contrib/binutils-2.34/binutils/ |
| H A D | readelf.c | 7643 struct ia64_unw_table_entry * tep; in slurp_ia64_unwind_table() local 7688 tep = aux->table; in slurp_ia64_unwind_table() 7690 for (tp = table; tp <= table + size - (3 * eh_addr_size); ++tep) in slurp_ia64_unwind_table() 7692 tep->start.section = SHN_UNDEF; in slurp_ia64_unwind_table() 7693 tep->end.section = SHN_UNDEF; in slurp_ia64_unwind_table() 7694 tep->info.section = SHN_UNDEF; in slurp_ia64_unwind_table() 7695 tep->start.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size; in slurp_ia64_unwind_table() 7696 tep->end.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size; in slurp_ia64_unwind_table() 7697 tep->info.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size; in slurp_ia64_unwind_table() 7698 tep->start.offset += aux->seg_base; in slurp_ia64_unwind_table() [all …]
|
| /dflybsd-src/sys/dev/disk/mpt/ |
| H A D | mpt_cam.c | 4124 PTR_SGE_TRANSACTION32 tep; in mpt_fc_post_els() local 4145 tep = (PTR_SGE_TRANSACTION32) &fc->SGL; in mpt_fc_post_els() 4147 tep->ContextSize = 4; in mpt_fc_post_els() 4148 tep->Flags = 0; in mpt_fc_post_els() 4149 tep->TransactionContext[0] = htole32(ioindex); in mpt_fc_post_els() 4151 se = (PTR_SGE_SIMPLE32) &tep->TransactionDetails[0]; in mpt_fc_post_els()
|