Home
last modified time | relevance | path

Searched refs:section_type (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/common/linux/
Delfutils.cc45 typename ElfClass::Word section_type, in FindElfClassSection() argument
68 FindElfSectionByName<ElfClass>(section_name, section_type, in FindElfClassSection()
123 uint32_t section_type, in FindElfSection() argument
146 FindElfClassSection<ElfClass32>(elf_base, section_name, section_type, in FindElfSection()
150 FindElfClassSection<ElfClass64>(elf_base, section_name, section_type, in FindElfSection()
Delfutils-inl.h48 typename ElfClass::Word section_type, in FindElfSectionByName() argument
63 if (sections[i].sh_type == section_type && in FindElfSectionByName()
Delfutils.h80 uint32_t section_type,
90 typename ElfClass::Word section_type,
/external/llvm/tools/llvm-objdump/
DMachODump.cpp367 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local
368 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols()
369 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols()
370 section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS || in PrintIndirectSymbols()
371 section_type == MachO::S_THREAD_LOCAL_VARIABLE_POINTERS || in PrintIndirectSymbols()
372 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols()
374 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols()
395 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local
396 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols()
397 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols()
[all …]