Home
last modified time | relevance | path

Searched refs:elf_getshdrstrndx (Results 1 – 25 of 53) sorted by relevance

123

/external/elfutils/libelf/
Delf_getshdrstrndx.c46 elf_getshdrstrndx (Elf *elf, size_t *dst) in elf_getshdrstrndx() function
233 INTDEF(elf_getshdrstrndx)
235 strong_alias (elf_getshdrstrndx, elf_getshstrndx)
Dlibelf.map134 elf_getshdrnum; elf_getshdrstrndx;
Delf32_checksum.c66 if (INTUSE(elf_getshdrstrndx) (elf, &shstrndx) < 0) in elfw2()
/external/elfutils/libebl/
Deblsectionstripp.c57 if (elf_getshdrstrndx (ebl->elf, &shstrndx) != 0) in ebl_section_strip_p()
/external/elfutils/tests/
Dstrptr.c63 if (elf_getshdrstrndx (elf, &ndx) != 0) in main()
Ddwelfgnucompressed.c57 if (elf_getshdrstrndx (elf, &shdrstrndx) == -1) in main()
Delfgetzdata.c66 elf_getshdrstrndx (elf, &strndx); in main()
Dzstrptr.c63 if (elf_getshdrstrndx (elf, &ndx) != 0) in main()
Delfgetchdr.c57 if (elf_getshdrstrndx (elf, &shdrstrndx) == -1) in main()
Delfputzdata.c71 elf_getshdrstrndx (elf, &strndx); in main()
Delfcopy.c140 if (elf_getshdrstrndx (elfa, &shstrndx) < 0) in copy_elf()
Demptyfile.c241 if (elf_getshdrstrndx (elf, &shstrndx) < 0) in check_elf()
/external/elfutils/backends/
Ds390_symbol.c72 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in s390_check_special_symbol()
Dppc64_symbol.c104 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in ppc64_check_special_symbol()
Driscv_symbol.c98 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in riscv_check_special_symbol()
Daarch64_symbol.c73 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in aarch64_check_special_symbol()
Dppc64_init.c85 && elf_getshdrstrndx (elf, &shstrndx) == 0) in ppc64_init()
Dppc_symbol.c157 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in ppc_check_special_symbol()
/external/elfutils/libdwelf/
Ddwelf_elf_gnu_debuglink.c39 if (elf_getshdrstrndx (elf, &shstrndx) < 0) in dwelf_elf_gnu_debuglink()
/external/elfutils/libdwfl/
Drelocate.c63 && unlikely (elf_getshdrstrndx (elf, shstrndx) < 0)) in __libdwfl_relocate_value()
231 && elf_getshdrstrndx (symtab->symelf, &symtab->symshstrndx) < 0) in resolve_symbol()
759 if (elf_getshdrstrndx (debugfile, &d_shstrndx) < 0) in __libdwfl_relocate()
805 if (elf_getshdrstrndx (relocated, &shstrndx) < 0) in __libdwfl_relocate_section()
/external/bcc/src/cc/
Dbcc_elf.c133 if (elf_getshdrstrndx(e, &stridx) != 0) in listprobes()
256 if (elf_getshdrstrndx(e, &stridx) != 0) in get_section_elf_data()
515 (err = elf_getshdrstrndx(e, &stridx)) < 0) in bcc_elf_get_text_scn_info()
/external/bcc/cmake/
DFindLibElf.cmake60 elf_getshdrstrndx(e, &sz);
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
Dnative.cpp61 elf_getshdrstrndx(elf, &section_str_index); in get_symbol_table()
/external/perf_data_converter/src/quipper/
Ddso.cc31 if (elf_getshdrstrndx(elf, &shstrndx) != 0) { in FindElfSection()
/external/elfutils/src/
Dsize.c396 if (unlikely (elf_getshdrstrndx (elf, &shstrndx) < 0)) in show_sysv()
465 if (unlikely (elf_getshdrstrndx (elf, &shstrndx) < 0)) in show_sysv_one_line()

123