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

  /external/libvpx/libvpx/build/make/
obj_int_extract.c 499 Elf32_Shdr dhdr; local
503 parse_elf_section(&elf, sym.st_shndx, &dhdr, NULL);
506 strcpy(section_name, (char *)(elf.buf + strtab_off32 + dhdr.sh_name));
507 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
523 elf.buf + dhdr.sh_offset + sym.st_value,
591 Elf64_Shdr dhdr; local
595 parse_elf_section(&elf, sym.st_shndx, NULL, &dhdr);
598 strcpy(section_name, (char *)(elf.buf + strtab_off64 + dhdr.sh_name));
599 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
615 elf.buf + dhdr.sh_offset + sym.st_value
    [all...]

Completed in 52 milliseconds