Home
last modified time | relevance | path

Searched defs:Elf32_Shdr (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/courgette/
Dtypes_elf.h59 struct Elf32_Shdr { struct
60 Elf32_Word sh_name;
61 Elf32_Word sh_type;
62 Elf32_Word sh_flags;
63 Elf32_Addr sh_addr;
64 Elf32_Off sh_offset;
65 Elf32_Word sh_size;
66 Elf32_Word sh_link;
67 Elf32_Word sh_info;
68 Elf32_Word sh_addralign;
[all …]
/external/llvm/include/llvm/Support/
DELF.h1077 struct Elf32_Shdr { struct
1078 Elf32_Word sh_name; // Section name (index into string table)
1079 Elf32_Word sh_type; // Section type (SHT_*)
1080 Elf32_Word sh_flags; // Section flags (SHF_*)
1081 Elf32_Addr sh_addr; // Address where section is to be loaded
1082 Elf32_Off sh_offset; // File offset of section data, in bytes
1083 Elf32_Word sh_size; // Size of section, in bytes
1084 Elf32_Word sh_link; // Section type-specific header table index link
1085 Elf32_Word sh_info; // Section type-specific extra information
1086 Elf32_Word sh_addralign; // Section address alignment
[all …]
/external/grub/stage2/
Di386-elf.h116 Elf32_Shdr; typedef
/external/qemu/
Delf.h1114 } Elf32_Shdr; typedef
/external/elfutils/libelf/
Delf.h288 } Elf32_Shdr; typedef
/external/valgrind/main/perf/
Dtinycc.c312 } Elf32_Shdr; typedef