Home
last modified time | relevance | path

Searched refs:elf_getshdrstrndx (Results 1 - 25 of 47) sorted by relevance

12

/third_party/elfutils/libelf/
H A Delf_getshdrstrndx.c44 elf_getshdrstrndx (Elf *elf, size_t *dst) in elf_getshdrstrndx() function
231 INTDEF(elf_getshdrstrndx)
233 strong_alias (elf_getshdrstrndx, elf_getshstrndx)
H A Delf32_checksum.c65 if (INTUSE(elf_getshdrstrndx) (elf, &shstrndx) < 0) in elfw2()
H A Dlibelf.h318 extern int elf_getshdrstrndx (Elf *__elf, size_t *__dst);
/third_party/elfutils/libebl/
H A Deblsectionstripp.c57 if (elf_getshdrstrndx (ebl->elf, &shstrndx) != 0) in ebl_section_strip_p()
/third_party/elfutils/libdwfl/
H A Drelocate.c65 && unlikely (elf_getshdrstrndx (elf, shstrndx) < 0)) in __libdwfl_relocate_value()
233 && elf_getshdrstrndx (symtab->symelf, &symtab->symshstrndx) < 0) in resolve_symbol()
761 if (elf_getshdrstrndx (debugfile, &d_shstrndx) < 0) in __libdwfl_relocate()
807 if (elf_getshdrstrndx (relocated, &shstrndx) < 0) in __libdwfl_relocate_section()
H A Ddwfl_module_getdwarf.c277 if (elf_getshdrstrndx (mod->main.elf, &shstrndx) < 0) in find_prelink_address_sync()
944 if (elf_getshdrstrndx (elf, &shstrndx) < 0) in find_aux_sym()
1157 if (elf_getshdrstrndx (mod->symfile->elf, &shstrndx) < 0) in find_symtab()
1239 if (elf_getshdrstrndx (mod->aux_sym.elf, &aux_shstrndx) < 0) in find_symtab()
/third_party/elfutils/tests/
H A Dstrptr.c63 if (elf_getshdrstrndx (elf, &ndx) != 0) in main()
H A Ddwelfgnucompressed.c59 if (elf_getshdrstrndx (elf, &shdrstrndx) == -1) in main()
H A Delfgetchdr.c59 if (elf_getshdrstrndx (elf, &shdrstrndx) == -1) in main()
H A Delfgetzdata.c66 elf_getshdrstrndx (elf, &strndx); in main()
H A Dzstrptr.c83 if (elf_getshdrstrndx (elf, &ndx) != 0) in main()
H A Delfputzdata.c73 elf_getshdrstrndx (elf, &strndx); in main()
H A Daddsections.c98 if (elf_getshdrstrndx (elf, &shstrndx) < 0) in add_sections()
H A Demptyfile.c242 if (elf_getshdrstrndx (elf, &shstrndx) < 0) in check_elf()
244 printf ("elf_getshdrstrndx: %s\n", elf_errmsg (-1)); in check_elf()
H A Delfcopy.c142 if (elf_getshdrstrndx (elfa, &shstrndx) < 0) in copy_elf()
/third_party/elfutils/backends/
H A Dppc64_symbol.c104 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in ppc64_check_special_symbol()
H A Ds390_symbol.c72 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in s390_check_special_symbol()
H A Daarch64_symbol.c75 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in aarch64_check_special_symbol()
H A Dppc64_init.c78 && elf_getshdrstrndx (elf, &shstrndx) == 0) in ppc64_init()
H A Driscv_symbol.c98 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in riscv_check_special_symbol()
H A Dppc_symbol.c157 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in ppc_check_special_symbol()
/third_party/elfutils/libdwelf/
H A Ddwelf_elf_gnu_debuglink.c39 if (elf_getshdrstrndx (elf, &shstrndx) < 0) in dwelf_elf_gnu_debuglink()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
H A Dnative.cpp63 elf_getshdrstrndx(elf, &section_str_index); in get_symbol_table()
/third_party/elfutils/src/
H A Dsize.c395 if (unlikely (elf_getshdrstrndx (elf, &shstrndx) < 0)) in show_sysv()
466 if (unlikely (elf_getshdrstrndx (elf, &shstrndx) < 0)) in show_sysv_one_line()
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc312 if (elf_getshdrstrndx (elf_handle, &section_header_string_index) < 0) in find_section_by_name()
347 if (elf_getshdrstrndx (elf_handle, &section_header_string_index) < 0) in find_section()
1434 ABG_ASSERT (elf_getshdrstrndx(elf, &string_table_index) >= 0); in lookup_data_tag_from_dynamic_segment()

Completed in 12 milliseconds

12