Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:Elf

70 		   char **file_name, Elf **elfp);
161 /* Report a module with start and end addresses computed from the ELF
204 yet accessed); *MAINFILE is the name of the ELF file, and *DEBUGFILE the
240 Once the module's main ELF file is opened, the ID note found
252 This returns 0 when the module's main ELF file has not yet been loaded
296 char **, Elf **);
330 char **, Elf **);
355 its arguments are the module name, and the ELF file name or null if unknown,
377 char **file_name, Elf **);
396 /* Return the ELF section name for the given relocation base index;
397 if SHNDXP is not null, set *SHNDXP to the ELF section index.
412 /*** ELF access functions ***/
414 /* Fetch the module main ELF file (where the allocated sections
418 extern Elf *dwfl_module_getelf (Dwfl_Module *, GElf_Addr *bias);
443 /* Find the ELF section that *ADDRESS lies inside and return it.