OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BFD_MACH_O_SEGNAME_SIZE
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
mach-o.h
55
#define
BFD_MACH_O_SEGNAME_SIZE
16
62
char segname[
BFD_MACH_O_SEGNAME_SIZE
+ 1];
90
char segname[
BFD_MACH_O_SEGNAME_SIZE
+ 1];
mach-o.c
308
if (strncmp (seg->segname, segname,
BFD_MACH_O_SEGNAME_SIZE
) == 0)
316
if (strncmp (seg->segname, segname,
BFD_MACH_O_SEGNAME_SIZE
) == 0)
446
memset (section->segname, 0,
BFD_MACH_O_SEGNAME_SIZE
+ 1);
473
if (seglen <=
BFD_MACH_O_SEGNAME_SIZE
[
all
...]
Completed in 3609 milliseconds