OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelIdx
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf64Convert.c
718
UINT64
RelIdx
;
729
for (
RelIdx
= 0;
RelIdx
< RelShdr->sh_size;
RelIdx
+= (UINT32) RelShdr->sh_entsize) {
734
Elf_Rela *Rel = (Elf_Rela *)((UINT8*)mEhdr + RelShdr->sh_offset +
RelIdx
);
962
UINT64
RelIdx
;
964
for (
RelIdx
= 0;
RelIdx
< RelShdr->sh_size;
RelIdx
+= RelShdr->sh_entsize) {
965
Elf_Rela *Rel = (Elf_Rela *)((UINT8*)mEhdr + RelShdr->sh_offset +
RelIdx
);
[
all
...]
Elf32Convert.c
892
UINT32
RelIdx
;
895
for (
RelIdx
= 0;
RelIdx
< RelShdr->sh_size;
RelIdx
+= RelShdr->sh_entsize) {
896
Rel = (Elf_Rel *)((UINT8*)mEhdr + RelShdr->sh_offset +
RelIdx
);
[
all
...]
Completed in 97 milliseconds