Home
last modified time | relevance | path

Searched refs:ELF (Results 1 – 12 of 12) sorted by relevance

/tools/testing/selftests/vDSO/
Dparse_vdso.c37 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) macro
40 #define ELF_HASH_ENTRY ELF(Xword)
42 #define ELF_HASH_ENTRY ELF(Word)
54 ELF(Sym) *symtab;
60 ELF(Versym) *versym;
61 ELF(Verdef) *verdef;
93 ELF(Ehdr) *hdr = (ELF(Ehdr)*)base; in vdso_init_from_sysinfo_ehdr()
99 ELF(Phdr) *pt = (ELF(Phdr)*)(vdso_info.load_addr + hdr->e_phoff); in vdso_init_from_sysinfo_ehdr()
100 ELF(Dyn) *dyn = 0; in vdso_init_from_sysinfo_ehdr()
114 dyn = (ELF(Dyn)*)(base + pt[i].p_offset); in vdso_init_from_sysinfo_ehdr()
[all …]
/tools/perf/Documentation/
Dperf-kallsyms.txt17 addresses and the addresses in the ELF kallsyms symbol table (for symbols in
Dperf-buildid-list.txt19 It can also be used to show the build id of the running kernel or in an ELF
Djitdump-specification.txt42 * uint32_t elf_mach : ELF architecture encoding (ELF e_machine value as specified in /usr/include/…
Dperf-inject.txt77 functions. This option also generates the ELF images for each jitted function
Dperf.data-file-format.txt77 is defined by header.size (see perf_event.h). Each event defines a ELF build id
78 for a executable file name for a pid. An ELF build id is a unique identifier
516 Define a ELF build ID for a referenced executable.
/tools/bpf/bpftool/Documentation/
Dbpftool-struct_ops.rst55 Register bpf struct_ops from *OBJ*. All struct_ops under the ELF section
Dbpftool-prog.rst135 names. By default bpftool will create new maps as declared in the ELF
138 *IDX* refers to index of the map to be replaced in the ELF file counting
Dbpftool-gen.rst36 resulting *OUTPUT_FILE*. All the files involved are BPF ELF object files.
279 files into the final BPF ELF object file *example.bpf.o*.
Dbpftool-btf.rst61 When specifying *FILE*, an ELF file is expected, containing .BTF section
/tools/objtool/Documentation/
Dobjtool.txt198 1. Each callable function must be annotated as such with the ELF
208 be annotated as an ELF function. The ENDPROC macro shouldn't be used
274 its ELF function annotation by changing ENDPROC to END, and instead
/tools/testing/selftests/bpf/
DREADME.rst319 libbpf: ELF relo #0 in section #6 has unexpected type 2 in .../bpf_tcp_nogpl.bpf.o