Home
last modified time | relevance | path

Searched refs:elf_getphdrnum (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/build/feature/
H A Dtest-libelf-getphdrnum.c8 return elf_getphdrnum(0, &dst); in main()
/openbmc/qemu/contrib/elf2dmp/
H A Dqemu_elf.h49 Elf64_Half elf_getphdrnum(void *map);
H A Dqemu_elf.c56 Elf64_Half elf_getphdrnum(void *map) in elf_getphdrnum() function
H A Daddrspace.c62 Elf64_Half phdr_nr = elf_getphdrnum(qemu_elf->map); in pa_space_create()
/openbmc/linux/tools/perf/util/
H A Dunwind-libunwind-local.c218 (void)elf_getphdrnum(elf, &phdrnum); in elf_base_address()
H A Dsymbol-elf.c67 static int elf_getphdrnum(Elf *elf, size_t *dst) in elf_getphdrnum() function
258 if (elf_getphdrnum(elf, &phdrnum)) in elf_read_program_header()
1796 if (elf_getphdrnum(elf, &phdrnum)) in elf_read_maps()
/openbmc/linux/tools/lib/bpf/
H A Dusdt.c410 if (elf_getphdrnum(elf, &n)) { in parse_elf_segs()