OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sectionheaders32
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
pkg_genc.c
805
static Elf32_Shdr
sectionHeaders32
[5]={
814
(Elf32_Off)(sizeof(header32)+sizeof(
sectionHeaders32
)), /* sh_offset */
827
(Elf32_Off)(sizeof(header32)+sizeof(
sectionHeaders32
)+2*sizeof(Elf32_Sym)), /* sh_offset */
839
(Elf32_Off)(sizeof(header32)+sizeof(
sectionHeaders32
)+2*sizeof(Elf32_Sym)+40), /* sh_offset */
851
(Elf32_Off)(sizeof(header32)+sizeof(
sectionHeaders32
)+2*sizeof(Elf32_Sym)+40+sizeof(entry)), /* sh_offset */
1075
paddingSize=
sectionHeaders32
[4].sh_offset & 0xf;
1078
sectionHeaders32
[4].sh_offset+=paddingSize;
1081
sectionHeaders32
[4].sh_size=(Elf32_Word)size;
1087
T_FileStream_write(out,
sectionHeaders32
, (int32_t)sizeof(
sectionHeaders32
));
[
all
...]
Completed in 138 milliseconds