Searched refs:sec_hdr (Results 1 – 1 of 1) sorted by relevance
1113 GElf_Shdr sec_hdr; member1733 GElf_Shdr sec_hdr; in bpf_fill_section_data() local1742 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 …]