Searched refs:elf_getshdrstrndx (Results 1 – 25 of 53) sorted by relevance
123
/external/elfutils/libelf/ |
D | elf_getshdrstrndx.c | 46 elf_getshdrstrndx (Elf *elf, size_t *dst) in elf_getshdrstrndx() function 233 INTDEF(elf_getshdrstrndx) 235 strong_alias (elf_getshdrstrndx, elf_getshstrndx)
|
D | libelf.map | 134 elf_getshdrnum; elf_getshdrstrndx;
|
D | elf32_checksum.c | 66 if (INTUSE(elf_getshdrstrndx) (elf, &shstrndx) < 0) in elfw2()
|
/external/elfutils/libebl/ |
D | eblsectionstripp.c | 57 if (elf_getshdrstrndx (ebl->elf, &shstrndx) != 0) in ebl_section_strip_p()
|
/external/elfutils/tests/ |
D | strptr.c | 63 if (elf_getshdrstrndx (elf, &ndx) != 0) in main()
|
D | dwelfgnucompressed.c | 57 if (elf_getshdrstrndx (elf, &shdrstrndx) == -1) in main()
|
D | elfgetzdata.c | 66 elf_getshdrstrndx (elf, &strndx); in main()
|
D | zstrptr.c | 63 if (elf_getshdrstrndx (elf, &ndx) != 0) in main()
|
D | elfgetchdr.c | 57 if (elf_getshdrstrndx (elf, &shdrstrndx) == -1) in main()
|
D | elfputzdata.c | 71 elf_getshdrstrndx (elf, &strndx); in main()
|
D | elfcopy.c | 140 if (elf_getshdrstrndx (elfa, &shstrndx) < 0) in copy_elf()
|
D | emptyfile.c | 241 if (elf_getshdrstrndx (elf, &shstrndx) < 0) in check_elf()
|
/external/elfutils/backends/ |
D | s390_symbol.c | 72 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in s390_check_special_symbol()
|
D | ppc64_symbol.c | 104 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in ppc64_check_special_symbol()
|
D | riscv_symbol.c | 98 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in riscv_check_special_symbol()
|
D | aarch64_symbol.c | 73 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in aarch64_check_special_symbol()
|
D | ppc64_init.c | 85 && elf_getshdrstrndx (elf, &shstrndx) == 0) in ppc64_init()
|
D | ppc_symbol.c | 157 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in ppc_check_special_symbol()
|
/external/elfutils/libdwelf/ |
D | dwelf_elf_gnu_debuglink.c | 39 if (elf_getshdrstrndx (elf, &shstrndx) < 0) in dwelf_elf_gnu_debuglink()
|
/external/elfutils/libdwfl/ |
D | relocate.c | 63 && 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/ |
D | bcc_elf.c | 133 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/ |
D | FindLibElf.cmake | 60 elf_getshdrstrndx(e, &sz);
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/ |
D | native.cpp | 61 elf_getshdrstrndx(elf, §ion_str_index); in get_symbol_table()
|
/external/perf_data_converter/src/quipper/ |
D | dso.cc | 31 if (elf_getshdrstrndx(elf, &shstrndx) != 0) { in FindElfSection()
|
/external/elfutils/src/ |
D | size.c | 396 if (unlikely (elf_getshdrstrndx (elf, &shstrndx) < 0)) in show_sysv() 465 if (unlikely (elf_getshdrstrndx (elf, &shstrndx) < 0)) in show_sysv_one_line()
|
123