Home
last modified time | relevance | path

Searched refs:elf_getshdrnum (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/
H A Dorc_dump.c96 if (elf_getshdrnum(elf, &nr_sections)) { in orc_dump()
97 WARN_ELF("elf_getshdrnum"); in orc_dump()
H A Delf.h17 # define elf_getshdrnum elf_getshnum macro
H A Delf.c272 if (elf_getshdrnum(elf->elf, &sections_nr)) { in read_sections()
273 WARN_ELF("elf_getshdrnum"); in read_sections()
/kernel/linux/linux-6.6/tools/objtool/
H A Dorc_dump.c107 if (elf_getshdrnum(elf, &nr_sections)) { in orc_dump()
108 WARN_ELF("elf_getshdrnum"); in orc_dump()
H A Delf.c315 if (elf_getshdrnum(elf->elf, &sections_nr)) { in read_sections()
316 WARN_ELF("elf_getshdrnum"); in read_sections()
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H A Delf.h18 # define elf_getshdrnum elf_getshnum macro
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c3399 * section. Since section count retrieved by elf_getshdrnum() does in bpf_object__elf_collect()
3403 if (elf_getshdrnum(obj->efile.elf, &obj->efile.sec_cnt)) { in bpf_object__elf_collect()

Completed in 21 milliseconds