Home
last modified time | relevance | path

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

/external/syslinux/com32/chain/
Dutility.h53 int bpb_detect(const uint8_t *bpb, const char *tag);
Dmangle.c278 int type = bpb_detect(data->data, tag); in mangle_bpb()
353 type1 = bpb_detect(fil->data, "bss/file"); in manglesf_bss()
354 type2 = bpb_detect(sec->data, "bss/sect"); in manglesf_bss()
Dutility.c187 int bpb_detect(const uint8_t *sec, const char *tag) in bpb_detect() function