Searched refs:ELF (Results 1 – 12 of 12) sorted by relevance
37 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) macro40 #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 …]
17 addresses and the addresses in the ELF kallsyms symbol table (for symbols in
19 It can also be used to show the build id of the running kernel or in an ELF
42 * uint32_t elf_mach : ELF architecture encoding (ELF e_machine value as specified in /usr/include/…
77 functions. This option also generates the ELF images for each jitted function
77 is defined by header.size (see perf_event.h). Each event defines a ELF build id78 for a executable file name for a pid. An ELF build id is a unique identifier516 Define a ELF build ID for a referenced executable.
55 Register bpf struct_ops from *OBJ*. All struct_ops under the ELF section
135 names. By default bpftool will create new maps as declared in the ELF138 *IDX* refers to index of the map to be replaced in the ELF file counting
36 resulting *OUTPUT_FILE*. All the files involved are BPF ELF object files.279 files into the final BPF ELF object file *example.bpf.o*.
61 When specifying *FILE*, an ELF file is expected, containing .BTF section
198 1. Each callable function must be annotated as such with the ELF208 be annotated as an ELF function. The ENDPROC macro shouldn't be used274 its ELF function annotation by changing ENDPROC to END, and instead
319 libbpf: ELF relo #0 in section #6 has unexpected type 2 in .../bpf_tcp_nogpl.bpf.o