HomeSort by relevance Sort by last modified time
    Searched refs:nsections (Results 1 - 9 of 9) sorted by null

  /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++)
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...]
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c 3159 bfd_vma export_rva, export_size, nsections, secptr, expptr; local
    [all...]
  /external/elfutils/src/
unstrip.c 984 size_t nalloc, size_t nsections)
987 for (size_t i = nalloc; i < nsections; ++i)
    [all...]

Completed in 212 milliseconds