Searched refs:shdr (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | obj_int_extract.c | 342 Elf32_Shdr shdr; in parse_elf_string_table() local 344 if (parse_elf_section(elf, s_idx, &shdr, NULL)) { in parse_elf_string_table() 350 return (char *)(elf->buf + shdr.sh_offset + idx); in parse_elf_string_table() 352 Elf64_Shdr shdr; in parse_elf_string_table() local 354 if (parse_elf_section(elf, s_idx, NULL, &shdr)) { in parse_elf_string_table() 360 return (char *)(elf->buf + shdr.sh_offset + idx); in parse_elf_string_table() 403 Elf32_Shdr shdr; in parse_elf() local 405 parse_elf_section(&elf, i, &shdr, NULL); in parse_elf() 407 if (shdr.sh_type == SHT_STRTAB) { in parse_elf() 410 strcpy(strtsb_name, (char *)(elf.buf + shdr.sh_offset + shdr.sh_name)); in parse_elf() [all …]
|