Home
last modified time | relevance | path

Searched defs:SectionHeader (Results 1 – 25 of 67) sorted by relevance

123

/aosp_15_r20/prebuilts/go/linux-x86/src/debug/pe/
Dsection.go53 func readRelocs(sh *SectionHeader, r io.ReadSeeker) ([]Reloc, error) {
71 type SectionHeader struct { struct
72 Name string
73 VirtualSize uint32
74 VirtualAddress uint32
75 Size uint32
76 Offset uint32
77 PointerToRelocations uint32
78 PointerToLineNumbers uint32
79 NumberOfRelocations uint16
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/
Dfile.go63 type SectionHeader struct { struct
64 Name string
65 Type SectionType
66 Flags SectionFlag
67 Addr uint64
68 Offset uint64
69 Size uint64
70 Link uint32
71 Info uint32
72 Addralign uint64
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/
Dfile.go93 type SectionHeader struct { struct
94 Name string
95 Seg string
96 Addr uint64
97 Size uint64
98 Offset uint32
99 Align uint32
100 Reloff uint32
101 Nreloc uint32
102 Flags uint32
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/xcoff/
Dfile.go20 type SectionHeader struct { struct
21 Name string
22 VirtualAddress uint64
23 Size uint64
24 Type uint32
25 Relptr uint64
26 Nreloc uint32
30 SectionHeader anonMember
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/section/
Dencoder.rs52 fn header(&self) -> SectionHeader; in header()
86 fn header(&self) -> SectionHeader { in header()
143 fn header(&self) -> SectionHeader { in header()
262 fn header(&self) -> SectionHeader { in header()
326 fn header(&self, identity_token: &V1IdentityToken) -> SectionHeader; in header()
345 fn header(&self, identity_token: &V1IdentityToken) -> SectionHeader { in header()
372 fn header(&self, identity_token: &V1IdentityToken) -> SectionHeader { in header()
396 fn header(&self, identity_token: &V1IdentityToken) -> SectionHeader { in header()
Dheader.rs30 pub struct SectionHeader { struct
36 impl SectionHeader { implementation
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/plan9obj/
Dfile.go47 type SectionHeader struct { struct
48 Name string
49 Size uint32
50 Offset uint32
55 SectionHeader anonMember
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/section/header/
Dmod.rs31 pub(crate) enum SectionHeader { enum
36 impl SectionHeader { impl
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/LD/
DELFReader.h40 typedef llvm::ELF::Elf32_Shdr SectionHeader; typedef
125 typedef llvm::ELF::Elf64_Shdr SectionHeader; typedef
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
H A DSal.h646 SAL_SEC_HEADER SectionHeader; member
691 SAL_SEC_HEADER SectionHeader; member
745 SAL_SEC_HEADER SectionHeader; member
793 SAL_SEC_HEADER SectionHeader; member
826 SAL_SEC_HEADER SectionHeader; member
859 SAL_SEC_HEADER SectionHeader; member
888 SAL_SEC_HEADER SectionHeader; member
/aosp_15_r20/external/jetpack-camera-app/feature/settings/src/main/java/com/google/jetpackcamera/settings/ui/
H A DSettingsComponents.kt106 fun SectionHeader(title: String, modifier: Modifier = Modifier) { in SectionHeader() method
/aosp_15_r20/external/googleapis/google/monitoring/dashboard/v1/
H A Dsection_header.proto29 message SectionHeader { message
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObject.h24 XCOFFSectionHeader32 SectionHeader; member
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A DLinePrinter.h75 SectionHeader, enumerator
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/serialize/
Dadv_tests.rs108 fn header(&self) -> SectionHeader { in header()
/aosp_15_r20/system/chre/platform/shared/include/chre/platform/shared/
H A Dnanoapp_loader.h181 using SectionHeader = ElfW(Shdr); variable
/aosp_15_r20/external/rust/beto-rust/nearby/presence/xts_aes/tests/
Dxts_nist_test_vectors.rs190 SectionHeader(String), enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/PDB/Native/
DLinePrinter.h165 SectionHeader, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/Native/
DLinePrinter.h165 SectionHeader, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/Native/
DLinePrinter.h165 SectionHeader, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h165 SectionHeader, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/Native/
DLinePrinter.h165 SectionHeader, enumerator
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/gimli/
H A Delf.rs221 fn section_header(&self, name: &str) -> Option<&<Elf as FileHeader>::SectionHeader> { in section_header()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/
H A Delf.rs221 fn section_header(&self, name: &str) -> Option<&<Elf as FileHeader>::SectionHeader> { in section_header()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/
H A Delf.rs221 fn section_header(&self, name: &str) -> Option<&<Elf as FileHeader>::SectionHeader> { in section_header()

123