Home
last modified time | relevance | path

Searched refs:SHT_RELA (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Delf.h275 #define SHT_RELA 4 /* relocation section with addends*/ macro
/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c324 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main()