Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_scnshndx.c38 elf_scnshndx (Elf_Scn *scn) in elf_scnshndx() function
50 INTDEF(elf_scnshndx)
Dlibelf.map129 elf_scnshndx;
DMakefile.am101 elf_scnshndx.c \
Dlibelf.h300 extern int elf_scnshndx (Elf_Scn *__scn);
DChangeLog1441 * Makefile.am (libelf_a_SOURCES): Add elf_scnshndx.
1446 * elf_scnshndx.c: New file.
1447 * libelf.h: Declare elf_scnshndx.
1448 * 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/
DNEWS717 libelf: new function elf_scnshndx.
/external/elfutils/config/
Delfutils.spec.in841 - libelf: new function elf_scnshndx.
/external/elfutils/src/
Dreadelf.c2001 int xndxscnidx = elf_scnshndx (scn); in handle_relocs_rel()
2191 int xndxscnidx = elf_scnshndx (scn); in handle_relocs_rela()
DChangeLog3879 * readelf.c (handle_relocs_rel): Use elf_scnshndx.