Home
last modified time | relevance | path

Searched refs:toc (Results 1 – 25 of 79) sorted by relevance

1234

/openbmc/u-boot/tools/
H A Domapimage.c42 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 Dcreate_read_window_toc.cpp27 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 Dwrite_ro.cpp23 const std::string toc[] = { variable
43 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
H A Dtoc_overlap.cpp24 const std::string toc[] = { variable
43 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
H A Dcreate_read_window_partition_invalid.cpp18 const std::string toc[] = { variable
48 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
H A Dcreate_write_window_rw_partition.cpp17 const std::string toc[] = { variable
50 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
H A Dtoc_lookup_failed.cpp25 const std::string toc[] = { variable
42 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
H A Dtoc_missing_file.cpp24 const std::string toc[] = { variable
42 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
H A Dcreate_write_window_ro_partition.cpp17 const std::string toc[] = { variable
50 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
H A Dtoc_lookup_found.cpp24 const std::string toc[] = { variable
42 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
H A Dtoc_missing_file_reset.cpp31 const std::string toc[] = { variable
50 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
H A Dcreate_read_window_oob.cpp18 const std::string toc[] = { variable
52 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
H A Dcreate_read_window_remap.cpp27 const std::string toc[] = { variable
51 test::VpnorRoot root(&ctx->backend, toc, BLOCK_SIZE); in main()
/openbmc/phosphor-mboxd/vpnor/test/
H A Dcreate_read_window_toc.cpp25 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 Dwrite_ro.cpp19 const std::string toc[] = { variable
38 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
H A Dtoc_overlap.cpp23 const std::string toc[] = { variable
40 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
H A Dtoc_lookup_failed.cpp24 const std::string toc[] = { variable
41 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
H A Dtoc_missing_file.cpp23 const std::string toc[] = { variable
41 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
H A Dcreate_read_window_partition_invalid.cpp17 const std::string toc[] = { variable
47 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
H A Dcreate_write_window_ro_partition.cpp16 const std::string toc[] = { variable
49 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
H A Dcreate_write_window_rw_partition.cpp16 const std::string toc[] = { variable
49 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
H A Dtoc_lookup_found.cpp23 const std::string toc[] = { variable
41 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
H A Dcreate_read_window_oob.cpp17 const std::string toc[] = { variable
51 test::VpnorRoot root(ctx, toc, BLOCK_SIZE); in main()
/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.c29 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 D0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch4 Subject: [PATCH] ppc64: Do not use -mminimal-toc with clang
21 - 'cflags': [ '-m64', '-mminimal-toc' ],

1234