Home
last modified time | relevance | path

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

/linux-5.19.10/tools/build/feature/
Dtest-libelf-getphdrnum.c8 return elf_getphdrnum(0, &dst); in main()
/linux-5.19.10/tools/perf/util/
Dunwind-libunwind-local.c218 (void)elf_getphdrnum(elf, &phdrnum); in elf_base_address()
Dsymbol-elf.c78 static int elf_getphdrnum(Elf *elf, size_t *dst) in elf_getphdrnum() function
241 if (elf_getphdrnum(elf, &phdrnum)) in elf_read_program_header()
1420 if (elf_getphdrnum(elf, &phdrnum)) in elf_read_maps()
/linux-5.19.10/tools/lib/bpf/
Dusdt.c404 if (elf_getphdrnum(elf, &n)) { in parse_elf_segs()