Lines Matching refs:Elf
51 #include "elf-knowledge.h"
62 /* Get backend handle for object associated with ELF handle. */
63 extern Ebl *ebl_openbackend (Elf *elf);
64 /* Similar but without underlying ELF file. */
75 /* Get ELF machine. */
78 /* Get ELF class. */
81 /* Get ELF data encoding. */
85 /* Function to call the callback functions including default ELF
298 /* ELF string table handling. */
302 /* Create new ELF string table object in memory. */
305 /* Free resources allocated for ELF string table ST. */
308 /* Add string STR (length LEN is != 0) to ELF string table ST. */
323 /* ELF wide char string table handling. */
327 /* Create new ELF wide char string table object in memory. */
330 /* Free resources allocated for ELF wide char string table ST. */
333 /* Add string STR (length LEN is != 0) to ELF string table ST. */