Home
last modified time | relevance | path

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

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