Searched defs:section_type (Results 1 - 4 of 4) sorted by last modified time

/external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
H A Dbitcode.cpp90 enum module::section::type section_type) {
93 m.secs.emplace_back(0, section_type, code.size(), code);
89 build_module_library(const ::llvm::Module &mod, enum module::section::type section_type) argument
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp408 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
409 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS ||
410 section_type == MachO::S_LAZY_SYMBOL_POINTERS ||
411 section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS ||
412 section_type == MachO::S_THREAD_LOCAL_VARIABLE_POINTERS ||
413 section_type == MachO::S_SYMBOL_STUBS) {
415 if (section_type == MachO::S_SYMBOL_STUBS)
436 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
437 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS ||
438 section_type
808 uint32_t section_type; local
902 uint32_t section_type; local
1093 uint32_t section_type = section_flags & MachO::SECTION_TYPE; local
2238 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
2259 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
2294 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
2334 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
7811 uint32_t section_type = flags & MachO::SECTION_TYPE; local
[all...]
/external/google-breakpad/src/common/linux/
H A Delfutils-inl.h48 typename ElfClass::Word section_type,
63 if (sections[i].sh_type == section_type &&
46 FindElfSectionByName( const char* name, typename ElfClass::Word section_type, const typename ElfClass::Shdr* sections, const char* section_names, const char* names_end, int nsection) argument
H A Delfutils.cc45 typename ElfClass::Word section_type,
68 FindElfSectionByName<ElfClass>(section_name, section_type,
123 uint32_t section_type,
146 FindElfClassSection<ElfClass32>(elf_base, section_name, section_type,
150 FindElfClassSection<ElfClass64>(elf_base, section_name, section_type,
43 FindElfClassSection(const char *elf_base, const char *section_name, typename ElfClass::Word section_type, const void **section_start, size_t *section_size) argument
121 FindElfSection(const void *elf_mapped_base, const char *section_name, uint32_t section_type, const void **section_start, size_t *section_size, int *elfclass) argument

Completed in 139 milliseconds