/third_party/elfutils/libelf/ |
H A D | elf_getshdrstrndx.c | 44 elf_getshdrstrndx (Elf *elf, size_t *dst) in elf_getshdrstrndx() function 231 INTDEF(elf_getshdrstrndx) 233 strong_alias (elf_getshdrstrndx, elf_getshstrndx)
|
H A D | elf32_checksum.c | 65 if (INTUSE(elf_getshdrstrndx) (elf, &shstrndx) < 0) in elfw2()
|
H A D | libelf.h | 318 extern int elf_getshdrstrndx (Elf *__elf, size_t *__dst);
|
/third_party/elfutils/libebl/ |
H A D | eblsectionstripp.c | 57 if (elf_getshdrstrndx (ebl->elf, &shstrndx) != 0) in ebl_section_strip_p()
|
/third_party/elfutils/libdwfl/ |
H A D | relocate.c | 65 && 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 D | dwfl_module_getdwarf.c | 277 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 D | strptr.c | 63 if (elf_getshdrstrndx (elf, &ndx) != 0) in main()
|
H A D | dwelfgnucompressed.c | 59 if (elf_getshdrstrndx (elf, &shdrstrndx) == -1) in main()
|
H A D | elfgetchdr.c | 59 if (elf_getshdrstrndx (elf, &shdrstrndx) == -1) in main()
|
H A D | elfgetzdata.c | 66 elf_getshdrstrndx (elf, &strndx); in main()
|
H A D | zstrptr.c | 83 if (elf_getshdrstrndx (elf, &ndx) != 0) in main()
|
H A D | elfputzdata.c | 73 elf_getshdrstrndx (elf, &strndx); in main()
|
H A D | addsections.c | 98 if (elf_getshdrstrndx (elf, &shstrndx) < 0) in add_sections()
|
H A D | emptyfile.c | 242 if (elf_getshdrstrndx (elf, &shstrndx) < 0) in check_elf() 244 printf ("elf_getshdrstrndx: %s\n", elf_errmsg (-1)); in check_elf()
|
H A D | elfcopy.c | 142 if (elf_getshdrstrndx (elfa, &shstrndx) < 0) in copy_elf()
|
/third_party/elfutils/backends/ |
H A D | ppc64_symbol.c | 104 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in ppc64_check_special_symbol()
|
H A D | s390_symbol.c | 72 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in s390_check_special_symbol()
|
H A D | aarch64_symbol.c | 75 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in aarch64_check_special_symbol()
|
H A D | ppc64_init.c | 78 && elf_getshdrstrndx (elf, &shstrndx) == 0) in ppc64_init()
|
H A D | riscv_symbol.c | 98 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in riscv_check_special_symbol()
|
H A D | ppc_symbol.c | 157 if (elf_getshdrstrndx (elf, &shstrndx) != 0) in ppc_check_special_symbol()
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_gnu_debuglink.c | 39 if (elf_getshdrstrndx (elf, &shstrndx) < 0) in dwelf_elf_gnu_debuglink()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
H A D | native.cpp | 63 elf_getshdrstrndx(elf, §ion_str_index); in get_symbol_table()
|
/third_party/elfutils/src/ |
H A D | size.c | 395 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 D | abg-elf-helpers.cc | 312 if (elf_getshdrstrndx (elf_handle, §ion_header_string_index) < 0) in find_section_by_name() 347 if (elf_getshdrstrndx (elf_handle, §ion_header_string_index) < 0) in find_section() 1434 ABG_ASSERT (elf_getshdrstrndx(elf, &string_table_index) >= 0); in lookup_data_tag_from_dynamic_segment()
|