OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BFD_ALIGN
(Results
1 - 25
of
264
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
/src/external/gpl3/binutils/dist/bfd/
bfd-in.h
149
#define
BFD_ALIGN
(this, boundary) \
aout-target.h
109
if ((
BFD_ALIGN
(obj_textsec (abfd)->size, arch_align)
111
&& (
BFD_ALIGN
(obj_datasec (abfd)->size, arch_align)
113
&& (
BFD_ALIGN
(obj_bsssec (abfd)->size, arch_align)
archive64.c
176
padding =
BFD_ALIGN
(mapsize, 8) - mapsize;
opncls.c
1806
inote.descdata = inote.namedata +
BFD_ALIGN
(inote.namesz, 4);
1814
|| size < (12 +
BFD_ALIGN
(inote.namesz, 4) + inote.descsz))
coffcode.h
3215
sofar =
BFD_ALIGN
(sofar, page_size);
3217
sofar =
BFD_ALIGN
(sofar, (bfd_vma) 1 << current->alignment_power);
3288
current->size =
BFD_ALIGN
(current->size,
3297
sofar =
BFD_ALIGN
(sofar, page_size);
3299
sofar =
BFD_ALIGN
(sofar, (bfd_vma) 1 << current->alignment_power);
3345
sofar =
BFD_ALIGN
(sofar,
aoutx.h
1010
text_pad +=
BFD_ALIGN
(text_end, adata (abfd).page_size) - text_end;
1018
text_pad +=
BFD_ALIGN
(text_end, adata (abfd).page_size) - text_end;
1028
data->vma =
BFD_ALIGN
(vma, adata (abfd).segment_size);
1050
execp->a_data =
BFD_ALIGN
(execp->a_data, adata (abfd).page_size);
1091
data->vma =
BFD_ALIGN
(vma, adata (abfd).segment_size);
ecoff.c
1980
return (int)
BFD_ALIGN
(ret, 16);
2137
sofar =
BFD_ALIGN
(sofar, 1 << alignment_power);
2139
file_sofar =
BFD_ALIGN
(file_sofar, 1 << alignment_power);
2158
sofar =
BFD_ALIGN
(sofar, 1 << alignment_power);
2160
file_sofar =
BFD_ALIGN
(file_sofar, 1 << alignment_power);
pdp11.c
959
text_pad +=
BFD_ALIGN
(text_end, adata (abfd).page_size) - text_end;
967
text_pad +=
BFD_ALIGN
(text_end, adata (abfd).page_size) - text_end;
977
data->vma =
BFD_ALIGN
(vma, adata (abfd).segment_size);
996
execp->a_data =
BFD_ALIGN
(execp->a_data, adata (abfd).page_size);
1037
data->vma =
BFD_ALIGN
(vma, adata (abfd).segment_size);
/src/external/gpl3/binutils.old/dist/bfd/
bfd-in.h
149
#define
BFD_ALIGN
(this, boundary) \
aout-target.h
109
if ((
BFD_ALIGN
(obj_textsec (abfd)->size, arch_align)
111
&& (
BFD_ALIGN
(obj_datasec (abfd)->size, arch_align)
113
&& (
BFD_ALIGN
(obj_bsssec (abfd)->size, arch_align)
archive64.c
176
padding =
BFD_ALIGN
(mapsize, 8) - mapsize;
opncls.c
1811
inote.descdata = inote.namedata +
BFD_ALIGN
(inote.namesz, 4);
1819
|| size < (12 +
BFD_ALIGN
(inote.namesz, 4) + inote.descsz))
coffcode.h
3208
sofar =
BFD_ALIGN
(sofar, page_size);
3210
sofar =
BFD_ALIGN
(sofar, (bfd_vma) 1 << current->alignment_power);
3281
current->size =
BFD_ALIGN
(current->size,
3290
sofar =
BFD_ALIGN
(sofar, page_size);
3292
sofar =
BFD_ALIGN
(sofar, (bfd_vma) 1 << current->alignment_power);
3338
sofar =
BFD_ALIGN
(sofar,
aoutx.h
1010
text_pad +=
BFD_ALIGN
(text_end, adata (abfd).page_size) - text_end;
1018
text_pad +=
BFD_ALIGN
(text_end, adata (abfd).page_size) - text_end;
1028
data->vma =
BFD_ALIGN
(vma, adata (abfd).segment_size);
1050
execp->a_data =
BFD_ALIGN
(execp->a_data, adata (abfd).page_size);
1091
data->vma =
BFD_ALIGN
(vma, adata (abfd).segment_size);
ecoff.c
1981
return (int)
BFD_ALIGN
(ret, 16);
2138
sofar =
BFD_ALIGN
(sofar, 1 << alignment_power);
2140
file_sofar =
BFD_ALIGN
(file_sofar, 1 << alignment_power);
2159
sofar =
BFD_ALIGN
(sofar, 1 << alignment_power);
2161
file_sofar =
BFD_ALIGN
(file_sofar, 1 << alignment_power);
/src/external/gpl3/gdb/dist/bfd/
bfd-in.h
149
#define
BFD_ALIGN
(this, boundary) \
aout-target.h
109
if ((
BFD_ALIGN
(obj_textsec (abfd)->size, arch_align)
111
&& (
BFD_ALIGN
(obj_datasec (abfd)->size, arch_align)
113
&& (
BFD_ALIGN
(obj_bsssec (abfd)->size, arch_align)
archive64.c
176
padding =
BFD_ALIGN
(mapsize, 8) - mapsize;
opncls.c
1855
inote.descdata = inote.namedata +
BFD_ALIGN
(inote.namesz, 4);
1863
|| size < (12 +
BFD_ALIGN
(inote.namesz, 4) + inote.descsz))
coffcode.h
3217
sofar =
BFD_ALIGN
(sofar, page_size);
3219
sofar =
BFD_ALIGN
(sofar, (bfd_vma) 1 << current->alignment_power);
3290
current->size =
BFD_ALIGN
(current->size,
3299
sofar =
BFD_ALIGN
(sofar, page_size);
3301
sofar =
BFD_ALIGN
(sofar, (bfd_vma) 1 << current->alignment_power);
3347
sofar =
BFD_ALIGN
(sofar,
/src/external/gpl3/gdb.old/dist/bfd/
bfd-in.h
149
#define
BFD_ALIGN
(this, boundary) \
aout-target.h
109
if ((
BFD_ALIGN
(obj_textsec (abfd)->size, arch_align)
111
&& (
BFD_ALIGN
(obj_datasec (abfd)->size, arch_align)
113
&& (
BFD_ALIGN
(obj_bsssec (abfd)->size, arch_align)
archive64.c
176
padding =
BFD_ALIGN
(mapsize, 8) - mapsize;
opncls.c
1870
inote.descdata = inote.namedata +
BFD_ALIGN
(inote.namesz, 4);
1878
|| size < (12 +
BFD_ALIGN
(inote.namesz, 4) + inote.descsz))
coffcode.h
3217
sofar =
BFD_ALIGN
(sofar, page_size);
3219
sofar =
BFD_ALIGN
(sofar, (bfd_vma) 1 << current->alignment_power);
3290
current->size =
BFD_ALIGN
(current->size,
3299
sofar =
BFD_ALIGN
(sofar, page_size);
3301
sofar =
BFD_ALIGN
(sofar, (bfd_vma) 1 << current->alignment_power);
3347
sofar =
BFD_ALIGN
(sofar,
Completed in 171 milliseconds
1
2
3
4
5
6
7
8
9
10
11
Indexes created Tue Feb 24 08:35:24 UTC 2026