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

  /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/tools/llvm-nm/
llvm-nm.cpp 327 case MachO::N_SECT: {
620 case MachO::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/MC/
MachObjectWriter.cpp 352 Type = MachO::N_SECT;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 316 if ((nl.n_type & N_TYPE) == N_SECT) {
    [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 63 milliseconds