Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/pigweed/pw_elf/public/pw_elf/internal/
H A Delf.h84 struct Elf32_Shdr { struct
96 static_assert(sizeof(Elf32_Shdr) == 40); argument
/aosp_15_r20/external/zucchini/
H A Dtype_elf.h114 struct Elf32_Shdr { struct
115 Elf32_Word sh_name;
116 Elf32_Word sh_type;
117 Elf32_Word sh_flags;
118 Elf32_Addr sh_addr;
119 Elf32_Off sh_offset;
120 Elf32_Word sh_size;
121 Elf32_Word sh_link;
122 Elf32_Word sh_info;
123 Elf32_Word sh_addralign;
[all …]
/aosp_15_r20/external/zucchini/aosp/include/components/zucchini/
H A Dtype_elf.h114 struct Elf32_Shdr { struct
115 Elf32_Word sh_name;
116 Elf32_Word sh_type;
117 Elf32_Word sh_flags;
118 Elf32_Addr sh_addr;
119 Elf32_Off sh_offset;
120 Elf32_Word sh_size;
121 Elf32_Word sh_link;
122 Elf32_Word sh_info;
123 Elf32_Word sh_addralign;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h623 struct Elf32_Shdr { struct
624 Elf32_Word sh_name; // Section name (index into string table)
625 Elf32_Word sh_type; // Section type (SHT_*)
626 Elf32_Word sh_flags; // Section flags (SHF_*)
627 Elf32_Addr sh_addr; // Address where section is to be loaded
628 Elf32_Off sh_offset; // File offset of section data, in bytes
629 Elf32_Word sh_size; // Size of section, in bytes
630 Elf32_Word sh_link; // Section type-specific header table index link
631 Elf32_Word sh_info; // Section type-specific extra information
632 Elf32_Word sh_addralign; // Section address alignment
[all …]
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DELF.h622 struct Elf32_Shdr { struct
623 Elf32_Word sh_name; // Section name (index into string table)
624 Elf32_Word sh_type; // Section type (SHT_*)
625 Elf32_Word sh_flags; // Section flags (SHF_*)
626 Elf32_Addr sh_addr; // Address where section is to be loaded
627 Elf32_Off sh_offset; // File offset of section data, in bytes
628 Elf32_Word sh_size; // Size of section, in bytes
629 Elf32_Word sh_link; // Section type-specific header table index link
630 Elf32_Word sh_info; // Section type-specific extra information
631 Elf32_Word sh_addralign; // Section address alignment
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h773 struct Elf32_Shdr { struct
774 Elf32_Word sh_name; // Section name (index into string table)
775 Elf32_Word sh_type; // Section type (SHT_*)
776 Elf32_Word sh_flags; // Section flags (SHF_*)
777 Elf32_Addr sh_addr; // Address where section is to be loaded
778 Elf32_Off sh_offset; // File offset of section data, in bytes
779 Elf32_Word sh_size; // Size of section, in bytes
780 Elf32_Word sh_link; // Section type-specific header table index link
781 Elf32_Word sh_info; // Section type-specific extra information
782 Elf32_Word sh_addralign; // Section address alignment
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DELF.h1019 struct Elf32_Shdr { struct
1020 Elf32_Word sh_name; // Section name (index into string table)
1021 Elf32_Word sh_type; // Section type (SHT_*)
1022 Elf32_Word sh_flags; // Section flags (SHF_*)
1023 Elf32_Addr sh_addr; // Address where section is to be loaded
1024 Elf32_Off sh_offset; // File offset of section data, in bytes
1025 Elf32_Word sh_size; // Size of section, in bytes
1026 Elf32_Word sh_link; // Section type-specific header table index link
1027 Elf32_Word sh_info; // Section type-specific extra information
1028 Elf32_Word sh_addralign; // Section address alignment
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DELF.h1019 struct Elf32_Shdr { struct
1020 Elf32_Word sh_name; // Section name (index into string table)
1021 Elf32_Word sh_type; // Section type (SHT_*)
1022 Elf32_Word sh_flags; // Section flags (SHF_*)
1023 Elf32_Addr sh_addr; // Address where section is to be loaded
1024 Elf32_Off sh_offset; // File offset of section data, in bytes
1025 Elf32_Word sh_size; // Size of section, in bytes
1026 Elf32_Word sh_link; // Section type-specific header table index link
1027 Elf32_Word sh_info; // Section type-specific extra information
1028 Elf32_Word sh_addralign; // Section address alignment
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DELF.h1003 struct Elf32_Shdr { struct
1004 Elf32_Word sh_name; // Section name (index into string table)
1005 Elf32_Word sh_type; // Section type (SHT_*)
1006 Elf32_Word sh_flags; // Section flags (SHF_*)
1007 Elf32_Addr sh_addr; // Address where section is to be loaded
1008 Elf32_Off sh_offset; // File offset of section data, in bytes
1009 Elf32_Word sh_size; // Size of section, in bytes
1010 Elf32_Word sh_link; // Section type-specific header table index link
1011 Elf32_Word sh_info; // Section type-specific extra information
1012 Elf32_Word sh_addralign; // Section address alignment
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DELF.h951 struct Elf32_Shdr { struct
952 Elf32_Word sh_name; // Section name (index into string table)
953 Elf32_Word sh_type; // Section type (SHT_*)
954 Elf32_Word sh_flags; // Section flags (SHF_*)
955 Elf32_Addr sh_addr; // Address where section is to be loaded
956 Elf32_Off sh_offset; // File offset of section data, in bytes
957 Elf32_Word sh_size; // Size of section, in bytes
958 Elf32_Word sh_link; // Section type-specific header table index link
959 Elf32_Word sh_info; // Section type-specific extra information
960 Elf32_Word sh_addralign; // Section address alignment
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DELF.h1019 struct Elf32_Shdr { struct
1020 Elf32_Word sh_name; // Section name (index into string table)
1021 Elf32_Word sh_type; // Section type (SHT_*)
1022 Elf32_Word sh_flags; // Section flags (SHF_*)
1023 Elf32_Addr sh_addr; // Address where section is to be loaded
1024 Elf32_Off sh_offset; // File offset of section data, in bytes
1025 Elf32_Word sh_size; // Size of section, in bytes
1026 Elf32_Word sh_link; // Section type-specific header table index link
1027 Elf32_Word sh_info; // Section type-specific extra information
1028 Elf32_Word sh_addralign; // Section address alignment
[all …]
/aosp_15_r20/test/vts/vndk_utils/library/elf/
H A Dstructs.py102 class Elf32_Shdr(CStructure): class
/aosp_15_r20/system/chre/platform/shared/include/chre/platform/shared/
H A Dloader_util.h203 } Elf32_Shdr; typedef
/aosp_15_r20/trusty/kernel/lib/trusty/include/lib/trusty/
H A Delf.h193 } Elf32_Shdr; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/
Delf.h268 } Elf32_Shdr; typedef
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/
Delf.h268 } Elf32_Shdr; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/
Delf.h268 } Elf32_Shdr; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/
Delf.h268 } Elf32_Shdr; typedef
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/
Delf.h268 } Elf32_Shdr; typedef
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/
Delf.h268 } Elf32_Shdr; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/
Delf.h268 } Elf32_Shdr; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/
Delf.h268 } Elf32_Shdr; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/
Delf.h268 } Elf32_Shdr; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/
Delf.h268 } Elf32_Shdr; typedef
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/
Delf.h268 } Elf32_Shdr; typedef

123