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

/external/iproute2/tc/
H A Dtc_bpf.c694 GElf_Ehdr elf_hdr; member in struct:bpf_elf_ctx
1169 sec_name = elf_strptr(ctx->elf_fd, ctx->elf_hdr.e_shstrndx,
1237 for (i = 1; i < ctx->elf_hdr.e_shnum; i++) {
1278 for (i = 1; i < ctx->elf_hdr.e_shnum; i++) {
1357 for (i = 1; i < ctx->elf_hdr.e_shnum; i++) {
1421 for (i = 1; i < ctx->elf_hdr.e_shnum; i++) {
1571 if (ctx->elf_hdr.e_type != ET_REL ||
1572 ctx->elf_hdr.e_machine != 0 ||
1573 ctx->elf_hdr.e_version != EV_CURRENT) {
1578 switch (ctx->elf_hdr
[all...]

Completed in 107 milliseconds