Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dobj_int_extract.c217 #define COPY_STRUCT(dst, buf, ofst, sz) do {\ macro
244 COPY_STRUCT(&elf->e_ident, elf->buf, 0, elf->sz); in parse_elf_header()
260 COPY_STRUCT(&elf->hdr32, elf->buf, 0, elf->sz); in parse_elf_header()
277 COPY_STRUCT(&elf->hdr64, elf->buf, 0, elf->sz); in parse_elf_header()
305 COPY_STRUCT(hdr32, elf->buf, elf->hdr32.e_shoff + idx * elf->hdr32.e_shentsize, in parse_elf_section()
321 COPY_STRUCT(hdr64, elf->buf, elf->hdr64.e_shoff + idx * elf->hdr64.e_shentsize, in parse_elf_section()
366 COPY_STRUCT(sym32, elf->buf, ofst, elf->sz); in parse_elf_symbol()
374 COPY_STRUCT(sym64, elf->buf, ofst, elf->sz); in parse_elf_symbol()