Lines Matching refs:le64toh
132 for (i = 0, namesz = 0; i < le64toh (archdr->ctfa_ndicts); i++)
145 i < le64toh (archdr->ctfa_ndicts); i++)
173 le64toh (archdr->ctfa_ndicts),
322 return strcmp (&nametbl[le64toh (a->name_offset)],
323 &nametbl[le64toh (b->name_offset)]);
335 return strcmp (k, &search_nametbl[le64toh (v->name_offset)]);
399 && (le64toh ((*(uint64_t *) ctfsect->cts_data)) == CTFA_MAGIC))
402 return (const ctf_preamble_t *) ((char *) arc + le64toh (arc->ctfa_ctfs)
422 && (le64toh ((*(uint64_t *) ctfsect->cts_data)) == CTFA_MAGIC))
476 if (le64toh (arc->ctfa_magic) != CTFA_MAGIC)
559 search_nametbl = (const char *) arc + le64toh (arc->ctfa_names);
560 modent = bsearch_r (name, modent, le64toh (arc->ctfa_ndicts),
574 le64toh (modent->ctf_offset),
721 offset += le64toh (arc->ctfa_ctfs);
724 ctfsect.cts_size = le64toh (*((uint64_t *) ((char *) arc + offset)));
730 ctf_setmodel (fp, le64toh (arc->ctfa_model));
788 return le64toh (wrapper->ctfi_archive->ctfa_ndicts);
1128 nametbl = (((const char *) arc) + le64toh (arc->ctfa_names));
1130 for (i = 0; i < le64toh (arc->ctfa_ndicts); i++)
1135 name = &nametbl[le64toh (modent[i].name_offset)];
1136 fp = ((char *) arc + le64toh (arc->ctfa_ctfs)
1137 + le64toh (modent[i].ctf_offset));
1140 le64toh (*((uint64_t *) fp)), data)) != 0)
1262 if ((!wrapper->ctfi_is_archive) || (i->ctn_n >= le64toh (arc->ctfa_ndicts)))
1273 nametbl = (((const char *) arc) + le64toh (arc->ctfa_names));
1275 name_ = &nametbl[le64toh (modent[i->ctn_n].name_offset)];