Searched refs:sectionname (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | obj_int_extract.c | 669 char sectionname[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0}; in parse_coff() local 670 strncpy(sectionname, ptr, 8); in parse_coff() 673 sectionlist[i] = malloc(strlen(sectionname) + 1); in parse_coff() 676 log_msg("Allocating storage for %s failed\n", sectionname); in parse_coff() 679 strcpy(sectionlist[i], sectionname); in parse_coff() 682 if (!strcmp(sectionname, ".rdata") && in parse_coff()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | libs.doxy_template | 398 # documentation sections, marked by \if sectionname ... \endif.
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 483 # documentation sections, marked by \if sectionname ... \endif.
|