OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NOTE_ALIGN
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libelf/
libelfP.h
612
#define
NOTE_ALIGN
(n) (((n) + 3) & -4U)
/external/linux-tools-perf/util/
symbol.c
1333
#define
NOTE_ALIGN
(n) (((n) + 3) & -4U)
1373
int namesz =
NOTE_ALIGN
(nhdr->n_namesz),
1374
descsz =
NOTE_ALIGN
(nhdr->n_descsz);
[
all
...]
Completed in 29 milliseconds