HomeSort by relevance Sort by last modified time
    Searched full:dhdr (Results 1 - 1 of 1) sorted by null

  /external/libvpx/build/make/
obj_int_extract.c 397 Elf32_Shdr dhdr; local
401 parse_elf32_section(&elf, sym.st_shndx, &dhdr);
404 strcpy(section_name, (char *)(elf.buf + strtab_off + dhdr.sh_name));
405 log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type);
414 elf.buf + dhdr.sh_offset + sym.st_value,

Completed in 109 milliseconds