HomeSort by relevance Sort by last modified time
    Searched refs:n_sect (Results 1 - 7 of 7) sorted by null

  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 194 Symbol.SectionIndex = Entry.n_sect;
202 Symbol.SectionIndex = Entry.n_sect;
  /external/valgrind/main/coregrind/m_debuginfo/
readstabs.c 61 # define n_other n_sect
  /external/llvm/tools/macho-dump/
macho-dump.cpp 181 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/
macho-objfmt.c 229 #define N_SECT 0x0e /* symbol is defined in a section */
848 unsigned int n_type = 0, n_sect = 0, n_desc = 0; local
875 n_type = N_SECT;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 348 N_SECT = 0xeu,
354 // 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
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 37 uint8_t n_sect; member in struct:llvm::object::nlist_base
555 SectionIndex = Entry.n_sect;
572 if (Entry.n_sect == SectionIndex && Value > BeginOffset)
605 case MachO::N_SECT :
651 uint8_t index = Entry.n_sect;
    [all...]

Completed in 1864 milliseconds