Home
last modified time | relevance | path

Searched refs:elf (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/bpf/
H A Dbpf_load_elf.c144 eh = elf64_getehdr(elf); in find_elf_code()
156 for (sc = elf_nextscn(elf, NULL); sc != NULL; in find_elf_code()
157 sc = elf_nextscn(elf, sc)) { in find_elf_code()
196 eh = elf64_getehdr(elf); in process_reloc()
199 sc = elf_getscn(elf, sym_idx); in process_reloc()
247 sc = elf_nextscn(elf, sc)) { in elf_reloc_code()
257 rc = process_reloc(elf, sh->sh_link, in elf_reloc_code()
269 Elf *elf; in bpf_load_elf() local
277 elf = elf_begin(fd, ELF_C_READ, NULL); in bpf_load_elf()
281 rc = elf_reloc_code(elf, sd, sidx, prm); in bpf_load_elf()
[all …]
/dpdk/buildtools/
H A Dmeson.build36 pmdinfogen += 'elf'
39 pmdinfogen += 'elf'
H A Dpmdinfogen.py14 from elftools.elf.elffile import ELFFile
15 from elftools.elf.sections import SymbolTableSection
/dpdk/doc/guides/tools/
H A Dpmdinfo.rst19 dpdk-pmdinfo [-hrtp] [-d <pci id file] <elf-file>
/dpdk/doc/guides/nics/
H A Daf_xdp.rst175 libbpf: elf: skipping unrecognized data section(7) .xdp_run_config
176 libbpf: elf: skipping unrecognized data section(8) xdp_metadata
/dpdk/usertools/
H A Ddpdk-pmdinfo.py17 from elftools.elf.elffile import ELFFile