mirror of
https://github.com/Team-Resurgent/halo.git
synced 2026-04-30 10:48:22 -07:00
* object_lists work * Formatting changes * Formatting changes 2 * requested changes * remove cseries include * Formatting 3 --------- Co-authored-by: punpckhdq <121350336+punpckhdq@users.noreply.github.com>
80 lines
1.7 KiB
C
80 lines
1.7 KiB
C
/*
|
|
DATA.C
|
|
|
|
symbols in this file:
|
|
001089A0 0020:
|
|
_data_allocation_size (0000)
|
|
001089C0 00d0:
|
|
_data_initialize (0000)
|
|
00108A90 00b0:
|
|
_datum_try_and_get (0000)
|
|
00108B40 00d0:
|
|
_datum_get (0000)
|
|
00108C10 00b0:
|
|
_data_verify (0000)
|
|
00108CC0 0030:
|
|
_code_00108cc0 (0000)
|
|
00108CF0 0050:
|
|
_data_new (0000)
|
|
00108D40 0030:
|
|
_data_dispose (0000)
|
|
00108D70 0020:
|
|
_data_make_invalid (0000)
|
|
00108D90 00a0:
|
|
_datum_new_at_index (0000)
|
|
00108E30 00c0:
|
|
_datum_new (0000)
|
|
00108EF0 0050:
|
|
_datum_delete (0000)
|
|
00108F40 0090:
|
|
_data_delete_all (0000)
|
|
00108FD0 0060:
|
|
_data_iterator_new (0000)
|
|
00109030 00e0:
|
|
_data_iterator_next (0000)
|
|
00109110 0090:
|
|
_data_next_index (0000)
|
|
001091A0 0090:
|
|
_data_prev_index (0000)
|
|
00109230 0110:
|
|
_data_compact (0000)
|
|
00109340 0020:
|
|
_data_make_valid (0000)
|
|
0027D310 0005:
|
|
??_C@_04MEMAJGDJ@name?$AA@ (0000)
|
|
0027D318 0010:
|
|
??_C@_0BA@HDDJANCC@maximum_count?$DO0?$AA@ (0000)
|
|
0027D328 001d:
|
|
??_C@_0BN@PKENIDAC@c?3?2halo?2SOURCE?2memory?2data?4c?$AA@ (0000)
|
|
0027D348 002d:
|
|
??_C@_0CN@EMICPANB@identifier?5?$HM?$HM?5?$CBdata?9?$DOidentifier_@ (0000)
|
|
0027D378 000c:
|
|
??_C@_0M@FOPPJIAE@data?9?$DOvalid?$AA@ (0000)
|
|
0027D384 0029:
|
|
??_C@_0CJ@PGGNIIAJ@?$CFs?5index?5?$CD?$CFd?5?$CI0x?$CFx?$CJ?5is?5unused?5or@ (0000)
|
|
0027D3B0 002a:
|
|
??_C@_0CK@PGJBLDEL@?$CFs?5data?5array?5?$EA?$CFp?5is?5bad?5or?5not?5@ (0000)
|
|
0027D3DC 0016:
|
|
??_C@_0BG@NCCMBKGF@iterator?9?$DOdata?9?$DOvalid?$AA@ (0000)
|
|
0027D3F4 0031:
|
|
??_C@_0DB@COCANJJJ@uninitialized?5iterator?5passed?5to@ (0000)
|
|
*/
|
|
|
|
/* ---------- headers */
|
|
|
|
/* ---------- constants */
|
|
|
|
/* ---------- macros */
|
|
|
|
/* ---------- structures */
|
|
|
|
/* ---------- prototypes */
|
|
|
|
static void datum_initialize(struct data_array *data, struct datum_header *header);
|
|
|
|
/* ---------- globals */
|
|
|
|
/* ---------- public code */
|
|
|
|
/* ---------- private code */
|