| /openbmc/u-boot/tools/ |
| H A D | omapimage.c | 42 struct ch_toc *toc = (struct ch_toc *)ptr; in omapimage_verify_header() local 46 while (toc->section_offset != 0xffffffff in omapimage_verify_header() 47 && toc->section_size != 0xffffffff) { in omapimage_verify_header() 49 offset = cpu_to_be32(toc->section_offset); in omapimage_verify_header() 50 size = cpu_to_be32(toc->section_size); in omapimage_verify_header() 52 offset = toc->section_offset; in omapimage_verify_header() 53 size = toc->section_size; in omapimage_verify_header() 60 toc++; in omapimage_verify_header() 90 const struct ch_toc *toc = (struct ch_toc *)ptr; in omapimage_print_header() local 95 while (toc->section_offset != 0xffffffff in omapimage_print_header() [all …]
|
| /openbmc/hiomapd/vpnor/test/ |
| H A D | create_read_window_toc.cpp | 27 const std::string toc[] = { variable 59 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main() 76 const pnor_partition_table& toc = table.getHostTable(); in main() local 77 rc = memcmp(ctx->mem, &toc, table.size()); in main()
|
| H A D | write_ro.cpp | 23 const std::string toc[] = { variable 43 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
|
| H A D | toc_overlap.cpp | 24 const std::string toc[] = { variable 43 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
|
| H A D | create_read_window_partition_invalid.cpp | 18 const std::string toc[] = { variable 48 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
|
| H A D | create_write_window_rw_partition.cpp | 17 const std::string toc[] = { variable 50 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
|
| H A D | toc_lookup_failed.cpp | 25 const std::string toc[] = { variable 42 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
|
| H A D | toc_missing_file.cpp | 24 const std::string toc[] = { variable 42 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
|
| H A D | create_write_window_ro_partition.cpp | 17 const std::string toc[] = { variable 50 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
|
| H A D | toc_lookup_found.cpp | 24 const std::string toc[] = { variable 42 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
|
| H A D | toc_missing_file_reset.cpp | 31 const std::string toc[] = { variable 50 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
|
| H A D | create_read_window_oob.cpp | 18 const std::string toc[] = { variable 52 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
|
| H A D | create_read_window_remap.cpp | 27 const std::string toc[] = { variable 51 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
|
| /openbmc/phosphor-mboxd/vpnor/test/ |
| H A D | create_read_window_toc.cpp | 25 const std::string toc[] = { variable 57 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main() 76 const pnor_partition_table& toc = table.getHostTable(); in main() local 77 rc = memcmp(ctx->mem, &toc, table.size()); in main()
|
| H A D | write_ro.cpp | 19 const std::string toc[] = { variable 38 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
|
| H A D | toc_overlap.cpp | 23 const std::string toc[] = { variable 40 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
|
| H A D | toc_lookup_failed.cpp | 24 const std::string toc[] = { variable 41 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
|
| H A D | toc_missing_file.cpp | 23 const std::string toc[] = { variable 41 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
|
| H A D | create_read_window_partition_invalid.cpp | 17 const std::string toc[] = { variable 47 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
|
| H A D | create_write_window_ro_partition.cpp | 16 const std::string toc[] = { variable 49 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
|
| H A D | create_write_window_rw_partition.cpp | 16 const std::string toc[] = { variable 49 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
|
| H A D | toc_lookup_found.cpp | 23 const std::string toc[] = { variable 41 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
|
| H A D | create_read_window_oob.cpp | 17 const std::string toc[] = { variable 51 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
|
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | pdb.c | 29 if (idx >= r->ds.toc->num_files) { in pdb_get_file_size() 33 return r->ds.toc->file_size[idx]; in pdb_get_file_size() 98 g_free(r->ds.toc); in pdb_reader_ds_exit() 141 if (!r->ds.toc || file_number >= r->ds.toc->num_files) { in pdb_ds_read_file() 145 file_size = r->ds.toc->file_size; in pdb_ds_read_file() 152 block_list = file_size + r->ds.toc->num_files; in pdb_ds_read_file() 218 r->ds.toc = pdb_ds_read(hdr, (uint32_t *)((uint8_t *)hdr + in pdb_reader_ds_init() 221 if (!r->ds.toc) { in pdb_reader_ds_init()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch | 4 Subject: [PATCH] ppc64: Do not use -mminimal-toc with clang 21 - 'cflags': [ '-m64', '-mminimal-toc' ],
|