Home | History | Annotate | Download | only in libdex

Lines Matching full:mapped

29  * All memory-mapped structures are 32-bit aligned unless otherwise noted.
192 * Direct-mapped "header_item" struct.
221 * Direct-mapped "map_item".
231 * Direct-mapped "map_list".
239 * Direct-mapped "string_id_item".
246 * Direct-mapped "type_id_item".
253 * Direct-mapped "field_id_item".
262 * Direct-mapped "method_id_item".
271 * Direct-mapped "proto_id_item".
280 * Direct-mapped "class_def_item".
294 * Direct-mapped "type_item".
301 * Direct-mapped "type_list".
309 * Direct-mapped "code_item".
330 * Direct-mapped "try_item".
347 * Direct-mapped "annotations_directory_item".
360 * Direct-mapped "field_annotations_item".
368 * Direct-mapped "method_annotations_item".
376 * Direct-mapped "parameter_annotations_item".
384 * Direct-mapped "annotation_set_ref_item".
391 * Direct-mapped "annotation_set_ref_list".
399 * Direct-mapped "anotation_set_item".
407 * Direct-mapped "annotation_item".
417 * Direct-mapped "encoded_array".
506 /* directly-mapped "opt" header */
509 /* pointers to directly-mapped structs and arrays in base DEX */
520 * These are mapped out of the "auxillary" section, and may not be
557 * Correct the byte ordering in a memory-mapped DEX file. This is only