Searched refs:toc_entry (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
H A Dtbbr_config.h17 typedef struct toc_entry { struct
H A Dfiptool.c203 toc_entry_t *toc_entry; local
205 for (toc_entry = toc_entries;
206 toc_entry->cmdline_name != NULL;
207 toc_entry++) {
210 desc = new_image_desc(&toc_entry->uuid,
211 toc_entry->name,
212 toc_entry->cmdline_name);
279 fip_toc_entry_t *toc_entry; local
299 toc_entry = (fip_toc_entry_t *)(toc_header + 1);
309 while ((char *)toc_entry
493 fip_toc_entry_t *toc_entry; local
724 toc_entry_t *toc_entry = toc_entries; local
837 toc_entry_t *toc_entry = toc_entries; local
972 toc_entry_t *toc_entry = toc_entries; local
1096 toc_entry_t *toc_entry = toc_entries; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dzipimport.c40 PyObject *files; /* dict with file info {path: toc_entry} */
48 static PyObject *get_data(char *archive, PyObject *toc_entry);
426 PyObject *toc_entry; local
451 toc_entry = PyDict_GetItemString(self->files, path);
452 if (toc_entry == NULL) {
456 return get_data(PyString_AsString(self->archive), toc_entry);
475 PyObject *toc_entry; local
504 toc_entry = PyDict_GetItemString(self->files, path);
505 if (toc_entry != NULL)
506 return get_data(PyString_AsString(self->archive), toc_entry);
847 get_data(char *archive, PyObject *toc_entry) argument
1088 PyObject *toc_entry; local
1110 get_code_from_data(ZipImporter *self, int ispackage, int isbytecode, time_t mtime, PyObject *toc_entry) argument
1142 PyObject *toc_entry; local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dzipimport.c40 PyObject *files; /* dict with file info {path: toc_entry} */
48 static PyObject *get_data(char *archive, PyObject *toc_entry);
426 PyObject *toc_entry; local
451 toc_entry = PyDict_GetItemString(self->files, path);
452 if (toc_entry == NULL) {
456 return get_data(PyString_AsString(self->archive), toc_entry);
475 PyObject *toc_entry; local
504 toc_entry = PyDict_GetItemString(self->files, path);
505 if (toc_entry != NULL)
506 return get_data(PyString_AsString(self->archive), toc_entry);
834 get_data(char *archive, PyObject *toc_entry) argument
1060 PyObject *toc_entry; local
1082 get_code_from_data(ZipImporter *self, int ispackage, int isbytecode, time_t mtime, PyObject *toc_entry) argument
1114 PyObject *toc_entry; local
[all...]

Completed in 53 milliseconds