Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/
H A Dorc_dump.c107 if (elf_getshdrnum(elf, &nr_sections)) { in orc_dump()
H A Delf.c315 if (elf_getshdrnum(elf->elf, &sections_nr)) { in read_sections()
/openbmc/linux/tools/objtool/include/objtool/
H A Delf.h18 # define elf_getshdrnum elf_getshnum macro
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c3403 if (elf_getshdrnum(obj->efile.elf, &obj->efile.sec_cnt)) { in bpf_object__elf_collect()