OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yasm_section_get_align
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h
371
unsigned long
yasm_section_get_align
(const yasm_section *sect);
section.c
657
yasm_section_get_align
(const yasm_section *sect)
function
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c
761
YASM_WRITE_32_L(localbuf, exp2_to_bits(
yasm_section_get_align
(sect)));
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c
235
unsigned long align =
yasm_section_get_align
(sect);
426
unsigned long align =
yasm_section_get_align
(group->section);
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c
410
YASM_WRITE_16_L(localbuf,
yasm_section_get_align
(sect)); /* alignment */
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c
651
elf_secthead_set_align(shead,
yasm_section_get_align
(sect));
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c
[
all
...]
Completed in 361 milliseconds