HomeSort by relevance Sort by last modified time
    Searched defs:Elf (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/ObjectYAML/
ObjectYAML.h 22 std::unique_ptr<ELFYAML::Object> Elf;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
ObjectYAML.h 23 std::unique_ptr<ELFYAML::Object> Elf;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
ObjectYAML.h 23 std::unique_ptr<ELFYAML::Object> Elf;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
ObjectYAML.h 23 std::unique_ptr<ELFYAML::Object> Elf;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
ObjectYAML.h 23 std::unique_ptr<ELFYAML::Object> Elf;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
ObjectYAML.h 23 std::unique_ptr<ELFYAML::Object> Elf;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
ObjectYAML.h 23 std::unique_ptr<ELFYAML::Object> Elf;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
ObjectYAML.h 23 std::unique_ptr<ELFYAML::Object> Elf;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
ObjectYAML.h 23 std::unique_ptr<ELFYAML::Object> Elf;
  /system/core/libunwindstack/include/unwindstack/
Elf.h 38 class Elf {
40 Elf(Memory* memory) : memory_(memory) {}
41 virtual ~Elf() = default;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/EblCmdLib/
EblCmdLib.c 66 BOOLEAN Elf;
81 Elf = (Argc > 2) ? FALSE : TRUE;
100 if (Elf) {
101 // ELF and Mach-O images don't include the header so the linked address does not include header
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Library/EblCmdLib/
EblCmdLib.c 66 BOOLEAN Elf;
81 Elf = (Argc > 2) ? FALSE : TRUE;
100 if (Elf) {
101 // ELF and Mach-O images don't include the header so the linked address does not include header
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
EblCmdLib.c 80 BOOLEAN Elf;
89 Elf = (Argc > 2) ? FALSE : TRUE;
108 if (Elf) {
109 // ELF and Mach-O images don't include the header so the linked address does not include header
  /external/syslinux/gpxe/src/arch/i386/core/
freebsd_loader.c 41 Unknown, Tagged, Aout, Elf, Aout_FreeBSD, Elf_FreeBSD,
50 image_type = Elf;
318 /* 'elf kernel\0\0' */
  /external/elfutils/libelf/
libelf.h 35 /* Get the ELF types. */
36 #include <elf.h>
39 /* Older glibc elf.h might not yet define the ELF compression types. */
73 ELF_T_EHDR, /* ELF header. */
105 unsigned int d_version; /* ELF version. */
137 /* Flags for the ELF structures. */
161 ELF_K_ELF, /* ELF file. */
189 /* Descriptor for the ELF file. */
190 typedef struct Elf Elf
    [all...]
libelfP.h 52 #define elfw2_(Bits, Name) elf##Bits##_##Name
53 #define ElfW2_(Bits, Name) Elf##Bits##_##Name
54 #define ELFW2_(Bits, Name) ELF##Bits##_##Name
174 /* Descriptor for ELF section. */
227 struct Elf *elf; /* The underlying ELF file. */ member in struct:Elf_Scn
272 /* The ELF descriptor. */
273 struct Elf
280 Elf *parent
333 } elf; member in union:Elf::__anon18977
    [all...]

Completed in 4369 milliseconds