Searched defs:Elf (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h22 std::unique_ptr<ELFYAML::Object> Elf; member in struct:llvm::yaml::YamlObjectFile
/external/syslinux/gpxe/src/arch/i386/core/
H A Dfreebsd_loader.c41 Unknown, Tagged, Aout, Elf, Aout_FreeBSD, Elf_FreeBSD, enumerator in enum:__anon24434
50 image_type = Elf;
/external/elfutils/libelf/
H A Dlibelf.h190 typedef struct Elf Elf; typedef in typeref:struct:Elf
201 extern Elf *elf_begin (int __fildes, Elf_Cmd __cmd, Elf *__ref);
204 extern Elf *elf_clone (Elf *__elf, Elf_Cmd __cmd);
207 extern Elf *elf_memory (char *__image, size_t __size);
210 extern Elf_Cmd elf_next (Elf *__elf);
213 extern int elf_end (Elf *__elf);
216 extern int64_t elf_update (Elf *__el
[all...]
H A DlibelfP.h53 #define ElfW2_(Bits, Name) Elf##Bits##_##Name
227 struct Elf *elf; /* The underlying ELF file. */
273 struct Elf struct
280 Elf *parent;
281 Elf *next; /* Used in list of archive descriptors. */
386 Elf *children; /* List of all descriptors for this archive. */
453 /* Given an Elf handle and a section type returns the Elf_Data d_type.
456 extern Elf_Type __libelf_data_type (Elf *elf, int sh_type) internal_function;
469 /* Create Elf descriptor from memory image. */
470 extern Elf *__libelf_read_mmaped_fil
[all...]

Completed in 389 milliseconds