Home | History | Annotate | Download | only in libdwelf

Lines Matching refs:Elf

1 /* Interfaces for libdwelf. DWARF ELF Low-level Functions.
38 /* DWARF ELF Low-level Functions (dwelf).
39 Functions starting with dwelf_elf will take a (libelf) Elf object as
45 .gnu_debuglink section if found in the ELF. Return NULL if the ELF
48 extern const char *dwelf_elf_gnu_debuglink (Elf *elf, GElf_Word *crc);
51 found in the ELF. On success, pointers to the name and build ID
53 the build ID is returned. Returns 0 if the ELF lacks a
61 a SHT_NOTE section or from a PT_NOTE segment if the ELF file
64 build ID is returned. Returns 0 if the ELF lacks a NT_GNU_BUILD_ID
66 extern ssize_t dwelf_elf_gnu_build_id (Elf *elf, const void **build_idp);