Searched refs:toe (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dembedspu.sh119 toe=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\.toe *[PROGN]*BITS *\([0-9a-f]*\).*,\1 \2,p'`
120 toe_addr=`echo $toe | sed -n -e 's,.* ,,p'`
121 toe=`echo $toe | sed -n -e 's, .*,,p'`
136 # PowerPC address space. _EAR_* symbols must all be defined in .toe
139 # Find all _EAR_ symbols in .toe using readelf, sort by address, and
141 # built in .data.spetoe. For _EAE_ symbols not in .toe, create
160 $7 == "'${toe}'" && strtonum ("0x" $2) != addr { \
161 print "#error Symbol " $8 " not in 16 byte element toe arra
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A DMakefile.in136 GET_PROGS = infocmp$x clear$x tabs$x tput$x tset$x toe$x
173 actual_toe = `echo toe$x| $(TRANSFORM)`
197 @MAKE_TERMINFO@ $(LIBTOOL_INSTALL) $(INSTALL_PROG) toe$x $(DESTDIR)$(bindir)/$(actual_toe)
241 $(MODEL)/toe$o
243 toe$x: $(DEPS_TOE) $(DEPS_CURSES)
316 @MAKE_TERMINFO@ $(LINT) $(LINT_OPTS) $(CPPFLAGS) $(srcdir)/toe.c $(srcdir)/dump_entry.c $(LINT_LIBS)
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-spu.c93 { ".toe", 4, 0, SHT_NOBITS, SHF_ALLOC },
856 asection **toe)
1084 *toe = bfd_make_section_anyway_with_flags (ibfd, ".toe", SEC_ALLOC);
1085 if (*toe == NULL
1086 || !bfd_set_section_alignment (ibfd, *toe, 4))
1088 (*toe)->size = 16;
1328 spu_elf_build_stubs (struct bfd_link_info *info, int emit_syms, asection *toe) argument
1442 h->root.u.def.section = toe;
2929 /* We may add an extra PT_LOAD segment for .toe
850 spu_elf_size_stubs(bfd *output_bfd, struct bfd_link_info *info, int non_overlay_stubs, int stack_analysis, asection **stub, asection **ovtab, asection **toe) argument
2955 asection *toe, *s; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5027 TypeOfExprType *toe; local
5038 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr,
5045 toe = Canon;
5049 toe = new (*this, TypeAlignment) TypeOfExprType(tofExpr, Canonical);
5051 Types.push_back(toe);
5052 return QualType(toe, 0);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c1069 mtu_to_max_payload(struct adapter *sc, int mtu, const int toe) argument
1074 if (toe) {
H A Dt4_main.c256 SYSCTL_NODE(_hw_cxgbe, OID_AUTO, toe, CTLFLAG_RD, 0, "cxgbe(4) TOE parameters");
3884 LIMIT_CAPS(toe);
3949 COPY_CAPS(toe);
6164 * dev.t4nex.X.toe.
6166 oid = SYSCTL_ADD_NODE(ctx, c0, OID_AUTO, "toe", CTLFLAG_RD,
/freebsd-11-stable/sys/dev/bxe/
H A Decore_hsi.h3668 * The toe aggregative context of Cstorm
4216 #define TIMERS_BLOCK_CONTEXT_CONN_VALID_FLG (0x1<<2) /* BitField flagscontext flags flag: is connection valid (should be set by driver to 1 in toe/iscsi connections) */
4241 * toe rx BDs update doorbell
4266 * toe rx bytes and BDs update doorbell
4291 * toe rx bytes doorbell
4316 * toe rx consume GRQ doorbell
4341 * toe doorbell
4813 * The toe aggregative context section of Tstorm
4890 * The toe aggregative context of Tstorm
5298 * The toe aggregativ
12679 struct tstorm_toe_st_context_section toe /* TOE context region, used only in TOE */; member in struct:tstorm_toe_st_context
12722 struct xstorm_toe_context_section toe; member in struct:xstorm_toe_st_context
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure10707 for cf_name in captoinfo clear infocmp infotocap tabs tic toe tput tset

Completed in 491 milliseconds