Searched refs:strtab_ptr (Results 1 - 2 of 2) 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
645 strtab_ptr = symtab_ptr + symtab_sz * 18;
732 // buf + strtab_ptr + get_le32(ptr+4));
733 if ((buf + strtab_ptr + get_le32(ptr + 4))[0] == '_')
735 buf + strtab_ptr + get_le32(ptr + 4) + 1);
737 printf("%-40s EQU ", buf + strtab_ptr + get_le32(ptr + 4));
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c633 unsigned int nsections, symtab_ptr, symtab_sz, strtab_ptr; local
645 strtab_ptr = symtab_ptr + symtab_sz * 18;
732 // buf + strtab_ptr + get_le32(ptr+4));
733 if ((buf + strtab_ptr + get_le32(ptr + 4))[0] == '_')
735 buf + strtab_ptr + get_le32(ptr + 4) + 1);
737 printf("%-40s EQU ", buf + strtab_ptr + get_le32(ptr + 4));

Completed in 421 milliseconds