OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_sect
(Results
1 - 3
of
3
) 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/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
...]
/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 353 milliseconds