Searched refs:bpb_detect (Results 1 – 3 of 3) sorted by relevance
53 int bpb_detect(const uint8_t *bpb, const char *tag);
278 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()
187 int bpb_detect(const uint8_t *sec, const char *tag) in bpb_detect() function