Home
last modified time | relevance | path

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

12

/external/elfutils/tests/
Delfshphehdr.c80 check_elf ("elf_getphdrnum", elf_getphdrnum (elf, &phnum) == 0); in test()
105 check_elf ("elf_getphdrnum", elf_getphdrnum (elf, &phnum) == 0); in test()
129 check_elf ("elf_getphdrnum", elf_getphdrnum (elf, &phnum) == 0); in test()
Dvendorelf.c143 if (elf_getphdrnum (elf, &phnum) != 0) in check_elf()
Delfcopy.c153 if (elf_getphdrnum (elfa, &phnum) != 0) in copy_elf()
Delfstrmerge.c237 if (elf_getphdrnum (elf, &phnum) != 0) in main()
/external/elfutils/libelf/
Dlibelf.map139 elf_getphdrnum;
Delf_getphdrnum.c124 elf_getphdrnum (Elf *elf, size_t *dst) in elf_getphdrnum() function
DAndroid.bp67 "elf_getphdrnum.c",
DChangeLog325 * elf_getphdrnum.c (__elf_getphdrnum_chk_rdlock): Only do sanity
500 * elf_getphdrnum.c (__elf_getphdrnum_rdlock): Likewise.
668 * elf_getphdrnum.c (__elf_getphdrnum_chk_rdlock): New function.
669 (elf_getphdrnum): Call __elf_getphdrnum_chk_rdlock.
732 * elf_getphdrnum.c (elf_getphdrnum): Sanity check the
753 * elf_getphdrnum.c (__elf_getphdrnum_rdlock): Check section zero
1003 * elf_getphdrnum.c: New file.
1005 * libelf.h: Declare elf_getphdrnum.
1007 * libelf.map (ELFUTILS_1.6): New set, add elf_getphdrnum.
DMakefile.am93 elf_getphdrnum.c elf_getshdrnum.c elf_getshdrstrndx.c \
Dlibelf.h268 extern int elf_getphdrnum (Elf *__elf, size_t *__dst);
/external/elfutils/backends/
Dppc_symbol.c101 if (elf_getphdrnum (elf, &phnum) != 0) in find_dyn_got()
/external/elfutils/libdwelf/
Ddwelf_elf_gnu_build_id.c77 if (unlikely (elf_getphdrnum (elf, &phnum) != 0)) in find_elf_build_id()
/external/elfutils/libdwfl/
Dlinux-core-attach.c62 if (elf_getphdrnum (core, &phnum) < 0) in core_memory_read()
346 if (elf_getphdrnum (core, &phnum) < 0) in dwfl_core_file_attach()
Dcore-file.c426 if (unlikely (elf_getphdrnum (elf, &phnum) != 0)) in __libdwfl_dynamic_vaddr_get()
447 if (unlikely (elf_getphdrnum (elf, &phnum) != 0)) in dwfl_core_file_report()
Ddwfl_report_elf.c181 if (unlikely (elf_getphdrnum (elf, &phnum) != 0)) in __libdwfl_elf_address_range()
Ddwfl_module_getdwarf.c129 if (unlikely (elf_getphdrnum (file->elf, &phnum) != 0)) in open_elf()
375 if (unlikely (elf_getphdrnum (mod->main.elf, &main_phnum))) in find_prelink_address_sync()
831 if (unlikely (elf_getphdrnum (mod->main.elf, &phnum) != 0)) in find_dynsym()
Dlink_map.c539 if (elf_getphdrnum (mod->main.elf, &phnum) != 0) in consider_executable()
830 if (elf_getphdrnum (elf, &e_phnum) != 0) in dwfl_link_map_report()
Drelocate.c596 if (elf_getphdrnum (relocated, &phnums) < 0) in relocate_section()
/external/bcc/src/lua/bpf/
Delf.lua194 if elf.elf_getphdrnum(t.elf, phnum) == nil then
/external/elfutils/libdw/
Ddwarf_getcfi_elf.c197 if (unlikely (elf_getphdrnum (elf, &phnum) != 0)) in getcfi_phdr()
/external/elfutils/src/
Delfcmp.c224 if (unlikely (elf_getphdrnum (elf1, &phnum1) != 0)) in main()
227 if (unlikely (elf_getphdrnum (elf2, &phnum2) != 0)) in main()
Dfindtextrel.c313 if (elf_getphdrnum (elf, &phnum) != 0) in process_file()
Dsize.c585 if (elf_getphdrnum (elf, &phnum) != 0) in show_segments()
Dunstrip.c268 ELF_CHECK (elf_getphdrnum (inelf, &phnum) == 0, in copy_elf()
2051 ELF_CHECK (elf_getphdrnum (stripped, &phnum) == 0, in copy_elided_sections()
2094 ELF_CHECK (elf_getphdrnum (stripped, &phnum) == 0, in handle_file()
/external/bcc/src/cc/
Dbcc_elf.c550 if (elf_getphdrnum(e, &nhdrs) != 0) in bcc_elf_foreach_load_section()

12