Home
last modified time | relevance | path

Searched refs:sec_hdr (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/lib/
Dbpf.c1113 GElf_Shdr sec_hdr; member
1733 GElf_Shdr sec_hdr; in bpf_fill_section_data() local
1742 if (gelf_getshdr(sec_fd, &sec_hdr) != &sec_hdr) in bpf_fill_section_data()
1746 sec_hdr.sh_name); in bpf_fill_section_data()
1747 if (!sec_name || !sec_hdr.sh_size) in bpf_fill_section_data()
1754 memcpy(&data->sec_hdr, &sec_hdr, sizeof(sec_hdr)); in bpf_fill_section_data()
1877 ctx->sym_num = data->sec_hdr.sh_size / data->sec_hdr.sh_entsize; in bpf_fetch_symtab()
1905 if (data.sec_hdr.sh_type == SHT_PROGBITS && in bpf_fetch_ancillary()
1908 else if (data.sec_hdr.sh_type == SHT_PROGBITS && in bpf_fetch_ancillary()
1911 else if (data.sec_hdr.sh_type == SHT_SYMTAB && in bpf_fetch_ancillary()
[all …]
/external/u-boot/tools/
Dkwbimage.c736 int kwb_dump_fuse_cmds_38x(FILE *out, struct secure_hdr_v1 *sec_hdr) in kwb_dump_fuse_cmds_38x() argument
746 if (!out || !sec_hdr) in kwb_dump_fuse_cmds_38x()
749 ret = kwb_compute_pubkey_hash(&sec_hdr->kak, &kak_pub_hash); in kwb_dump_fuse_cmds_38x()
832 static int kwb_dump_fuse_cmds(struct secure_hdr_v1 *sec_hdr) in kwb_dump_fuse_cmds() argument
844 kwb_dump_fuse_cmds_38x(out, sec_hdr); in kwb_dump_fuse_cmds()