OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shead
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-amd64.c
81
elf_secthead *
shead
=
local
83
if (!
shead
)
85
YASM_WRITE_16_L(bufp,
shead
->index);
94
elf_x86_amd64_write_secthead(unsigned char *bufp, elf_secthead *
shead
)
96
YASM_WRITE_32_L(bufp,
shead
->name ?
shead
->name->index : 0);
97
YASM_WRITE_32_L(bufp,
shead
->type);
98
YASM_WRITE_64Z_L(bufp,
shead
->flags);
100
YASM_WRITE_64Z_L(bufp,
shead
->offset);
101
YASM_WRITE_64I_L(bufp,
shead
->size)
[
all
...]
elf-x86-x86.c
89
elf_secthead *
shead
=
local
91
if (!
shead
)
93
YASM_WRITE_16_L(bufp,
shead
->index);
100
elf_x86_x86_write_secthead(unsigned char *bufp, elf_secthead *
shead
)
102
YASM_WRITE_32_L(bufp,
shead
->name ?
shead
->name->index : 0);
103
YASM_WRITE_32_L(bufp,
shead
->type);
104
YASM_WRITE_32_L(bufp,
shead
->flags);
107
YASM_WRITE_32_L(bufp,
shead
->offset);
108
YASM_WRITE_32I_L(bufp,
shead
->size)
[
all
...]
elf.c
517
elf_secthead *
shead
;
local
520
(
shead
= yasm_section_get_data(sect, &elf_section_data)) &&
521
shead
->flags & SHF_TLS) {
625
elf_secthead_destroy(elf_secthead *
shead
)
627
if (
shead
== NULL)
628
yasm_internal_error(N_("
shead
is null"));
630
yasm_intnum_destroy(
shead
->size);
632
yasm_xfree(
shead
);
668
elf_secthead_write_to_file(FILE *f, elf_secthead *
shead
,
672
shead
->index = sindex
[
all
...]
elf-objfmt.c
66
elf_secthead *
shead
;
member in struct:__anon20953
463
elf_secthead_append_reloc(info->sect, info->
shead
, reloc);
559
elf_secthead_append_reloc(info->sect, info->
shead
, reloc);
606
elf_secthead_add_size(info->
shead
, bcsize);
639
/*@dependent@*/ /*@null@*/ elf_secthead *
shead
;
local
646
shead
= yasm_section_get_data(sect, &elf_section_data);
647
if (
shead
== NULL)
650
if (elf_secthead_get_align(
shead
) == 0)
651
elf_secthead_set_align(
shead
, yasm_section_get_align(sect));
654
if ((elf_secthead_get_type(
shead
) & SHT_NOBITS) == SHT_NOBITS
705
\/*@dependent@*\/ \/*@null@*\/ elf_secthead *
shead
;
local
[
all
...]
/development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h
306
unsigned char
shead
, ssect, scyl;
member in struct:sgi_partition
Completed in 118 milliseconds