Home
last modified time | relevance | path

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

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