Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dobj_int_extract.c160 uint8_t *sym_buf = base_buf; in parse_macho() local
170 sym_buf += sc.symoff; in parse_macho()
184 memcpy(&nl, sym_buf, sizeof(struct nlist)); in parse_macho()
185 sym_buf += sizeof(struct nlist); in parse_macho()
194 memcpy(&nl, sym_buf, sizeof(struct nlist_64)); in parse_macho()
195 sym_buf += sizeof(struct nlist_64); in parse_macho()