Searched refs:sectionlist (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c639 char **sectionlist; // this array holds all section names in their correct order. local
652 sectionlist = malloc(nsections * sizeof(sectionlist));
654 if (sectionlist == NULL) {
673 sectionlist[i] = malloc(strlen(sectionname) + 1);
675 if (sectionlist[i] == NULL) {
679 strcpy(sectionlist[i], sectionname);
740 if (!(strcmp(sectionlist[section - 1], ".bss"))) {
760 free(sectionlist[i]);
763 free(sectionlist);
[all...]
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c639 char **sectionlist; // this array holds all section names in their correct order. local
652 sectionlist = malloc(nsections * sizeof(sectionlist));
654 if (sectionlist == NULL) {
673 sectionlist[i] = malloc(strlen(sectionname) + 1);
675 if (sectionlist[i] == NULL) {
679 strcpy(sectionlist[i], sectionname);
740 if (!(strcmp(sectionlist[section - 1], ".bss"))) {
760 free(sectionlist[i]);
763 free(sectionlist);
[all...]

Completed in 96 milliseconds