Searched refs:GetShdrByIndex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DElf64Convert.c192 GetShdrByIndex ( function
228 Elf_Shdr *Namedr = GetShdrByIndex(mEhdr->e_shstrndx);
290 Elf_Shdr *shdr = GetShdrByIndex(i);
331 Elf_Shdr *shdr = GetShdrByIndex(i);
362 Elf_Shdr *shdr = GetShdrByIndex(i);
516 Elf_Shdr *Shdr = GetShdrByIndex(Idx);
545 Elf_Shdr *RelShdr = GetShdrByIndex(Idx);
549 SecShdr = GetShdrByIndex(RelShdr->sh_info);
553 Elf_Shdr *SymtabShdr = GetShdrByIndex(RelShdr->sh_link);
566 SymShdr = GetShdrByIndex(Sy
[all...]
H A DElf32Convert.c186 GetShdrByIndex ( function
235 Elf_Shdr *Namedr = GetShdrByIndex(mEhdr->e_shstrndx);
297 Elf_Shdr *shdr = GetShdrByIndex(i);
338 Elf_Shdr *shdr = GetShdrByIndex(i);
369 Elf_Shdr *shdr = GetShdrByIndex(i);
524 Elf_Shdr *Shdr = GetShdrByIndex(Idx);
555 Elf_Shdr *RelShdr = GetShdrByIndex(Idx);
564 SecShdr = GetShdrByIndex(RelShdr->sh_info);
576 Elf_Shdr *SymtabShdr = GetShdrByIndex(RelShdr->sh_link);
606 SymShdr = GetShdrByIndex(Sy
[all...]

Completed in 53 milliseconds