Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c324 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main()
355 if (sh_type == SHT_REL) { in main()
/rk3399_rockchip-uboot/include/
H A Delf.h280 #define SHT_REL 9 /* relation section without addends */ macro