Home
last modified time | relevance | path

Searched +defs:section +defs:header (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/aosp_15_r20/external/stg/
H A Delf_loader.cc147 GElf_Ehdr header; in GetMachine() local
171 Elf_Scn* section = nullptr; in GetSectionsIf() local
172 GElf_Shdr header; in GetSectionsIf() local
187 return GetSectionsIf(elf, [&](const GElf_Shdr& header) { in GetSectionsByName()
205 Elf_Scn* section = MaybeGetSectionByName(elf, name); in GetSectionByName() local
212 elf, [&](const GElf_Shdr& header) { return header.sh_type == type; }); in MaybeGetSectionByType()
221 Elf_Scn* section = elf_getscn(elf, index); in GetSectionByIndex() local
227 GElf_Shdr header; member
231 SectionInfo GetSectionInfo(Elf_Scn* section) { in GetSectionInfo()
248 std::string_view GetRawData(Elf_Scn* section, const char* name) { in GetRawData()
[all …]
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_elf.c229 static int do_note_segment(Elf_Scn *section, GElf_Shdr *probes_shdr, int elf_class, in do_note_segment()
271 Elf_Scn *section = NULL; in listprobes() local
283 GElf_Shdr header; in listprobes() local
309 GElf_Shdr header; in listprobes() local
347 Elf_Scn *section = NULL; in get_section() local
348 GElf_Shdr header; in get_section() local
373 static int list_in_scn(Elf *e, Elf_Scn *section, size_t stridx, size_t symsize, in list_in_scn()
468 Elf_Scn *section = NULL; in listsymbols() local
471 GElf_Shdr header; in listsymbols() local
492 Elf_Scn *section = get_section(e, section_name, NULL, NULL); in get_section_elf_data() local
[all …]
/aosp_15_r20/external/dokka/core/src/main/resources/dokka/styles/
H A Dstyle.css126 header { selector
190 section { selector
221 header, section, footer { selector
227 header { selector
231 section { selector
254 header { selector
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCOFF.h60 struct header { struct
61 uint16_t Machine;
62 int32_t NumberOfSections;
63 uint32_t TimeDateStamp;
64 uint32_t PointerToSymbolTable;
65 uint32_t NumberOfSymbols;
66 uint16_t SizeOfOptionalHeader;
67 uint16_t Characteristics;
240 struct section { struct
241 char Name[NameSize];
[all …]
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DCOFF.h55 struct header { struct
56 uint16_t Machine;
57 int32_t NumberOfSections;
58 uint32_t TimeDateStamp;
59 uint32_t PointerToSymbolTable;
60 uint32_t NumberOfSymbols;
61 uint16_t SizeOfOptionalHeader;
62 uint16_t Characteristics;
235 struct section { struct
236 char Name[NameSize];
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DCOFF.h65 struct header { struct
66 uint16_t Machine;
67 int32_t NumberOfSections;
68 uint32_t TimeDateStamp;
69 uint32_t PointerToSymbolTable;
70 uint32_t NumberOfSymbols;
71 uint16_t SizeOfOptionalHeader;
72 uint16_t Characteristics;
270 struct section { struct
271 char Name[NameSize];
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DCOFF.h64 struct header { struct
65 uint16_t Machine;
66 int32_t NumberOfSections;
67 uint32_t TimeDateStamp;
68 uint32_t PointerToSymbolTable;
69 uint32_t NumberOfSymbols;
70 uint16_t SizeOfOptionalHeader;
71 uint16_t Characteristics;
284 struct section { struct
285 char Name[NameSize];
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DCOFF.h64 struct header { struct
65 uint16_t Machine;
66 int32_t NumberOfSections;
67 uint32_t TimeDateStamp;
68 uint32_t PointerToSymbolTable;
69 uint32_t NumberOfSymbols;
70 uint16_t SizeOfOptionalHeader;
71 uint16_t Characteristics;
284 struct section { struct
285 char Name[NameSize];
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A DCOFF.h64 struct header { struct
65 uint16_t Machine;
66 int32_t NumberOfSections;
67 uint32_t TimeDateStamp;
68 uint32_t PointerToSymbolTable;
69 uint32_t NumberOfSymbols;
70 uint16_t SizeOfOptionalHeader;
71 uint16_t Characteristics;
270 struct section { struct
271 char Name[NameSize];
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DCOFF.h64 struct header { struct
65 uint16_t Machine;
66 int32_t NumberOfSections;
67 uint32_t TimeDateStamp;
68 uint32_t PointerToSymbolTable;
69 uint32_t NumberOfSymbols;
70 uint16_t SizeOfOptionalHeader;
71 uint16_t Characteristics;
284 struct section { struct
285 char Name[NameSize];
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/
DCOFF.h64 struct header { struct
65 uint16_t Machine;
66 int32_t NumberOfSections;
67 uint32_t TimeDateStamp;
68 uint32_t PointerToSymbolTable;
69 uint32_t NumberOfSymbols;
70 uint16_t SizeOfOptionalHeader;
71 uint16_t Characteristics;
284 struct section { struct
285 char Name[NameSize];
[all …]
/aosp_15_r20/system/extras/simpleperf/
H A Drecord_file_reader.cpp242 bool RecordFileReader::ReadIdSection(const SectionDesc& section, std::vector<uint64_t>* ids) { in ReadIdSection()
309 RecordHeader header; in ReadRecord() local
383 auto header = reinterpret_cast<const perf_event_header*>(output.data()); in ReadRecordWithDecompression() local
395 perf_event_header header; in ReadRecordWithDecompression() local
472 SectionDesc section = it->second; in ReadFeatureSection() local
489 SectionDesc section = it->second; in ReadFeatureSection() local
533 auto header = reinterpret_cast<const perf_event_header*>(p); in ReadBuildIdFeature() local
968 PerfFileFormat::FileHeader header; in IsPerfDataFile() local
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/
Dparser.cc58 for (const auto& section : section_parser.Sections()) { in Parse() local
78 for (const auto& section : section_parser.Sections()) { in GenerateDefaultPipeline() local
111 Result Parser::ProcessSection(const SectionParser::Section& section) { in ProcessSection()
130 Result Parser::ProcessShaderBlock(const SectionParser::Section& section) { in ProcessShaderBlock()
151 Result Parser::ProcessRequireBlock(const SectionParser::Section& section) { in ProcessRequireBlock()
275 Result Parser::ProcessIndicesBlock(const SectionParser::Section& section) { in ProcessIndicesBlock()
320 Result Parser::ProcessVertexDataBlock(const SectionParser::Section& section) { in ProcessVertexDataBlock()
388 const auto& header = headers[j]; in ProcessVertexDataBlock() local
455 Result Parser::ProcessTestBlock(const SectionParser::Section& section) { in ProcessTestBlock()
/aosp_15_r20/art/runtime/jit/
H A Djit.cc531 const ImageHeader& header = space->GetImageHeader(); in NotifyZygoteCompilationDone() local
532 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
591 const ImageHeader& header = space->GetImageHeader(); in NotifyZygoteCompilationDone() local
592 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
619 const ImageHeader& header = space->GetImageHeader(); in NotifyZygoteCompilationDone() local
620 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
1012 const ImageHeader& header = space->GetImageHeader(); in MapBootImageMethods() local
1013 const ImageSection& section = header.GetMethodsSection(); in MapBootImageMethods() local
1127 const ImageHeader& header = space->GetImageHeader(); in CreateThreadPool() local
1128 const ImageSection& section = header.GetMethodsSection(); in CreateThreadPool() local
/aosp_15_r20/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp127 int32_t section; in readFromParcel() local
186 IncidentReportArgs::addSection(int section) in addSection()
218 IncidentReportArgs::containsSection(int section, bool specific) const in containsSection()
230 for (const vector<uint8_t>& header: that.mHeaders) { in merge() local
/aosp_15_r20/frameworks/base/cmds/incidentd/src/
H A DWorkDirectory.cpp132 static bool has_section(const ReportFileProto_Report& report, int section) { in has_section()
284 for (int section: args.sections()) { in addReport() local
299 for (int section: args.sections()) { in addReport() local
304 for (const vector<uint8_t>& header: args.headers()) { in addReport() local
450 for (const auto& header : report.header()) { in startFilteringData() local
862 const string& header = report.header(i); in get_args_from_report() local
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc189 const Phdr& header = program_headers[i]; in GetLoadingAddress() local
205 const Phdr& header = program_headers[i]; in GetPtLoadSegmentRanges() local
297 bool IsCompressedHeader(const typename ElfClass::Shdr* section) { in IsCompressedHeader()
305 const typename ElfClass::Chdr* header = in GetCompressionHeader() local
390 for (auto section : split_sections) in StartProcessSplitDwarf() local
453 const Shdr* section = &sections[i]; in LoadDwarf() local
561 const typename ElfClass::Shdr* section, in LoadDwarfCFI()
804 void LoadedSection(const string& section) { in LoadedSection()
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java223 Section section = new Section(); in parse() local
268 private static boolean hasHeader(byte[] data, String header) { in hasHeader()
287 Section section = new Section(); in readSection() local
299 Section section = new Section(); in readSection() local
307 Section section = new Section(); in readSection() local
417 Section section = xmpSections.get(i); in parseExtendedXMPSections() local
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
H A DXmpDepthDecode.java233 Section section = new Section(); in parse() local
278 private static boolean hasHeader(byte[] data, String header) { in hasHeader()
297 Section section = new Section(); in readSection() local
309 Section section = new Section(); in readSection() local
317 Section section = new Section(); in readSection() local
427 Section section = xmpSections.get(i); in parseExtendedXMPSections() local
/aosp_15_r20/external/zucchini/
H A Ddisassembler_elf.cc50 int JudgeSection(size_t image_size, const typename TRAITS::Elf_Shdr* section) { in JudgeSection()
103 bool IsRelocSection(const typename TRAITS::Elf_Shdr& section) { in IsRelocSection()
116 bool IsExecSection(const typename TRAITS::Elf_Shdr& section) { in IsExecSection()
180 auto* header = source.GetPointer<typename Traits::Elf_Ehdr>(); in QuickDetect() local
322 const typename Traits::Elf_Shdr* section = &sections_[i]; in ParseHeader() local
356 const typename Traits::Elf_Shdr* section = sections_ + i; in ExtractInterestingSectionHeaders() local
404 for (const typename Traits::Elf_Shdr* section : exec_headers_) in GetRel32FromCodeSections() local
443 const typename TRAITS::Elf_Shdr& section) { in ParseExecSection()
544 const typename Traits::Elf_Shdr& section) { in ParseExecSection()
670 const typename Traits::Elf_Shdr& section) { in MakeRel32Finder()
[all …]
/aosp_15_r20/dalvik/dx/src/com/android/dex/
H A DTableOfContents.java32 public final Section header = new Section(0x0000); field in TableOfContents
129 Section section = getSection(type); in readMap() local
153 Section section = sections[i]; in computeSizesFromOffsets() local
234 public int compareTo(Section section) { in compareTo()
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DIncidentReportArgs.java173 public void addSection(int section) { in addSection()
189 public boolean containsSection(int section) { in containsSection()
197 public void addHeader(byte[] header) { in addHeader()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/
H A Dmacho.rs126 let header = header_data.read::<macho::FatHeader>().ok()?; in find_header() localVariable
141 let header = header_data.read::<macho::FatHeader>().ok()?; in find_header() localVariable
226 pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> { in section() method
229 let section = dwarf.into_iter().find(|section| { in section() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/gimli/
H A Dmacho.rs126 let header = header_data.read::<macho::FatHeader>().ok()?; in find_header() localVariable
141 let header = header_data.read::<macho::FatHeader>().ok()?; in find_header() localVariable
226 pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> { in section() method
229 let section = dwarf.into_iter().find(|section| { in section() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/
H A Dmacho.rs126 let header = header_data.read::<macho::FatHeader>().ok()?; in find_header() localVariable
141 let header = header_data.read::<macho::FatHeader>().ok()?; in find_header() localVariable
226 pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> { in section() method
229 let section = dwarf.into_iter().find(|section| { in section() localVariable

12345678910>>...29