Home
last modified time | relevance | path

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

/external/syslinux/com32/chain/
Dchain.c387 uint32_t synth_size = sizeof *ha; in setup_handover() local
396 ha = malloc(synth_size); in setup_handover()
413 synth_size += sizeof *plen + iter->gpt.pe_size; in setup_handover()
414 ha = malloc(synth_size); in setup_handover()
444 ha = malloc(synth_size); in setup_handover()
449 memcpy(ha, iter->record, synth_size); in setup_handover()
466 data->size = synth_size; in setup_handover()