/toolchain/binutils/binutils-2.25/bfd/ |
liboasys.h | 52 #define NSECTIONS 10
|
ChangeLog-9697 | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
obj_int_extract.c | 633 unsigned int nsections, symtab_ptr, symtab_sz, strtab_ptr; local 642 nsections = get_le16(buf + 2); 647 if (nsections > 96) { 652 sectionlist = malloc(nsections * sizeof(sectionlist)); 659 // log_msg("COFF: Found %u symbols in %u sections.\n", symtab_sz, nsections); 668 for (i = 0; i < nsections; i++) { 759 for (i = 0; i < nsections; i++) { 768 for (i = 0; i < nsections; i++) {
|
/toolchain/binutils/binutils-2.25/binutils/ |
coffgrok.h | 65 int nsections; member in struct:coff_ofile
|
srconv.c | 326 un.nsections = ptr->nsections - 1; 576 for (i = 1; i < p->nsections; i++) 1215 unsigned int *lowest = (unsigned *) nints (p->nsections); 1216 unsigned int *highest = (unsigned *) nints (p->nsections); 1223 du.sections = p->nsections - 1; 1476 int total_sec = ptr->nsections; [all...] |
coffdump.c | 452 for (i = 0; i < ptr->nsections; i++)
|
sysroff.info | 84 (("number of sections") (2 bytes) ("nsections"))
|
coffgrok.c | 135 head->nsections = abfd->section_count + 1;
|
/toolchain/binutils/binutils-2.25/gold/ |
incremental-dump.cc | 210 unsigned int nsections = input_file.get_input_section_count(); local 211 for (unsigned int shndx = 0; shndx < nsections; ++shndx)
|
incremental.cc | 1560 unsigned int nsections = entry->get_input_section_count(); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 543 int /* nSections */
|
XKBproto.h | 809 CARD16 nSections B16; 823 CARD8 nSections;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
XKBgeom.h | 543 int /* nSections */
|
XKBproto.h | 809 CARD16 nSections B16; 823 CARD8 nSections;
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 668 printf("usage: %S <input.jpg> <output.yuv> <nOutformat-1:420 4:422 9:RGB16 10: RGB24 11:RGB32 12:BGR32> <nResizeMode> <nRepeat> <nSections> <nXOrigin> <nYOrigin> <nXLenght> <nYLenght>\n", 671 printf("usage: %s <input.jpg> <output.yuv> <nOutformat-1:Original(default) 4:422 9:RGB16 10: RGB24 11:RGB32 12:BGR32> <nResizeMode> <nRepeat> <nSections> <nXOrigin> <nYOrigin> <nXLenght> <nYLenght>\n", 682 printf("<nSections> It's an optional parameter. Values: 0, 1, 2, ...\n"); [all...] |
/toolchain/binutils/binutils-2.25/ld/ |
pe-dll.c | 3159 bfd_vma export_rva, export_size, nsections, secptr, expptr; local [all...] |
/frameworks/base/core/java/android/widget/ |
FastScroller.java | [all...] |
/external/elfutils/src/ |
unstrip.c | 984 size_t nalloc, size_t nsections) 987 for (size_t i = nalloc; i < nsections; ++i) [all...] |