Home
last modified time | relevance | path

Searched defs:ehdr (Results 1 – 11 of 11) sorted by relevance

/tools/perf/util/
Dsymbol-elf.c47 GElf_Ehdr *ehdr; in elf_getphdrnum() local
268 GElf_Ehdr ehdr; in dso__synthesize_plt_symbols() local
401 GElf_Ehdr ehdr; in elf_read_build_id() local
560 GElf_Ehdr ehdr; in filename__read_debuglink() local
688 bool __weak elf__needs_adjust_symbols(GElf_Ehdr ehdr) in elf__needs_adjust_symbols()
697 GElf_Ehdr ehdr; in symsrc__init() local
836 GElf_Ehdr ehdr; in dso__load_sym() local
1200 GElf_Ehdr ehdr; in dso__type_fd() local
1275 GElf_Ehdr ehdr; member
1280 GElf_Ehdr *ehdr; in kcore__open() local
[all …]
Dsymbol-minimal.c109 Elf32_Ehdr ehdr; in filename__read_build_id() local
160 Elf64_Ehdr ehdr; in filename__read_build_id() local
314 Elf64_Ehdr ehdr; in dso__type_fd() local
Dgenelf.c167 Elf_Ehdr *ehdr; in jit_write_elf() local
Dunwind-libunwind-local.c169 GElf_Ehdr ehdr; in elf_section_offset() local
195 GElf_Ehdr ehdr; in elf_is_exec() local
Dsymbol.h220 GElf_Ehdr ehdr; member
Dprobe-event.c271 GElf_Ehdr ehdr; in find_module_name() local
533 GElf_Ehdr ehdr; in get_text_start_address() local
Dprobe-finder.c1155 GElf_Ehdr ehdr; in debuginfo__find_probes() local
/tools/perf/arch/powerpc/util/
Dsym-handling.c15 bool elf__needs_adjust_symbols(GElf_Ehdr ehdr) in elf__needs_adjust_symbols()
/tools/objtool/
Delf.h71 GElf_Ehdr ehdr; member
/tools/lib/bpf/
Dlibbpf.c215 GElf_Ehdr ehdr; member
/tools/lguest/
Dlguest.c430 static unsigned long map_elf(int elf_fd, const Elf32_Ehdr *ehdr) in map_elf()