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
636
UINT64
RelIdx
;
647
for (
RelIdx
= 0;
RelIdx
< RelShdr->sh_size;
RelIdx
+= (UINT32) RelShdr->sh_entsize) {
652
Elf_Rela *Rel = (Elf_Rela *)((UINT8*)mEhdr + RelShdr->sh_offset +
RelIdx
);
824
UINT64
RelIdx
;
826
for (
RelIdx
= 0;
RelIdx
< RelShdr->sh_size;
RelIdx
+= RelShdr->sh_entsize) {
827
Elf_Rela *Rel = (Elf_Rela *)((UINT8*)mEhdr + RelShdr->sh_offset +
RelIdx
);
[
all
...]
Elf32Convert.c
814
UINT32
RelIdx
;
817
for (
RelIdx
= 0;
RelIdx
< RelShdr->sh_size;
RelIdx
+= RelShdr->sh_entsize) {
818
Elf_Rel *Rel = (Elf_Rel *)((UINT8*)mEhdr + RelShdr->sh_offset +
RelIdx
);
[
all
...]
Completed in 64 milliseconds