Searched refs:nsections (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c633 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++) {
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c633 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++) {
/external/elfutils/0.153/src/
H A Dunstrip.c931 size_t nalloc, size_t nsections)
938 for (size_t i = nalloc; i < nsections; ++i)
925 find_alloc_sections_prelink(Elf *debug, Elf_Data *debug_shstrtab, Elf *main, const GElf_Ehdr *main_ehdr, Elf_Data *main_shstrtab, GElf_Addr bias, struct section *sections, size_t nalloc, size_t nsections) argument

Completed in 161 milliseconds