OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCoffSectionsOffset
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf64Convert.c
111
STATIC UINT32 *
mCoffSectionsOffset
= NULL;
174
mCoffSectionsOffset
= (UINT32 *)malloc(mEhdr->e_shnum * sizeof (UINT32));
175
if (
mCoffSectionsOffset
== NULL) {
179
memset(
mCoffSectionsOffset
, 0, mEhdr->e_shnum * sizeof(UINT32));
420
mCoffSectionsOffset
[i] = mCoffOffset;
464
mCoffSectionsOffset
[i] = mCoffOffset;
510
mCoffSectionsOffset
[i] = mCoffOffset;
661
memcpy(mCoffFile +
mCoffSectionsOffset
[Idx],
667
memset(mCoffFile +
mCoffSectionsOffset
[Idx], 0, (size_t) Shdr->sh_size);
712
SecOffset =
mCoffSectionsOffset
[RelShdr->sh_info];
[
all
...]
Elf32Convert.c
110
STATIC UINT32 *
mCoffSectionsOffset
= NULL;
169
mCoffSectionsOffset
= (UINT32 *)malloc(mEhdr->e_shnum * sizeof (UINT32));
170
if (
mCoffSectionsOffset
== NULL) {
174
memset(
mCoffSectionsOffset
, 0, mEhdr->e_shnum * sizeof(UINT32));
427
mCoffSectionsOffset
[i] = mCoffOffset;
472
mCoffSectionsOffset
[i] = mCoffOffset;
518
mCoffSectionsOffset
[i] = mCoffOffset;
666
memcpy(mCoffFile +
mCoffSectionsOffset
[Idx],
672
memset(mCoffFile +
mCoffSectionsOffset
[Idx], 0, Shdr->sh_size);
702
SecOffset =
mCoffSectionsOffset
[RelShdr->sh_info];
[
all
...]
Completed in 133 milliseconds