HomeSort by relevance Sort by last modified time
    Searched defs:N_SECT (Results 1 - 2 of 2) 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/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...]

Completed in 696 milliseconds