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

/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c160 uint8_t *sym_buf = base_buf; local
170 sym_buf += sc.symoff;
184 memcpy(&nl, sym_buf, sizeof(struct nlist));
185 sym_buf += sizeof(struct nlist);
194 memcpy(&nl, sym_buf, sizeof(struct nlist_64));
195 sym_buf += sizeof(struct nlist_64);
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c160 uint8_t *sym_buf = base_buf; local
170 sym_buf += sc.symoff;
184 memcpy(&nl, sym_buf, sizeof(struct nlist));
185 sym_buf += sizeof(struct nlist);
194 memcpy(&nl, sym_buf, sizeof(struct nlist_64));
195 sym_buf += sizeof(struct nlist_64);

Completed in 2045 milliseconds