/toolchain/binutils/binutils-2.25/bfd/ |
i386os9k.c | 95 /* And reload the sizes, since the aout module zaps them. */
|
configure.ac | 302 i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*) 702 aout_vec) tb="$tb host-aout.lo aout32.lo" ;; 703 aout_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;; 706 arm_aout_be_vec) tb="$tb aout-arm.lo aout32.lo" ;; 707 arm_aout_le_vec) tb="$tb aout-arm.lo aout32.lo" ;; 739 cris_aout_vec) tb="$tb aout-cris.lo" ;; [all...] |
aout-adobe.c | 24 #include "aout/adobe.h" 25 #include "aout/stab_gnu.h"
|
aout-arm.c | 55 #include "aout/aout64.h" 463 #include "aout-target.h"
|
ChangeLog | 643 * aoutx.h (NAME (aout, find_nearest_line)): Add "discriminator_ptr" 687 * libaout.h (NAME (aout, find_nearest_line)): Update prototype. 701 * pdp11.c (NAME (aout, find_nearest_line)): Reorder params, add 721 * aout-adobe.c (aout_32_find_line): Define. 724 * aout-target.h (MY_find_line): Define. 725 * aout-tic30.c (MY_find_line): Define. [all...] |
archive64.c | 29 #include "aout/ar.h"
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-i960.h | 94 /* let obj-aout.h know */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
mapmisc.d | 6 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
arch7.d | 4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
arm-it-auto.d | 4 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
thumb2_ldmstm.d | 4 # not-target: *-*-*aout*
|
vfp1.s | 281 # output is 32-byte aligned as required for arm-aout.
|
vfp1_t2.s | 295 # output is 32-byte aligned as required for arm-aout.
|
thumb.d | 4 # The arm-aout and arm-pe ports do not support Thumb branch relocations. 6 # not-target: *-*-*aout* *-*-pe *-*-*eabi* *-*-symbianelf *-*-nacl*
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ |
template | 70 # form of the target name, so that (e.g.) "m68332-unknown-aout" would match
|
/toolchain/binutils/binutils-2.25/include/coff/ |
external.h | 42 /********************** AOUT "OPTIONAL HEADER" **********************/
|
rs6k64.h | 40 /********************** AOUT "OPTIONAL HEADER" **********************/
|
/frameworks/base/rs/java/android/renderscript/ |
RenderScript.java | 747 long aout, byte[] params, int[] limits); 749 synchronized void nScriptForEach(long id, int slot, long[] ains, long aout, 752 rsnScriptForEach(mContext, id, slot, ains, aout, params, limits); [all...] |
/external/syslinux/gpxe/src/arch/i386/core/ |
freebsd_loader.c | 41 Unknown, Tagged, Aout, Elf, Aout_FreeBSD, Elf_FreeBSD, 349 image_type = Aout;
|
/frameworks/rs/script_api/include/ |
rs_for_each.rsh | 128 * void compute(rs_allocation ain, rs_allocation aout) { 129 * rsForEach(square, ain, aout);
|
/prebuilts/sdk/renderscript/include/ |
rs_for_each.rsh | 128 * void compute(rs_allocation ain, rs_allocation aout) { 129 * rsForEach(square, ain, aout);
|
/toolchain/binutils/binutils-2.25/gas/ |
stabs.c | 30 #include "aout/stab_gnu.h" 135 /* Here instead of obj-aout.c because other formats use it too. */
|
/frameworks/compile/slang/ |
slang_rs_reflection_cpp.cpp | 281 Arguments.push_back(Argument(kAllocationSp, "aout")); 334 Arguments.push_back(Argument(kAllocationSp, "aout")); 359 genTypeCheck(OET, "aout"); 382 mOut << "aout, "; [all...] |
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
ScriptGroup.java | 559 Allocation aout = null; local 575 aout = nodeOutput.mAllocation; 581 aout = sgOutput.mAllocation; 585 kernel.mScript.forEach(kernel.mSlot, ain, aout, null); [all...] |
/system/core/libziparchive/ |
zip_archive_stream_entry.cc | 229 ALOGE("inflate zerr=%d (nIn=%p aIn=%u nOut=%p aOut=%u)",
|