Home | History | Annotate | Download | only in libabi

Lines Matching full:abi

3  * Import sample files from other ABI
11 #include "abi.h"
44 popt::option(abi_filename, "abi", 'a', "abi description", "filename"),
51 abi const & theabi;
58 extractor(abi const & a, unsigned char const * src, size_t len)
107 void import_from_abi(abi const & abi, void const * srcv,
114 extractor ext(abi, src, len);
116 memcpy(head->magic, src + abi.need("offsetof_header_magic"), 4);
134 src += abi.need("sizeof_struct_opd_header");
140 src += abi.need("sizeof_odb_descr_t");
144 src += abi.need("sizeof_odb_node_t");
147 unsigned int step = abi.need("sizeof_odb_node_t");
179 abi current_abi, input_abi;
184 cerr << "error: cannot open abi file "
192 cerr << "input abi is identical to native. "
221 cerr << "caught abi exception: " << e.desc << endl;