HomeSort by relevance Sort by last modified time
    Searched refs:GetShdrByIndex (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf32Convert.c 195 GetShdrByIndex (
200 Error (NULL, 0, 3000, "Invalid", "GetShdrByIndex: Index %u is too high.", Num);
257 Elf_Shdr *Namedr = GetShdrByIndex(mEhdr->e_shstrndx);
280 Elf_Shdr *Namedr = GetShdrByIndex(mEhdr->e_shstrndx);
293 Elf_Shdr *shdr = GetShdrByIndex(i);
374 Elf_Shdr *shdr = GetShdrByIndex(i);
401 Elf_Shdr *shdr = GetShdrByIndex(i);
452 Elf_Shdr *shdr = GetShdrByIndex(i);
505 Elf_Shdr *shdr = GetShdrByIndex(i);
661 Elf_Shdr *Shdr = GetShdrByIndex(Idx);
    [all...]
Elf64Convert.c 201 GetShdrByIndex (
206 Error (NULL, 0, 3000, "Invalid", "GetShdrByIndex: Index %u is too high.", Num);
249 Elf_Shdr *Namedr = GetShdrByIndex(mEhdr->e_shstrndx);
272 Elf_Shdr *Namedr = GetShdrByIndex(mEhdr->e_shstrndx);
285 Elf_Shdr *shdr = GetShdrByIndex(i);
367 Elf_Shdr *shdr = GetShdrByIndex(i);
394 Elf_Shdr *shdr = GetShdrByIndex(i);
445 Elf_Shdr *shdr = GetShdrByIndex(i);
497 Elf_Shdr *shdr = GetShdrByIndex(i);
656 Elf_Shdr *Shdr = GetShdrByIndex(Idx);
    [all...]

Completed in 50 milliseconds