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

/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c217 #define COPY_STRUCT(dst, buf, ofst, sz) do {\ macro
244 COPY_STRUCT(&elf->e_ident, elf->buf, 0, elf->sz);
260 COPY_STRUCT(&elf->hdr32, elf->buf, 0, elf->sz);
277 COPY_STRUCT(&elf->hdr64, elf->buf, 0, elf->sz);
305 COPY_STRUCT(hdr32, elf->buf, elf->hdr32.e_shoff + idx * elf->hdr32.e_shentsize,
321 COPY_STRUCT(hdr64, elf->buf, elf->hdr64.e_shoff + idx * elf->hdr64.e_shentsize,
366 COPY_STRUCT(sym32, elf->buf, ofst, elf->sz);
374 COPY_STRUCT(sym64, elf->buf, ofst, elf->sz);
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c217 #define COPY_STRUCT(dst, buf, ofst, sz) do {\ macro
244 COPY_STRUCT(&elf->e_ident, elf->buf, 0, elf->sz);
260 COPY_STRUCT(&elf->hdr32, elf->buf, 0, elf->sz);
277 COPY_STRUCT(&elf->hdr64, elf->buf, 0, elf->sz);
305 COPY_STRUCT(hdr32, elf->buf, elf->hdr32.e_shoff + idx * elf->hdr32.e_shentsize,
321 COPY_STRUCT(hdr64, elf->buf, elf->hdr64.e_shoff + idx * elf->hdr64.e_shentsize,
366 COPY_STRUCT(sym32, elf->buf, ofst, elf->sz);
374 COPY_STRUCT(sym64, elf->buf, ofst, elf->sz);

Completed in 160 milliseconds