Searched refs:n_sect (Results 1 - 7 of 7) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1404 GetSection (uint8_t n_sect, addr_t file_addr) argument
1406 if (n_sect == 0)
1408 if (n_sect < m_section_infos.size())
1410 if (!m_section_infos[n_sect].section_sp)
1412 SectionSP section_sp (m_section_list->FindSectionByID (n_sect));
1413 m_section_infos[n_sect].section_sp = section_sp;
1416 m_section_infos[n_sect].vm_range.SetBaseAddress (section_sp->GetFileAddress());
1417 m_section_infos[n_sect].vm_range.SetByteSize (section_sp->GetByteSize());
1421 Host::SystemLog (Host::eSystemLogError, "error: unable to find section for section %u\n", n_sect);
1424 if (m_section_infos[n_sect]
[all...]
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp194 Symbol.SectionIndex = Entry.n_sect;
202 Symbol.SectionIndex = Entry.n_sect;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadstabs.c61 # define n_other n_sect
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp181 outs() << " ('n_sect', " << uint32_t(SectionIndex) << ")\n";
210 STE.n_sect, STE.n_desc, STE.n_value,
215 STE.n_sect, STE.n_desc, STE.n_value,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c848 unsigned int n_type = 0, n_sect = 0, n_desc = 0; local
949 n_sect = (scnum >= 0) ? scnum + 1 : NO_SECT;
950 YASM_WRITE_8(localbuf, n_sect); /* referring section where symbol is found */
/external/llvm/include/llvm/Support/
H A DMachO.h354 // Constants for the "n_sect" field in llvm::MachO::nlist and
963 uint8_t n_sect; member in struct:llvm::MachO::nlist
971 uint8_t n_sect; member in struct:llvm::MachO::nlist_64
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp37 uint8_t n_sect; member in struct:llvm::object::nlist_base
555 SectionIndex = Entry.n_sect;
572 if (Entry.n_sect == SectionIndex && Value > BeginOffset)
651 uint8_t index = Entry.n_sect;

Completed in 2943 milliseconds