OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extreloc
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c
272
unsigned int
extreloc
; /* external relocations present (0/1) */
member in struct:macho_section_data
533
info->msd->
extreloc
= 1; /* section has external relocations */
764
if (msd->
extreloc
)
[
all
...]
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
100
{ "
ExtReloc
" , 1 << 1 /*S_ATTR_EXT_RELOC */ },
/external/llvm/test/tools/llvm-readobj/
sections.test
116
MACHO-I386-NEXT: Type:
ExtReloc
(0x2)
153
MACHO-X86-64-NEXT: Type:
ExtReloc
(0x2)
sections-ext.test
257
MACHO-X86-64-NEXT: Type:
ExtReloc
(0x2)
[
all
...]
Completed in 343 milliseconds