Searched refs:dre (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_reloc.c | 184 Dwarf_Rel_Entry dre, tdre; in _dwarf_reloc_section_free() local 196 STAILQ_FOREACH_SAFE(dre, &drs->drs_dre, dre_next, tdre) { in _dwarf_reloc_section_free() 197 STAILQ_REMOVE(&drs->drs_dre, dre, _Dwarf_Rel_Entry, in _dwarf_reloc_section_free() 199 free(dre); in _dwarf_reloc_section_free() 221 Dwarf_Rel_Entry dre; in _dwarf_reloc_entry_add() local 248 if ((dre = calloc(1, sizeof(struct _Dwarf_Rel_Entry))) == NULL) { in _dwarf_reloc_entry_add() 252 STAILQ_INSERT_TAIL(&drs->drs_dre, dre, dre_next); in _dwarf_reloc_entry_add() 253 dre->dre_type = type; in _dwarf_reloc_entry_add() 254 dre->dre_length = length; in _dwarf_reloc_entry_add() 255 dre->dre_offset = reloff; in _dwarf_reloc_entry_add() [all …]
|
H A D | dwarf_pro_reloc.c | 58 Dwarf_Rel_Entry dre; in dwarf_get_relocation_info() local 98 for (i = 0, dre = STAILQ_FIRST(&drs->drs_dre); in dwarf_get_relocation_info() 99 (Dwarf_Unsigned) i < *reloc_entry_count && dre != NULL; in dwarf_get_relocation_info() 100 i++, dre = STAILQ_NEXT(dre, dre_next)) { in dwarf_get_relocation_info() 101 drs->drs_drd[i].drd_type = dre->dre_type; in dwarf_get_relocation_info() 102 drs->drs_drd[i].drd_length = dre->dre_length; in dwarf_get_relocation_info() 103 drs->drs_drd[i].drd_offset = dre->dre_offset; in dwarf_get_relocation_info() 104 drs->drs_drd[i].drd_symbol_index = dre->dre_symndx; in dwarf_get_relocation_info() 106 assert((Dwarf_Unsigned) i == *reloc_entry_count && dre == NULL); in dwarf_get_relocation_info()
|
/freebsd/contrib/tzdata/ |
H A D | europe | 2066 # https://dre.pt/ (in Portuguese). 2079 # https://dre.pt/dr/detalhe/decreto/593090 2080 # https://dre.pt/application/conteudo/593090 2105 # https://dre.pt/dr/detalhe/decreto/1469-1915-285721 2106 # https://dre.pt/application/conteudo/285721 2114 # https://dre.pt/dr/detalhe/decreto/2433-1916-267192 2115 # https://dre.pt/application/conteudo/267192 2116 # https://dre.pt/dr/detalhe/decreto/2712-1916-590937 2117 # https://dre.pt/application/conteudo/590937 2125 # https://dre.pt/dr/detalhe/decreto/2922-1916-261894 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/dma/xilinx/ |
H A D | xilinx_dma.txt | 77 - xlnx,include-dre: Tells hardware is configured for Data
|