Searched refs:dhdr (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | obj_int_extract.c | 464 Elf32_Shdr dhdr; in parse_elf() local 468 parse_elf_section(&elf, sym.st_shndx, &dhdr, NULL); in parse_elf() 471 strcpy(section_name, (char *)(elf.buf + strtab_off32 + dhdr.sh_name)); in parse_elf() 486 elf.buf + dhdr.sh_offset + sym.st_value, in parse_elf() 553 Elf64_Shdr dhdr; in parse_elf() local 557 parse_elf_section(&elf, sym.st_shndx, NULL, &dhdr); in parse_elf() 560 strcpy(section_name, (char *)(elf.buf + strtab_off64 + dhdr.sh_name)); in parse_elf() 575 elf.buf + dhdr.sh_offset + sym.st_value, in parse_elf()
|