Home
last modified time | relevance | path

Searched refs:elf_scnshndx (Results 1 – 11 of 11) sorted by relevance

/external/elfutils/libelf/
Delf_scnshndx.c38 elf_scnshndx (Elf_Scn *scn) in elf_scnshndx() function
50 INTDEF(elf_scnshndx)
Dlibelf.map128 elf_scnshndx;
DMakefile.am101 elf_scnshndx.c \
Dlibelf.h319 extern int elf_scnshndx (Elf_Scn *__scn);
DChangeLog1596 * Makefile.am (libelf_a_SOURCES): Add elf_scnshndx.
1601 * elf_scnshndx.c: New file.
1602 * libelf.h: Declare elf_scnshndx.
1603 * libelf.map: Add elf_scnshndx to version ELFUTILS_1.4.
/external/elfutils/libasm/
Ddisasm_cb.c90 int xndxscnidx = elf_scnshndx (scn); in read_symtab_exec()
/external/elfutils/tests/
Delf-print-reloc-syms.c46 int xndxscnidx = elf_scnshndx (scn); in print_reloc_symnames()
/external/elfutils/config/
Delfutils.spec.in958 - libelf: new function elf_scnshndx.
/external/elfutils/
DNEWS860 libelf: new function elf_scnshndx.
/external/elfutils/src/
Dreadelf.c2116 int xndxscnidx = elf_scnshndx (scn); in handle_relocs_rel()
2305 int xndxscnidx = elf_scnshndx (scn); in handle_relocs_rela()
DChangeLog4236 * readelf.c (handle_relocs_rel): Use elf_scnshndx.