Searched defs:n_sect (Results 1 - 4 of 4) sorted by relevance

/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/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;
/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/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

Completed in 157 milliseconds