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 448 Elf32_Shdr dhdr; local
452 parse_elf_section(&elf, sym.st_shndx, &dhdr, NULL);
455 strcpy(section_name, (char *)(elf.buf + strtab_off32 + dhdr.sh_name));
456 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
470 elf.buf + dhdr.sh_offset + sym.st_value,
530 Elf64_Shdr dhdr; local
534 parse_elf_section(&elf, sym.st_shndx, NULL, &dhdr);
537 strcpy(section_name, (char *)(elf.buf + strtab_off64 + dhdr.sh_name));
538 /* log_msg("Section_name: %s, Section_type: %d\n", section_name, dhdr.sh_type); */
552 elf.buf + dhdr.sh_offset + sym.st_value
    [all...]

Completed in 279 milliseconds