Home
last modified time | relevance | path

Searched refs:n_sect (Results 1 – 9 of 9) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1404 GetSection (uint8_t n_sect, addr_t file_addr) in GetSection() argument
1406 if (n_sect == 0) in GetSection()
1408 if (n_sect < m_section_infos.size()) in GetSection()
1410 if (!m_section_infos[n_sect].section_sp) in GetSection()
1412 SectionSP section_sp (m_section_list->FindSectionByID (n_sect)); in GetSection()
1413 m_section_infos[n_sect].section_sp = section_sp; in GetSection()
1416 m_section_infos[n_sect].vm_range.SetBaseAddress (section_sp->GetFileAddress()); in GetSection()
1417 m_section_infos[n_sect].vm_range.SetByteSize (section_sp->GetByteSize()); in GetSection()
1421 … Host::SystemLog (Host::eSystemLogError, "error: unable to find section for section %u\n", n_sect); in GetSection()
1424 if (m_section_infos[n_sect].vm_range.Contains(file_addr)) in GetSection()
[all …]
/external/google-breakpad/src/client/mac/handler/
Dbreakpad_nlist_64.cc187 q->n_sect = 0; in __breakpad_fdnlist()
388 p->n_sect = q->n_sect; in __breakpad_fdnlist()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp291 NSect = STE_64.n_sect; in darwinPrintSymbol()
301 NSect = STE.n_sect; in darwinPrintSymbol()
512 NSect = STE_64.n_sect; in darwinPrintStab()
517 NSect = STE.n_sect; in darwinPrintStab()
879 return STE.n_sect; in getNsectInMachO()
884 return STE.n_sect; in getNsectInMachO()
/external/lldb/test/functionalities/archives/
DREADME8 Index n_strx n_type n_sect n_desc n_value
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp210 STE.n_sect, STE.n_desc, STE.n_value, in DumpSymtabCommand()
215 STE.n_sect, STE.n_desc, STE.n_value, in DumpSymtabCommand()
/external/llvm/tools/dsymutil/
DMachODebugMapParser.cpp68 handleStabSymbolTableEntry(STE.n_strx, STE.n_type, STE.n_sect, STE.n_desc, in handleStabDebugMapEntry()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp328 Symbol.SectionIndex = Entry.n_sect; in getSymbol()
336 Symbol.SectionIndex = Entry.n_sect; in getSymbol()
/external/llvm/include/llvm/Support/
DMachO.h978 uint8_t n_sect; member
985 uint8_t n_sect; member
993 uint8_t n_sect; member
/external/llvm/lib/Object/
DMachOObjectFile.cpp432 SectionIndex = Entry.n_sect; in getSymbolSize()
449 if (Entry.n_sect == SectionIndex && Value > BeginOffset) in getSymbolSize()
533 uint8_t index = Entry.n_sect; in getSymbolSection()