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.map129 elf_scnshndx;
DAndroid.bp84 "elf_scnshndx.c",
DMakefile.am91 elf_scnshndx.c \
Dlibelf.h274 extern int elf_scnshndx (Elf_Scn *__scn);
DChangeLog921 * Makefile.am (libelf_a_SOURCES): Add elf_scnshndx.
926 * elf_scnshndx.c: New file.
927 * libelf.h: Declare elf_scnshndx.
928 * 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/config/
Delfutils.spec.in542 - libelf: new function elf_scnshndx.
/external/elfutils/
DNEWS426 libelf: new function elf_scnshndx.
/external/elfutils/src/
Dreadelf.c1865 int xndxscnidx = elf_scnshndx (scn); in handle_relocs_rel()
2055 int xndxscnidx = elf_scnshndx (scn); in handle_relocs_rela()
DChangeLog2410 * readelf.c (handle_relocs_rel): Use elf_scnshndx.