Home
last modified time | relevance | path

Searched defs:Elf32_Rela (Results 1 – 12 of 12) sorted by relevance

/external/zucchini/
Dtype_elf.h222 struct Elf32_Rela { struct
223 Elf32_Addr r_offset;
224 Elf32_Word r_info;
225 Elf32_Sword r_addend;
/external/zucchini/aosp/include/components/zucchini/
Dtype_elf.h222 struct Elf32_Rela { struct
223 Elf32_Addr r_offset;
224 Elf32_Word r_info;
225 Elf32_Sword r_addend;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h937 struct Elf32_Rela { struct
938 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
939 Elf32_Word r_info; // Symbol table index and type of relocation to apply
940 Elf32_Sword r_addend; // Compute value for relocatable field by adding this
944 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol()
945 unsigned char getType() const { return (unsigned char)(r_info & 0x0ff); } in getType()
946 void setSymbol(Elf32_Word s) { setSymbolAndType(s, getType()); } in setSymbol()
947 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
948 void setSymbolAndType(Elf32_Word s, unsigned char t) { in setSymbolAndType()
/external/llvm/include/llvm/Support/
DELF.h935 struct Elf32_Rela { struct
936 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
937 Elf32_Word r_info; // Symbol table index and type of relocation to apply
938 Elf32_Sword r_addend; // Compute value for relocatable field by adding this
942 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol()
943 unsigned char getType() const { return (unsigned char) (r_info & 0x0ff); } in getType()
944 void setSymbol(Elf32_Word s) { setSymbolAndType(s, getType()); } in setSymbol()
945 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
946 void setSymbolAndType(Elf32_Word s, unsigned char t) { in setSymbolAndType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1102 struct Elf32_Rela { struct
1103 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
1104 Elf32_Word r_info; // Symbol table index and type of relocation to apply
1105 Elf32_Sword r_addend; // Compute value for relocatable field by adding this
1109 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol()
1110 unsigned char getType() const { return (unsigned char)(r_info & 0x0ff); } in getType()
1111 void setSymbol(Elf32_Word s) { setSymbolAndType(s, getType()); } in setSymbol()
1112 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
1113 void setSymbolAndType(Elf32_Word s, unsigned char t) { in setSymbolAndType()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DELF.h1300 struct Elf32_Rela { struct
1301 Elf32_Addr r_offset; // Location (file byte offset, or program virtual addr)
1302 Elf32_Word r_info; // Symbol table index and type of relocation to apply
1303 Elf32_Sword r_addend; // Compute value for relocatable field by adding this
1307 Elf32_Word getSymbol() const { return (r_info >> 8); } in getSymbol()
1308 unsigned char getType() const { return (unsigned char)(r_info & 0x0ff); } in getType()
1309 void setSymbol(Elf32_Word s) { setSymbolAndType(s, getType()); } in setSymbol()
1310 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType()
1311 void setSymbolAndType(Elf32_Word s, unsigned char t) { in setSymbolAndType()
/external/kernel-headers/original/uapi/linux/
Delf.h180 } Elf32_Rela; typedef
/external/google-breakpad/src/third_party/musl/include/
Delf.h429 } Elf32_Rela; typedef
/external/coreboot/util/cbfstool/
Delf.h490 } Elf32_Rela; typedef
/external/trusty/musl/include/
Delf.h549 } Elf32_Rela; typedef
/external/musl/include/
Delf.h552 } Elf32_Rela; typedef
/external/elfutils/libelf/
Delf.h659 } Elf32_Rela; typedef