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

  /external/valgrind/main/coregrind/m_debuginfo/
readstabs.c 59 # define n_other n_sect
  /external/llvm/include/llvm/Support/
MachO.h 238 NListTypeSection = 0xeu, // N_SECT
242 // Constant masks for the "n_sect" field in llvm::MachO::nlist and
643 uint8_t n_sect; member in struct:llvm::MachO::nlist
651 uint8_t n_sect; member in struct:llvm::MachO::nlist_64
  /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...]

Completed in 77 milliseconds