Home
last modified time | relevance | path

Searched refs:shdr (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dobj_int_extract.c342 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 …]