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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Elf64Convert.c 631 Elf_Shdr *SecShdr;
711 SecShdr = GetShdrByIndex(RelShdr->sh_info);
717 if (RelShdr->sh_type == SHT_RELA && (*Filter)(SecShdr)) {
774 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr);
789 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
797 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
805 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
827 (UINT32)(SecOffset + (Rel->r_offset - SecShdr->sh_addr)),
831 - (SecOffset - SecShdr->sh_addr));
892 if (((SecShdr->sh_addr ^ SecOffset) & 0xfff) != 0 ||
    [all...]
Elf32Convert.c 636 Elf_Shdr *SecShdr;
701 SecShdr = GetShdrByIndex(RelShdr->sh_info);
707 if (RelShdr->sh_type == SHT_REL && (*Filter)(SecShdr)) {
761 Targ = mCoffFile + SecOffset + (Rel->r_offset - SecShdr->sh_addr);
785 - (SecOffset - SecShdr->sh_addr);
890 Elf_Shdr *SecShdr = GetShdrByIndex (RelShdr->sh_info);
891 if (IsTextShdr(SecShdr) || IsDataShdr(SecShdr)) {
911 + (Rel->r_offset - SecShdr->sh_addr),
965 + (Rel->r_offset - SecShdr->sh_addr),
    [all...]

Completed in 101 milliseconds